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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1022519

Title:
  UDF volume name wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1022519/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to