Comment 5 for bug 1022519

Revision history for this message
Dan Kegel (dank) wrote : Re: UDF volume name wrong

Yup:

$ dd if=/dev/sr0 of=bug1022519.iso bs=514k count=1
$ blkid -p bug1022519.iso
bug1022519.iso: LABEL="FSX DISK 1" TYPE="iso9660" USAGE="filesystem"
$ dd if=/dev/sr0 of=bug1022519.iso bs=515k count=1
$ blkid -p bug1022519.iso
bug1022519.iso: LABEL="UDF Volume" TYPE="udf" USAGE="filesystem"

hexdump -C shows:
00080810 00 00 00 00 00 00 00 00 10 00 55 00 44 00 46 00 |..........U.D.F.|
00080820 20 00 56 00 6f 00 6c 00 75 00 6d 00 65 00 00 00 | .V.o.l.u.m.e...|

Windows gives 'FSX DISK 1' as the label.

I guess Windows prefers the iso9660 volume label for discs
of type CD001, and Wine won't be able to install that game unless blkid
does, too.

I've uploaded the first 515k to http://kegel.com/bug1022519.iso