]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: Add UDF CD-ROM hybrid image (ISO+Joliet+UDF) created by Nero 6
authorPali Rohár <pali.rohar@gmail.com>
Mon, 1 May 2017 11:03:55 +0000 (13:03 +0200)
committerPali Rohár <pali.rohar@gmail.com>
Fri, 5 May 2017 16:38:15 +0000 (18:38 +0200)
commit28f01f74331eaf175be427a0891012b592869eaf
treef8438d9ca9ee6638241b6c601e208d3c45c875a5
parent5531320087f163d30169abe603597d88c35f0865
tests: Add UDF CD-ROM hybrid image (ISO+Joliet+UDF) created by Nero 6

This image was created by Nero Burning ROM version 6 via option CD-ROM
(UDF/ISO) with UDF version 2.01 and enabled ISO Joliet extension. Moreover
for testing purposes it has set custom Disc label (and also every other
identifier) which is different for ISO, Joiliet and UDF part. It contains
ISO/Joliet/UDF string prefix to distinguish between them.

So reading this image as basic ISO would produce different label as when
reading it as ISO with Joliet image and also different as UDF image.

Windows detects its label as "UDF Label".

Before commit ccfb5b0a1d318c1ac96884c70c7b5090331849fc blkid show label for
this image as "Joliet Label" and after as "UDF Label".

Note that it is not common to have such images with different label stored
in Joliet part and in UDF part. Moreover it is very hard to generate them.
tests/expected/blkid/low-probe-udf-cd-nero-6 [new file with mode: 0644]
tests/ts/blkid/images-fs/udf-cd-nero-6.img.xz [new file with mode: 0644]