]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: Add UDF hdd image created by Linux mkudffs with custom params
authorPali Rohár <pali.rohar@gmail.com>
Thu, 8 Jan 2015 16:29:58 +0000 (17:29 +0100)
committerPali Rohár <pali.rohar@gmail.com>
Thu, 8 Jan 2015 16:29:58 +0000 (17:29 +0100)
commit38610dba6038b3911808f705e9cb13efc31c9333
treeebb7dd4599aed5af42e48f7517e86ee3bc5c301f
parent806df9b6b1380440608a98bc4c25dfccd7f8db6a
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/expected/blkid/low-probe-udf-hdd-mkudffs2 [new file with mode: 0644]
tests/ts/blkid/images-fs/udf-hdd-mkudffs2.img.bz2 [new file with mode: 0644]