summaryrefslogtreecommitdiffstats
path: root/tests/expected/blkid
diff options
context:
space:
mode:
authorPali Rohár2015-01-08 17:29:58 +0100
committerPali Rohár2015-01-08 17:29:58 +0100
commit38610dba6038b3911808f705e9cb13efc31c9333 (patch)
treeebb7dd4599aed5af42e48f7517e86ee3bc5c301f /tests/expected/blkid
parenttests: Add UDF hdd image created by Linux mkudffs (diff)
downloadkernel-qcow2-util-linux-38610dba6038b3911808f705e9cb13efc31c9333.tar.gz
kernel-qcow2-util-linux-38610dba6038b3911808f705e9cb13efc31c9333.tar.xz
kernel-qcow2-util-linux-38610dba6038b3911808f705e9cb13efc31c9333.zip
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!
Diffstat (limited to 'tests/expected/blkid')
-rw-r--r--tests/expected/blkid/low-probe-udf-hdd-mkudffs29
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/expected/blkid/low-probe-udf-hdd-mkudffs2 b/tests/expected/blkid/low-probe-udf-hdd-mkudffs2
new file mode 100644
index 000000000..a82cc3484
--- /dev/null
+++ b/tests/expected/blkid/low-probe-udf-hdd-mkudffs2
@@ -0,0 +1,9 @@
+ID_FS_LABEL=Label
+ID_FS_LABEL_ENC=Label
+ID_FS_LOGICAL_VOLUME_ID=Label
+ID_FS_TYPE=udf
+ID_FS_USAGE=filesystem
+ID_FS_UUID=54aead8591280d01
+ID_FS_UUID_ENC=54aead8591280d01
+ID_FS_VOLUME_ID=Label
+ID_FS_VOLUME_SET_ID=54aead85‘( Volume set identifier