MESSAGE
DATE | 2003-02-26 |
FROM | From: "Michael M. L. Broggy"
|
SUBJECT | Re: [learn] Re: [hangout] fstab help
|
This response the is correct one; for some reason, the drive has to show up as a SCSI one, so the ide-scsi module takes care of that emulation. You then have to find the device numbers, which will look like (0,0,0) when you do a cdrecord -scanbus and use that as an argument when using cdrecord dev=0,0,0 (for instance)...
http://www.troubleshooters.com/linux/cdrw.htm
Michael
On Wed, 26 Feb 2003, Marco Scoffier wrote:
> NYLXS Education Center > Admin: To unsubscribe send unsubscribename-at-domian.com to learn-request-at-www2.mrbrklyn.com > > > AFAIK all CD burning software uses an emulation layer, controlled by a > module called ide-scsi it makes your ide device look like a scsi device. > The ide-scsi module needs certain things activated in the kernel such as > generic scsi support. > > Your writer will show up on /dev/sd? while the same drive could be > mounted in ro (read-only) mode somewhere in your ide setup /dev/hd? > > Your task might be as simple as : modprobe ide-scsi (as root) > then : cdrecord -scanbus to see if your drive is found. > > Good luck, > > --Marco > > On Wed, Feb 26, 2003 at 05:07:47PM -0500, vin wrote: > > > > Here's the fstab entry on my cd burner: > > > > /dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0 > > > > Can someone supply a suggestion as to what the correct setting would be to > > make this writeable? I've tried help, info, the man pages, searching > > newsgroup postings, asking in the newsgroups (a while ago), and can't seem to > > get this to work. > > > > The drive is a 24x10x40 burner. I pulled the plug on the cd rom drive, so > > that the cd burner shows up in the fstab above. Prior to pulling the plug, I > > had the cd burner on one channel, and the cd rom on the other channel. Both > > cd drives would show up in the startup log, but the fstab only showed the > > cd-rom. I tried manually adding the cd burner in fstab with the prior setup, > > but I couldn't get it to work under any example I found in the sources listed > > above. So currently, I have the cd burner only plugged in. I can live with > > this if I could just get the burner to work. > > > > If someone has a working setup with two cd drives, one or both being a burner, > > I'd appreciate seeing the fstab file entries. Especially if you have a mixed > > ata/ide drive and scsi drive setup. > > > > Here's mine (slight changes to keep away the crackers): > > > > /dev/sda8 / reiserfs defaults 1 2 > > /dev/sda6 /boot reiserfs defaults 1 2 > > devpts /dev/pts devpts defaults 0 0 > > /dev/sda10 /home reiserfs defaults 1 2 > > /dev/sda9 /homeb vfat noauto,user 0 0 > > /dev/cdrom /media/cdrom auto ro,noauto,user,exec 0 0 > > /dev/fd0 /media/floppy auto noauto,user,sync 0 0 > > usbdevfs /proc/bus/usb usbdevfs noauto 0 0 > > proc /proc proc defaults 0 0 > > /dev/sda1 /raidold vfat noauto,user 0 0 > > /dev/sda5 /raidold2 vfat noauto,user 0 0 > > /dev/sda11 /raidold3 vfat noauto,user 0 0 > > /dev/hdc1 /wmx vfat noauto,user 0 0 > > /dev/sda7 swap swap pri=42 0 0 > > > > > > > > ____________________________ > > NYLXS: New Yorker Free Software Users Scene > > Fair Use - > > because it's either fair use or useless.... > > NYLXS is a trademark of NYLXS, Inc > >
-- Dura lex, sed lex
____________________________ NYLXS: New Yorker Free Software Users Scene Fair Use - because it's either fair use or useless.... NYLXS is a trademark of NYLXS, Inc
|
|