can't mount cdrom

Michael O'Donnell mod+gnhlug at std.com
Sat Dec 7 12:42:31 EST 2002


If you have the proper symlink in /dev
you should be able to simply say

   mount /dev/cdrom /cdrom

...or on /mnt/cdrom or wherever you want it mounted.

If mount complains about the type you may have to
be explicit:

   mount -t iso9660 /dev/cdrom /cdrom


...but you should then be able to see the CD
filesystem at the specified mount point.





More information about the gnhlug-discuss mailing list