I am trying to mount my internal CD-ROM. When I use dmesg I get the following:
hdc: TOSHIBA CD-ROM XM-5702B, ATAPI CDROM drive when I do a mount -t iso9660 -r /dev/cdrom /cdrom where /dev/cdrom is a symbolic link to /dev/hdc, and /cdrom is an empty directory, I get the following: mount: wrong fs type, bad option, bad superblock on /dev/cdrom, or too many mounted file systems I am using the default Debian kernel (2.0.36) with iso9660 support. I checked with cat /proc/filesystems Any idea what can be wrong? Thanks