]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: Add UDF hdd images with blocksize 1024 and 4096 created by Linux mkudffs 1.3
authorPali Rohár <pali.rohar@gmail.com>
Wed, 14 Jun 2017 21:29:03 +0000 (23:29 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 23 Jun 2017 13:19:56 +0000 (15:19 +0200)
commit122e060d282105165b1a16af0c032fdee1f58d9c
tree1ef1b309a43f07cfa47276623921dc6899243a6b
parent83b8df64a24f8698a47fa09cadeff4750d5a0275
tests: Add UDF hdd images with blocksize 1024 and 4096 created by Linux mkudffs 1.3

$ dd if=/dev/zero of=udf-hdd-mkudffs-1.3-4.img bs=1M count=10
$ mkudffs -l Label -b 1024 udf-hdd-mkudffs-1.3-4.img

$ dd if=/dev/zero of=udf-hdd-mkudffs-1.3-5.img bs=1M count=10
$ mkudffs -l Label -b 4096 udf-hdd-mkudffs-1.3-5.img
tests/expected/blkid/low-probe-udf-hdd-mkudffs-1.3-4 [new file with mode: 0644]
tests/expected/blkid/low-probe-udf-hdd-mkudffs-1.3-5 [new file with mode: 0644]
tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-4.img.xz [new file with mode: 0644]
tests/ts/blkid/images-fs/udf-hdd-mkudffs-1.3-5.img.xz [new file with mode: 0644]