LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   gentoo: When mounting second cdrom I cant view its contents... (https://www.linuxquestions.org/questions/linux-hardware-18/gentoo-when-mounting-second-cdrom-i-cant-view-its-contents-254386/)

ebenh 11-13-2004 12:39 PM

gentoo: When mounting second cdrom I cant view its contents...
 
I have two disc drives in my machine running Gentoo

1) LG DVD-RAM /dev/cdroms/cdrom0
2) Toshiba DVD-CDRW combo /dev/cdroms/cdrom1


The first drive works fine, though when I mount the second (cdrom1), the disc will mount, but when I view it's contents I can't see anything. When I insert DVD-Video discs into cdrom1 I can view them fine in Xine, so the drive seems to be reading okay.

My /etc/fstab/

Code:

/dev/hda1                /boot                ext3                noauto,noatime                1 2
/dev/hda2                none                swap                sw                        0 0
/dev/hda3                /                ext3                noatime                        0 1
/dev/cdroms/cdrom0        /mnt/cdrom        auto                noauto,user                0 0
/dev/cdroms/cdrom1      /mnt/dvd        auto            noauto,user            0 0
/dev/fd0                /mnt/floppy        vfat            noauto,users                0 0



All times are GMT -5. The time now is 02:12 AM.