brianw
Group: Members
Posts: 245
Joined: Sep. 2005 |
|
Posted: July 06 2006,17:35 |
|
The cdrom does not show up in the mount tool becuase the mount tool looks in the /etc/fstab file for lines containing mnt in them. To fix this for myself I added a comment to the end of lines in the fstab file which simply had #mnt at the end.
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask=022 0 0 #mnt /dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0 #mnt
now the mount tool shows them with no problems.
|