Hi,

I have the following line in my /etc/fstab,

/dev/cdrom      /cdrom        iso9660 noauto,ro        0      0

And, /dev/cdrom points to,
 
$ ls -l /dev/cdrom
lrwxrwxrwx    1 root     root  8 Sep  4 06:48 /dev/cdrom -> /dev/hdd

$ ls -l /dev/hdd
brw-rw-rw-    1 root     disk 22,  64 Feb 22  1999 /dev/hdd

I get the following error when I try to mount a CD,

$ mount /dev/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
       or too many mounted file systems

Any suggestions?

Thanks
Rajesh

Reply via email to