Comment 11 for bug 635499

Revision history for this message
RomanIvanov (ivanov-jr) wrote : Re: [Maverick] Does not show UDF contents

Workaround to support UDF and ISO in the same time, and auto mount:

sudo mkdir /media/cdrom0
sudo gedit /etc/fstab

add to the end of file:

/dev/scd0 /media/cdrom0 udf,iso9660 users,noauto,uid=0,gid=46,mode=0777,dmode=0777,nosuid,noexec 0 0

Restart PC or "mount /dev/scd0"