I think I found the problem. This solution worked for me anyway. There was an entry in /etc/fstab:
/dev/sdc1 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
However, /dev/sdc1 is the USB pen drive, so now it's obvious why I didn't work. I just commented out the above line, and the CD-ROM still functions.
Hope this helps..
Hi.
I think I found the problem. This solution worked for me anyway. There was an entry in /etc/fstab: exec,utf8 0 0
/dev/sdc1 /media/cdrom0 udf,iso9660 user,noauto,
However, /dev/sdc1 is the USB pen drive, so now it's obvious why I didn't work. I just commented out the above line, and the CD-ROM still functions.
Hope this helps..