Found this fix from 2007 in the ubuntuforums. Just move the udf parameter in the fstab like this:
BEFORE: /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 AFTER: /dev/scd0 /media/cdrom0 iso9660,udf user,noauto,exec,utf8 0 0
This worked for me :)
Found this fix from 2007 in the ubuntuforums. Just move the udf parameter in the fstab like this:
BEFORE: exec,utf8 0 0 exec,utf8 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,
AFTER:
/dev/scd0 /media/cdrom0 iso9660,udf user,noauto,
This worked for me :)