Comment 24 for bug 44233

Revision history for this message
lyon (r-steiger) wrote :

I just had similar problem on two machines upgraded from Feisty to Gutsy. A friend of mine has a DVD-Video with UDF structure on it, burned in some kind of cheap desktop recorder. Gutsy is able to mount this disk, but the permissions are se to "r--r--r--" and owner/group are set to "-1", so only root was able to browse the media content - an ordinary user cannot even open a VIDEO_TS directory (I do not have dmesg output, sorry).

It started working after I changed
"/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0"
to
"/dev/scd0 /media/cdrom0 iso9660,udf user,noauto 0 0"

`mount` now reports iso9660 filesystem type instead of UDF, but nautilus still says it's an UDF disk.

What happens if the default Ubuntu fstab entry will change to "auto"? Couldn't be better to let the mount decide itself which type to use?