> I have a CDR-CDRW drive connected as master and a plain CDROM drive
> connected as slave to the second IDE controller. My /etc/fstab
> indicates /mnt/cdrom and /dev/cdrom to hdc. I can read CDs onI my
> CDR/CDRW drive. When I add another line in fstab for a /mnt/cdrom
> to /dev/hdd, I cannot mount my plain CDROM ! It gives me an eror
> message saying bad file system or big blocks.
> What am I doing wrong? How can I get both drives to work?
> Any help will be greatly appreciated.
Youll need a separate mount point for your CD-ROM. Id suggest to
mkdir /mnt/cdrw
ln -sf /dev/hdc /dev/cdrw
ln -sf /dev/hdd /dev/cdrom
and modify your /etc/fstab to look like
/dev/cdrw /mnt/cdrw iso9660 ...
/dev/cdrom /mnt/cdrom iso9660 ...
Thus, you can mount CDs in your CD-RW and CD-ROM simultaneously.
HTH,
Thomas
--
=---------------------------------------------------------------------=
- Thomas Zajic aka ZlatkO ThE GoDFatheR, Vienna/Austria -
- Spam-proof e-mail: thomas(DOT)zajic(AT)teleweb(DOT)at -
=---------------------------------------------------------------------=