I have kind of this in

Linux sandra-nb 2.6.31-15-generic #50-Ubuntu SMP Tue Nov 10 14:53:52 UTC
2009 x86_64 GNU/Linux

r...@sandra-nb:/usr/src$ cat /etc/issue
Ubuntu 9.10 \n \l

r...@sandra-nb:/usr/src$ sudo isoinfo dev=/dev/cdrom -fJ
/Riess_Peter_091113.mpg;1

r...@sandra-nb:/usr/src$ sudo isoinfo dev=/dev/cdrom -d
CD-ROM is in ISO 9660 format
System id: 
Volume id: 091119_1140
Volume set id: 
Publisher id: 
Data preparer id: 
Application id: 
Copyright File id: 
Abstract File id: 
Bibliographic File id: 
Volume set size is: 1
Volume set sequence number is: 0
Logical block size is: 2048
Volume size is: 120600
Joliet with UCS level 1 found
NO Rock Ridge present

r...@sandra-nb:/usr/src$ sudo mount -t iso9660 -o ro,joliet /dev/cdrom 
/media/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
       missing codepage or helper program, or other error
       Manchmal liefert das Syslog wertvolle Informationen – versuchen
       Sie  dmesg | tail  oder so

r...@sandra-nb:/usr/src$ sudo mount -t iso9660 -o ro /dev/cdrom /media/cdrom
r...@sandra-nb:/usr/src$ ls /media/cdrom
r...@sandra-nb:/usr/src$ 

r...@sandra-nb:/usr/src$ dmesg | tail
...
[ 6229.807945] ISO 9660 Extensions: Microsoft Joliet Level 1
[ 6229.809370] ISOFS: changing to secondary root
[ 6229.810810] ISOFS: Interleaved files not (yet) supported.
r...@sandra-nb:/usr/src$ 


But these 3 Lines will only be logged if i mount it without joliet:

sudo mount -t iso9660 -o ro /dev/cdrom /media/cdrom

Finally i found a "workaround" in using option nojoliet for the mount
command:

r...@sandra-nb:/usr/src$ sudo mount -t iso9660 -o ro,nojoliet /dev/cdrom 
/media/cdrom
r...@sandra-nb:/usr/src$ ls /media/cdrom
riess_~1.mpg

And i found further discussions on whether  "Interleaved files" will
sometimes become supported by the kernel...

-- 
mounted cdrom doesn't display long filenames
https://bugs.launchpad.net/bugs/396949
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs

Reply via email to