LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Cannot mount DVD/CDRW Combo drive iff in fstab (https://www.linuxquestions.org/questions/linux-hardware-18/cannot-mount-dvd-cdrw-combo-drive-iff-in-fstab-268943/)

Iggyboo 12-21-2004 05:18 PM

Cannot mount DVD/CDRW Combo drive iff in fstab
 
Distro: Fedora Core 3

I have recently replaced my standard CDRW with a DVD/CDRW combo drive. Before the switch, everything was fine, but afterwards I have been receiving a strange error whenever I try to mount the drive.

Code:

mount: block device /dev/dvd is write-protected, mounting read-only
mount: /dev/dvd already mounted or cdrom busy

This message is repeated for all of the symlinks (hdc, cdrom, cdwriter, etc.) and even when I try to mount it with the icon in KDE. The strange thing is that when I remove its entry in /etc/fstab, I can mount it just fine and it works perfectly. This looks like some kind of “automount” (or another of its like) problem, but I can't figure out what it is. Y'all got any ideas?

More Info:
Code:

#dmesg | grep DVD
hdc: LITE-ON COMBO LTC-48161H, ATAPI CD/DVD-ROM drive
hdc: ATAPI 48X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)

#cat /etc/fstab
LABEL=/                    /        ext3    defaults        1 1
LABEL=/boot                /boot    ext3    defaults        1 2
none                      /dev/pts  devpts  gid=5,mode=620  0 0
none                      /dev/shm  tmpfs  defaults        0 0
none                      /proc    proc    defaults        0 0
none                      /sys      sysfs  defaults        0 0
LABEL=SWAP-hda5            swap      swap    defaults        0 0
#/dev/hdc        /media/cdrecorder  auto    user,exec,noauto 0 0  #<-removed by me
/dev/fd0              /media/floppy  auto    user,exec,noauto 0 0



All times are GMT -5. The time now is 10:48 PM.