summaryrefslogtreecommitdiffstats
path: root/tests/ts/blkid
diff options
context:
space:
mode:
authorPali Rohár2017-11-12 22:05:15 +0100
committerPali Rohár2017-11-12 22:05:15 +0100
commit99777b8d11117b1faab3f00a4c48f77b53c8b475 (patch)
treecd2443241f426f74adba1c89259bed62746ef080 /tests/ts/blkid
parentlibblkid: udf: Optimize and fix probing when block size > 2048 bytes (diff)
downloadkernel-qcow2-util-linux-99777b8d11117b1faab3f00a4c48f77b53c8b475.tar.gz
kernel-qcow2-util-linux-99777b8d11117b1faab3f00a4c48f77b53c8b475.tar.xz
kernel-qcow2-util-linux-99777b8d11117b1faab3f00a4c48f77b53c8b475.zip
test: Add UDF hdd image with final block size 4096 created by Linux mkudffs 1.3
$ dd if=/dev/zero of=udf-hdd-mkudffs-1.3-7.img bs=1M count=10 $ mkudffs -l Label512 -b 512 udf-hdd-mkudffs-1.3-7.img $ mkudffs -l Label4096 -b 4096 udf-hdd-mkudffs-1.3-7.img Image file was first formatted with block size 512 and then reformatted with block size 4096. Volume Recognition Sequence was overwritten and every Volume Structure Descriptor is now 4096 bytes long. Trying to read second VSD as 2048 bytes long will fail because 4069 bytes long VSD is padded with zeros. To verify that image file was properly detected, it should have label "Label4096" and not "Label512".
Diffstat (limited to 'tests/ts/blkid')
-rw-r--r--tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-7.img.xzbin0 -> 2720 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-7.img.xz b/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-7.img.xz
new file mode 100644
index 000000000..5940009d7
--- /dev/null
+++ b/tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-7.img.xz
Binary files differ