Comment 12 for bug 377373

Revision history for this message
Jan Hlodan (wewek) wrote :

I haven't used Windows for years. I'm not going to burn any CDs in Windows. I have discovered this bug when I tried to mount and play any commercial audio CD from music store.
Then I realised that it should affect also CDs burned in Windows. So I tried to mound some CD which I burned in Windows years ago. And with the same result.
This is not critical issue for me. But I believe, for other customers this should be fatal. If kernel doesn't contain 'udf' module as a default module.

Requested information:

$ uname -rv
2.6.28-12-generic #43-Ubuntu SMP Fri May 1 19:31:32 UTC 2009

no udf module is loaded
# lsmod | grep udf
#
(attaching lsmod)

# modprobe -l | grep udf
kernel/fs/udf/udf.ko

# modprobe udf
# mount -t udf /dev/sr0 /media/cdrom0/
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail or so

#

# mount /dev/sr0 /media/cdrom0 -t udf -o ro,user,noauto,exec,umask=0,session=0,lastblock=1
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail or so

#