Comment 29 for bug 10550

Revision history for this message
Alan Pater (alan-pater) wrote :

I have bumped into this as well. DVD's which just play using Ubuntu Dapper fail under Feisty with the permission error. The difference seems to be that the DVD is mounted as iso9660 in Dapper, but the same video DVD is mounted as udf in Feisty.

In Dapper:
> > $ mount
> > /dev/hdb on /media/cdrom0 type iso9660 (ro,noexec,nosuid,nodev,user=chele)
> >
> > $ ls -al /media/cdrom0
> > total 10
> > dr-xr-xr-x 1 root root 2048 2005-11-13 12:05 .
> > drwxr-xr-x 3 root root 4096 2007-05-03 23:05 ..
> > dr-xr-xr-x 1 root root 2048 2005-11-13 12:05 audio_ts
> > dr-xr-xr-x 1 root root 2048 2005-11-13 11:16 video_ts
> >
> > ~$ ls -al /media/cdrom0/video_ts/
> > total 4521922
> > dr-xr-xr-x 1 root root 2048 2005-11-13 11:16 .
> > dr-xr-xr-x 1 root root 2048 2005-11-13 12:05 ..

In Feisty
$ mount
/dev/scd0 on /media/SPEAKINGPARTS type udf (ro,nosuid,nodev,uid=1002)

$ ls -al /media/SPEAKINGPARTS/
total 10
drwxrwxrwx 4 fer 4294967295 136 2005-11-13 20:05 .
drwxr-xr-x 4 root root 4096 2007-06-26 10:44 ..
drwxrwxrwx 2 fer 4294967295 40 2005-11-13 20:05 AUDIO_TS
dr--r--r-- 2 fer 4294967295 1392 2005-11-13 19:16 VIDEO_TS

$ ls -al /media/SPEAKINGPARTS/VIDEO_TS/
total 0
?--------- ? ? ? ? ? /media/SPEAKINGPARTS/VIDEO_TS/.
?--------- ? ? ? ? ? /media/SPEAKINGPARTS/VIDEO_TS/..
?--------- ? ? ? ? ? /media/SPEAKINGPARTS/VIDEO_TS/VIDEO_TS.BUP

How would one force video DVD's to mount as iso9660 in Feisty?