Quoting Brad Camroux <[EMAIL PROTECTED]>: > gandalf:/etc# mount /dev/hdc > mount: can't find /dev/hdc in /etc/fstab or /etc/mtab
You need to specify a mount point as in mount /dev/hdc /cdrom you should also check dmesg again since you added a second drive to see if the dvd drive is still hdc. > I realize that I'll need to add this into the /etc/fstab file... but > I'm not sure how to do this for a DVD Combo drive. Are there any > special commands I need to use? > > Also, can I put it at some arbitrary mount point, say /dvd or /cdrw ? Ya, no problem. You can also make a link from /dev/hdc to /dev/dvd. Lots of software looks for /dev/dvd when you are trying to play DVD video. > gandalf:/etc# cdrecord --scanbus dev=ATAPI > Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling > scsidev: 'ATAPI' > devname: 'ATAPI' > scsibus: -2 target: -2 lun: -2 > cdrecord: No such file or directory. Cannot open SCSI driver. > cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you > are root. > > I'm not quite sure what this means, but there is more here than when I > didn't use the dev=ATAPI option. cdrecord looks for scsi devices, so make sure you make the changes to lilo first. After that, try cdrecord -scanbus and it should find the drive. Jesse _______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

