Comment 7 for bug 446897

Revision history for this message
Martin Pitt (pitti) wrote : Re: iso9660 label has extra spaces appended

Ah, "joliet extensions":

$ mkdir /tmp/x; cd /tmp/x
$ touch foo bar
$ mkisofs -o ../test.iso -v -J -V "Name " *
$ blkid -p ../test.iso
../test.iso: LABEL="Name " VERSION="Joliet Extension" TYPE="iso9660" USAGE="filesystem"
$ blkid ../test.iso
../test.iso: LABEL="Name " TYPE="iso9660"

It seems to be a regression in karmic, since in Jaunty I get the correct name:

$ LANG= dchroot -c jaunty -d blkid /tmp/test.iso
I: [jaunty chroot] Running command: "blkid /tmp/test.iso"
/tmp/test.iso: LABEL="Name" TYPE="iso9660"