On January 11, 2001 11:39 am, Julia Maddocks wrote:
Primary master = hda - Windoze Hard Drive Primary slave = hdb - Linux Hard Drive Secondary master = hdc - CD reader Secondary slave = hdd - CD writer
the fstab is as follows:
/dev/hda1 /windows/C vfat noauto,user 0 0 /dev/hda5 /windows/D vfat noauto,user 0 0 /dev/hda6 /windows/E vfat noauto,user 0 0 /dev/hda7 /windows/F vfat noauto,user 0 0 /dev/hdb1 /boot ext2 defaults 1 2 /dev/hdb2 swap swap defaults 0 2 /dev/hdb3 / ext2 defaults 1 1 proc /proc proc defaults 0 0 usbdevfs /proc/bus/usb usbdevfs defaults 0 0 devpts /dev/pts devpts defaults 0 0 /dev/cdrom1 /cdrom auto ro,noauto,user,exec 0 0 /dev/cdrom2 /cdrom auto ro,noauto,user,exec 0 0
How about changing the second line to /dev/cdrom2 /cdrom2 auto ro,noauto,user,exec 0 0 Make sure what ever you change it to exists. Create it if it doesn't. Personally I'd also move the second HD to hdc and one of the CDs to hdb but that's just me. Nick