From 38610dba6038b3911808f705e9cb13efc31c9333 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Thu, 8 Jan 2015 17:29:58 +0100 Subject: tests: Add UDF hdd image created by Linux mkudffs with custom params $ dd if=/dev/zero of=/tmp/test bs=1M count=10 $ mkudffs -b 512 --lvid=Label --vid=Label --vsid="Volume set identifier" /tmp/test When calling mkudffs with --vsid param there is bug which cause that garbage from application stack is copied into Volume set identifier after 8th character. Characters 1 -- 16 are used in libblkid for generating UUID, so this is perfect test example that everything is working! --- tests/ts/blkid/images-fs/udf-hdd-mkudffs2.img.bz2 | Bin 0 -> 1082 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/ts/blkid/images-fs/udf-hdd-mkudffs2.img.bz2 (limited to 'tests/ts') diff --git a/tests/ts/blkid/images-fs/udf-hdd-mkudffs2.img.bz2 b/tests/ts/blkid/images-fs/udf-hdd-mkudffs2.img.bz2 new file mode 100644 index 000000000..a3b917829 Binary files /dev/null and b/tests/ts/blkid/images-fs/udf-hdd-mkudffs2.img.bz2 differ -- cgit v1.2.3-55-g7522