Results 1 to 2 of 2
hello. I have asked this question in a few other forums but I have yet to solve this problem.
Whever I try to mount both my dvd-rw and cd-rom drives, ...
- 09-26-2004 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 59
problem mounting/umounting dvd-rw & cd-rom drives
hello. I have asked this question in a few other forums but I have yet to solve this problem.
Whever I try to mount both my dvd-rw and cd-rom drives, I get this message:
and when I attempt to umount it via right-click>umount, I get:mount: block device /dev/cdrom is write-protected, mounting read-only
how can I fix this?Could not unmount device.
The reported error was:
umount: only root can unmount /dev/cdrom from /mnt/cdrom/
here is a copy of my fstab if it's necessary:
thanks# Begin /etc/fstab
# filesystem mount-point fs-type options dump fsck-order
/dev/fd0 /floppy auto rw,exec,noauto,users 0 0
/dev/cdrom /mnt/cdrom/ iso9660 noauto,user,rw 0 0
none /dev/pts devpts gid=4,mode=620 0 0
none /proc proc defaults 0 0
/dev/hda2 / reiserfs notail,noatime 1 1
/dev/hda1 swap swap defaults 0 0
/dev/hda3 /home reiserfs notail,noatime 1 1
/dev/hdc /mnt/dvd iso9660 noauto,user,rw 0 0
/dev/sda1 /external reiserfs defaults,user,noauto 0 0
- 09-26-2004 #2Linux Newbie
- Join Date
- Jan 2004
- Location
- Istanbul,Turkey
- Posts
- 151
try adding
optionCode:umask=0
Have a nice day


Reply With Quote