I recently upgraded to FC2 from FC1. I tried to mount a cdrom, but I keep getting this error. I've tried serveral different cdroms, none of which work. I did a search here and found similar problems, but none of the fixes that people gave worked for me....
ls -l /dev/cdrom gives:
lrwxrwxrwx 1 root root 8 Jun 3 10:40 /dev/cdrom -> /dev/hdd
(which is correct according to the hardware browser)
The line for the cdrom in fstab is:
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
I also tried the "depmod -ae" trick, but that didn't do anything.
I also get the error when i try to "mount /dev/hdd /mnt/cdrom".
Any ideas?