Subject: Unable to mount CD Date: Sat, Jan 08, 2000 at 10:31:53AM -0500
In reply to:Rajesh Radhakrishnan Quoting Rajesh Radhakrishnan([EMAIL PROTECTED]): >| Hi, >| >| I have the following line in my /etc/fstab, >| >| /dev/cdrom /cdrom iso9660 noauto,ro 0 0 >| [snip] >| $ mount /dev/cdrom >| mount: wrong fs type, bad option, bad superblock on /dev/cdrom, >| or too many mounted file systems >| Yes. grep -i iso9660 /usr/src/linux/.config If the result is CONFIG_ISO9660_FS=n you forgot to enable the iso6990 filesystem when you compiled the kernel. If the result is CONFIG_ISO9660_FS=m then the module wasn't loaded. If the result is CONFIG_ISO9660_FS=y then it may be that you not configured something else correctly, in the kernel, like NLS. If all else fails rgrep -r X /usr/src/linux/Doc*/* |less (where X could be 'iso9660', 'cdrom', 'nls', etc.) will usually give you enough things to help you find the problem HTH -- Failure is not an option, it comes bundled with the software. _______________________________________________________