summaryrefslogtreecommitdiff
path: root/tests/expected/blkid
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expected/blkid')
-rw-r--r--tests/expected/blkid/low-probe-adaptec-raid3
-rw-r--r--tests/expected/blkid/low-probe-befs7
-rw-r--r--tests/expected/blkid/low-probe-bfs2
-rw-r--r--tests/expected/blkid/low-probe-cramfs4
-rw-r--r--tests/expected/blkid/low-probe-ddf-raid5
-rw-r--r--tests/expected/blkid/low-probe-exfat7
-rw-r--r--tests/expected/blkid/low-probe-ext27
-rw-r--r--tests/expected/blkid/low-probe-ext38
-rw-r--r--tests/expected/blkid/low-probe-fat8
-rw-r--r--tests/expected/blkid/low-probe-fat16_noheads8
-rw-r--r--tests/expected/blkid/low-probe-fat32_label_64MB7
-rw-r--r--tests/expected/blkid/low-probe-gfs25
-rw-r--r--tests/expected/blkid/low-probe-hfs4
-rw-r--r--tests/expected/blkid/low-probe-hfsplus4
-rw-r--r--tests/expected/blkid/low-probe-hpfs7
-rw-r--r--tests/expected/blkid/low-probe-hpt37x-raid2
-rw-r--r--tests/expected/blkid/low-probe-hpt45x-raid2
-rw-r--r--tests/expected/blkid/low-probe-iso6
-rw-r--r--tests/expected/blkid/low-probe-iso-joliet7
-rw-r--r--tests/expected/blkid/low-probe-iso-rr-joliet7
-rw-r--r--tests/expected/blkid/low-probe-isw-raid3
-rw-r--r--tests/expected/blkid/low-probe-jbd5
-rw-r--r--tests/expected/blkid/low-probe-jfs6
-rw-r--r--tests/expected/blkid/low-probe-jmicron-raid3
-rw-r--r--tests/expected/blkid/low-probe-lsi-raid2
-rw-r--r--tests/expected/blkid/low-probe-lvm25
-rw-r--r--tests/expected/blkid/low-probe-mdraid5
-rw-r--r--tests/expected/blkid/low-probe-minix3
-rw-r--r--tests/expected/blkid/low-probe-netware5
-rw-r--r--tests/expected/blkid/low-probe-nilfs27
-rw-r--r--tests/expected/blkid/low-probe-ntfs6
-rw-r--r--tests/expected/blkid/low-probe-nvidia-raid3
-rw-r--r--tests/expected/blkid/low-probe-ocfs27
-rw-r--r--tests/expected/blkid/low-probe-promise-raid2
-rw-r--r--tests/expected/blkid/low-probe-reiser37
-rw-r--r--tests/expected/blkid/low-probe-reiser47
-rw-r--r--tests/expected/blkid/low-probe-romfs4
-rw-r--r--tests/expected/blkid/low-probe-silicon-raid3
-rw-r--r--tests/expected/blkid/low-probe-small-fat327
-rw-r--r--tests/expected/blkid/low-probe-swap03
-rw-r--r--tests/expected/blkid/low-probe-swap17
-rw-r--r--tests/expected/blkid/low-probe-tuxonice5
-rw-r--r--tests/expected/blkid/low-probe-ubifs5
-rw-r--r--tests/expected/blkid/low-probe-udf4
-rw-r--r--tests/expected/blkid/low-probe-ufs5
-rw-r--r--tests/expected/blkid/low-probe-via-raid3
-rw-r--r--tests/expected/blkid/low-probe-vmfs7
-rw-r--r--tests/expected/blkid/low-probe-vmfs_volume7
-rw-r--r--tests/expected/blkid/low-probe-xfs6
-rw-r--r--tests/expected/blkid/low-probe-zfs9
-rw-r--r--tests/expected/blkid/lowprobe-pt-bsd4
-rw-r--r--tests/expected/blkid/lowprobe-pt-dos+bsd6
-rw-r--r--tests/expected/blkid/lowprobe-pt-gpt7
-rw-r--r--tests/expected/blkid/lowprobe-pt-sgi4
-rw-r--r--tests/expected/blkid/lowprobe-pt-sun4
-rw-r--r--tests/expected/blkid/md-raid0-whole53
-rw-r--r--tests/expected/blkid/md-raid1-part64
-rw-r--r--tests/expected/blkid/md-raid1-whole52
58 files changed, 455 insertions, 0 deletions
diff --git a/tests/expected/blkid/low-probe-adaptec-raid b/tests/expected/blkid/low-probe-adaptec-raid
new file mode 100644
index 0000000..99a5888
--- /dev/null
+++ b/tests/expected/blkid/low-probe-adaptec-raid
@@ -0,0 +1,3 @@
+ID_FS_TYPE=adaptec_raid_member
+ID_FS_USAGE=raid
+ID_FS_VERSION=8
diff --git a/tests/expected/blkid/low-probe-befs b/tests/expected/blkid/low-probe-befs
new file mode 100644
index 0000000..b7f25cd
--- /dev/null
+++ b/tests/expected/blkid/low-probe-befs
@@ -0,0 +1,7 @@
+ID_FS_LABEL=befs_test
+ID_FS_LABEL_ENC=befs_test
+ID_FS_TYPE=befs
+ID_FS_USAGE=filesystem
+ID_FS_UUID=95d89dec82f6b73b
+ID_FS_UUID_ENC=95d89dec82f6b73b
+ID_FS_VERSION=little-endian
diff --git a/tests/expected/blkid/low-probe-bfs b/tests/expected/blkid/low-probe-bfs
new file mode 100644
index 0000000..8287304
--- /dev/null
+++ b/tests/expected/blkid/low-probe-bfs
@@ -0,0 +1,2 @@
+ID_FS_TYPE=bfs
+ID_FS_USAGE=filesystem
diff --git a/tests/expected/blkid/low-probe-cramfs b/tests/expected/blkid/low-probe-cramfs
new file mode 100644
index 0000000..7898a36
--- /dev/null
+++ b/tests/expected/blkid/low-probe-cramfs
@@ -0,0 +1,4 @@
+ID_FS_LABEL=test-cram
+ID_FS_LABEL_ENC=test-cram
+ID_FS_TYPE=cramfs
+ID_FS_USAGE=filesystem
diff --git a/tests/expected/blkid/low-probe-ddf-raid b/tests/expected/blkid/low-probe-ddf-raid
new file mode 100644
index 0000000..7956dcd
--- /dev/null
+++ b/tests/expected/blkid/low-probe-ddf-raid
@@ -0,0 +1,5 @@
+ID_FS_TYPE=ddf_raid_member
+ID_FS_USAGE=raid
+ID_FS_UUID=Linux-MDޭ__
+ID_FS_UUID_ENC=Linux-MDޭ\xbe\xef
+ID_FS_VERSION=01.02.00
diff --git a/tests/expected/blkid/low-probe-exfat b/tests/expected/blkid/low-probe-exfat
new file mode 100644
index 0000000..b9defbd
--- /dev/null
+++ b/tests/expected/blkid/low-probe-exfat
@@ -0,0 +1,7 @@
+ID_FS_LABEL=Новый_том
+ID_FS_LABEL_ENC=Новый\x20том
+ID_FS_TYPE=exfat
+ID_FS_USAGE=filesystem
+ID_FS_UUID=9C23-8877
+ID_FS_UUID_ENC=9C23-8877
+ID_FS_VERSION=1.0
diff --git a/tests/expected/blkid/low-probe-ext2 b/tests/expected/blkid/low-probe-ext2
new file mode 100644
index 0000000..c70b856
--- /dev/null
+++ b/tests/expected/blkid/low-probe-ext2
@@ -0,0 +1,7 @@
+ID_FS_LABEL=test-ext2
+ID_FS_LABEL_ENC=test-ext2
+ID_FS_TYPE=ext2
+ID_FS_USAGE=filesystem
+ID_FS_UUID=22f0eac3-5c89-4ec1-9076-60799119aaea
+ID_FS_UUID_ENC=22f0eac3-5c89-4ec1-9076-60799119aaea
+ID_FS_VERSION=1.0
diff --git a/tests/expected/blkid/low-probe-ext3 b/tests/expected/blkid/low-probe-ext3
new file mode 100644
index 0000000..4bac43f
--- /dev/null
+++ b/tests/expected/blkid/low-probe-ext3
@@ -0,0 +1,8 @@
+ID_FS_LABEL=test-ext3
+ID_FS_LABEL_ENC=test-ext3
+ID_FS_SEC_TYPE=ext2
+ID_FS_TYPE=ext3
+ID_FS_USAGE=filesystem
+ID_FS_UUID=35f66dab-477e-4090-a872-95ee0e493ad6
+ID_FS_UUID_ENC=35f66dab-477e-4090-a872-95ee0e493ad6
+ID_FS_VERSION=1.0
diff --git a/tests/expected/blkid/low-probe-fat b/tests/expected/blkid/low-probe-fat
new file mode 100644
index 0000000..4201211
--- /dev/null
+++ b/tests/expected/blkid/low-probe-fat
@@ -0,0 +1,8 @@
+ID_FS_LABEL=TEST-FAT
+ID_FS_LABEL_ENC=TEST-FAT
+ID_FS_SEC_TYPE=msdos
+ID_FS_TYPE=vfat
+ID_FS_USAGE=filesystem
+ID_FS_UUID=DEAD-BEEF
+ID_FS_UUID_ENC=DEAD-BEEF
+ID_FS_VERSION=FAT12
diff --git a/tests/expected/blkid/low-probe-fat16_noheads b/tests/expected/blkid/low-probe-fat16_noheads
new file mode 100644
index 0000000..ba47078
--- /dev/null
+++ b/tests/expected/blkid/low-probe-fat16_noheads
@@ -0,0 +1,8 @@
+ID_FS_LABEL=VTech_1070
+ID_FS_LABEL_ENC=VTech\x201070
+ID_FS_SEC_TYPE=msdos
+ID_FS_TYPE=vfat
+ID_FS_USAGE=filesystem
+ID_FS_UUID=2004-1014
+ID_FS_UUID_ENC=2004-1014
+ID_FS_VERSION=FAT16
diff --git a/tests/expected/blkid/low-probe-fat32_label_64MB b/tests/expected/blkid/low-probe-fat32_label_64MB
new file mode 100644
index 0000000..1179490
--- /dev/null
+++ b/tests/expected/blkid/low-probe-fat32_label_64MB
@@ -0,0 +1,7 @@
+ID_FS_LABEL=BINGO
+ID_FS_LABEL_ENC=BINGO
+ID_FS_TYPE=vfat
+ID_FS_USAGE=filesystem
+ID_FS_UUID=8CB5-BA49
+ID_FS_UUID_ENC=8CB5-BA49
+ID_FS_VERSION=FAT32
diff --git a/tests/expected/blkid/low-probe-gfs2 b/tests/expected/blkid/low-probe-gfs2
new file mode 100644
index 0000000..cd5a664
--- /dev/null
+++ b/tests/expected/blkid/low-probe-gfs2
@@ -0,0 +1,5 @@
+ID_FS_LABEL=mycluster:mygfs2
+ID_FS_LABEL_ENC=mycluster:mygfs2
+ID_FS_TYPE=gfs2
+ID_FS_USAGE=filesystem
+ID_FS_VERSION=1
diff --git a/tests/expected/blkid/low-probe-hfs b/tests/expected/blkid/low-probe-hfs
new file mode 100644
index 0000000..d4cbb5c
--- /dev/null
+++ b/tests/expected/blkid/low-probe-hfs
@@ -0,0 +1,4 @@
+ID_FS_LABEL=BBB
+ID_FS_LABEL_ENC=BBB
+ID_FS_TYPE=hfs
+ID_FS_USAGE=filesystem
diff --git a/tests/expected/blkid/low-probe-hfsplus b/tests/expected/blkid/low-probe-hfsplus
new file mode 100644
index 0000000..f54b59f
--- /dev/null
+++ b/tests/expected/blkid/low-probe-hfsplus
@@ -0,0 +1,4 @@
+ID_FS_LABEL=123456789ABCDE
+ID_FS_LABEL_ENC=123456789ABCDE
+ID_FS_TYPE=hfsplus
+ID_FS_USAGE=filesystem
diff --git a/tests/expected/blkid/low-probe-hpfs b/tests/expected/blkid/low-probe-hpfs
new file mode 100644
index 0000000..47ae1af
--- /dev/null
+++ b/tests/expected/blkid/low-probe-hpfs
@@ -0,0 +1,7 @@
+ID_FS_LABEL=P01_S16A
+ID_FS_LABEL_ENC=P01\x20S16A
+ID_FS_TYPE=hpfs
+ID_FS_USAGE=filesystem
+ID_FS_UUID=3BC2-32D5
+ID_FS_UUID_ENC=3BC2-32D5
+ID_FS_VERSION=2
diff --git a/tests/expected/blkid/low-probe-hpt37x-raid b/tests/expected/blkid/low-probe-hpt37x-raid
new file mode 100644
index 0000000..81f6dec
--- /dev/null
+++ b/tests/expected/blkid/low-probe-hpt37x-raid
@@ -0,0 +1,2 @@
+ID_FS_TYPE=hpt37x_raid_member
+ID_FS_USAGE=raid
diff --git a/tests/expected/blkid/low-probe-hpt45x-raid b/tests/expected/blkid/low-probe-hpt45x-raid
new file mode 100644
index 0000000..4eb9552
--- /dev/null
+++ b/tests/expected/blkid/low-probe-hpt45x-raid
@@ -0,0 +1,2 @@
+ID_FS_TYPE=hpt45x_raid_member
+ID_FS_USAGE=raid
diff --git a/tests/expected/blkid/low-probe-iso b/tests/expected/blkid/low-probe-iso
new file mode 100644
index 0000000..53b739c
--- /dev/null
+++ b/tests/expected/blkid/low-probe-iso
@@ -0,0 +1,6 @@
+ID_FS_LABEL=IsoVolumeName
+ID_FS_LABEL_ENC=IsoVolumeName
+ID_FS_TYPE=iso9660
+ID_FS_USAGE=filesystem
+ID_FS_UUID=2009-09-24-10-34-40-00
+ID_FS_UUID_ENC=2009-09-24-10-34-40-00
diff --git a/tests/expected/blkid/low-probe-iso-joliet b/tests/expected/blkid/low-probe-iso-joliet
new file mode 100644
index 0000000..7d38ad3
--- /dev/null
+++ b/tests/expected/blkid/low-probe-iso-joliet
@@ -0,0 +1,7 @@
+ID_FS_LABEL=ThisWonderfulLabelIsVeryVeryLong
+ID_FS_LABEL_ENC=ThisWonderfulLabelIsVeryVeryLong
+ID_FS_TYPE=iso9660
+ID_FS_USAGE=filesystem
+ID_FS_UUID=2009-09-22-12-52-23-00
+ID_FS_UUID_ENC=2009-09-22-12-52-23-00
+ID_FS_VERSION=Joliet\x20Extension
diff --git a/tests/expected/blkid/low-probe-iso-rr-joliet b/tests/expected/blkid/low-probe-iso-rr-joliet
new file mode 100644
index 0000000..0cff383
--- /dev/null
+++ b/tests/expected/blkid/low-probe-iso-rr-joliet
@@ -0,0 +1,7 @@
+ID_FS_LABEL=ThisIsVolumeName
+ID_FS_LABEL_ENC=ThisIsVolumeName
+ID_FS_TYPE=iso9660
+ID_FS_USAGE=filesystem
+ID_FS_UUID=2009-09-24-10-32-43-00
+ID_FS_UUID_ENC=2009-09-24-10-32-43-00
+ID_FS_VERSION=Joliet\x20Extension
diff --git a/tests/expected/blkid/low-probe-isw-raid b/tests/expected/blkid/low-probe-isw-raid
new file mode 100644
index 0000000..42419c5
--- /dev/null
+++ b/tests/expected/blkid/low-probe-isw-raid
@@ -0,0 +1,3 @@
+ID_FS_TYPE=isw_raid_member
+ID_FS_USAGE=raid
+ID_FS_VERSION=1.0.00
diff --git a/tests/expected/blkid/low-probe-jbd b/tests/expected/blkid/low-probe-jbd
new file mode 100644
index 0000000..6c6217d
--- /dev/null
+++ b/tests/expected/blkid/low-probe-jbd
@@ -0,0 +1,5 @@
+ID_FS_TYPE=jbd
+ID_FS_USAGE=other
+ID_FS_UUID=0d7a07df-7b06-4829-bce7-3b9c3ece570c
+ID_FS_UUID_ENC=0d7a07df-7b06-4829-bce7-3b9c3ece570c
+ID_FS_VERSION=1.0
diff --git a/tests/expected/blkid/low-probe-jfs b/tests/expected/blkid/low-probe-jfs
new file mode 100644
index 0000000..877fd16
--- /dev/null
+++ b/tests/expected/blkid/low-probe-jfs
@@ -0,0 +1,6 @@
+ID_FS_LABEL=test-jfs
+ID_FS_LABEL_ENC=test-jfs
+ID_FS_TYPE=jfs
+ID_FS_USAGE=filesystem
+ID_FS_UUID=9bf7b82e-7583-4c74-99a4-189a691f27b5
+ID_FS_UUID_ENC=9bf7b82e-7583-4c74-99a4-189a691f27b5
diff --git a/tests/expected/blkid/low-probe-jmicron-raid b/tests/expected/blkid/low-probe-jmicron-raid
new file mode 100644
index 0000000..dc572b7
--- /dev/null
+++ b/tests/expected/blkid/low-probe-jmicron-raid
@@ -0,0 +1,3 @@
+ID_FS_TYPE=jmicron_raid_member
+ID_FS_USAGE=raid
+ID_FS_VERSION=0.1
diff --git a/tests/expected/blkid/low-probe-lsi-raid b/tests/expected/blkid/low-probe-lsi-raid
new file mode 100644
index 0000000..48f7114
--- /dev/null
+++ b/tests/expected/blkid/low-probe-lsi-raid
@@ -0,0 +1,2 @@
+ID_FS_TYPE=lsi_mega_raid_member
+ID_FS_USAGE=raid
diff --git a/tests/expected/blkid/low-probe-lvm2 b/tests/expected/blkid/low-probe-lvm2
new file mode 100644
index 0000000..19aed2a
--- /dev/null
+++ b/tests/expected/blkid/low-probe-lvm2
@@ -0,0 +1,5 @@
+ID_FS_TYPE=LVM2_member
+ID_FS_USAGE=raid
+ID_FS_UUID=Vynv4k-APH8-xQER-HSBb-8VJ3-SvFF-PB5O1U
+ID_FS_UUID_ENC=Vynv4k-APH8-xQER-HSBb-8VJ3-SvFF-PB5O1U
+ID_FS_VERSION=LVM2\x20001
diff --git a/tests/expected/blkid/low-probe-mdraid b/tests/expected/blkid/low-probe-mdraid
new file mode 100644
index 0000000..0613dfe
--- /dev/null
+++ b/tests/expected/blkid/low-probe-mdraid
@@ -0,0 +1,5 @@
+ID_FS_TYPE=linux_raid_member
+ID_FS_USAGE=raid
+ID_FS_UUID=37c76b91-011a-05c5-d30c-1fd4c5c3dbbc
+ID_FS_UUID_ENC=37c76b91-011a-05c5-d30c-1fd4c5c3dbbc
+ID_FS_VERSION=0.90.0
diff --git a/tests/expected/blkid/low-probe-minix b/tests/expected/blkid/low-probe-minix
new file mode 100644
index 0000000..9627799
--- /dev/null
+++ b/tests/expected/blkid/low-probe-minix
@@ -0,0 +1,3 @@
+ID_FS_TYPE=minix
+ID_FS_USAGE=filesystem
+ID_FS_VERSION=1
diff --git a/tests/expected/blkid/low-probe-netware b/tests/expected/blkid/low-probe-netware
new file mode 100644
index 0000000..094d5c9
--- /dev/null
+++ b/tests/expected/blkid/low-probe-netware
@@ -0,0 +1,5 @@
+ID_FS_TYPE=nss
+ID_FS_USAGE=filesystem
+ID_FS_UUID=64fba6bb-ebad-d901-8000-361d9abf2560
+ID_FS_UUID_ENC=64fba6bb-ebad-d901-8000-361d9abf2560
+ID_FS_VERSION=43.02
diff --git a/tests/expected/blkid/low-probe-nilfs2 b/tests/expected/blkid/low-probe-nilfs2
new file mode 100644
index 0000000..c6c9cab
--- /dev/null
+++ b/tests/expected/blkid/low-probe-nilfs2
@@ -0,0 +1,7 @@
+ID_FS_LABEL=test-nilfs2
+ID_FS_LABEL_ENC=test-nilfs2
+ID_FS_TYPE=nilfs2
+ID_FS_USAGE=filesystem
+ID_FS_UUID=524025fb-6d31-40e6-baad-1db36cfdf806
+ID_FS_UUID_ENC=524025fb-6d31-40e6-baad-1db36cfdf806
+ID_FS_VERSION=2
diff --git a/tests/expected/blkid/low-probe-ntfs b/tests/expected/blkid/low-probe-ntfs
new file mode 100644
index 0000000..aaaa077
--- /dev/null
+++ b/tests/expected/blkid/low-probe-ntfs
@@ -0,0 +1,6 @@
+ID_FS_LABEL=Новый_том
+ID_FS_LABEL_ENC=Новый\x20том
+ID_FS_TYPE=ntfs
+ID_FS_USAGE=filesystem
+ID_FS_UUID=09CBB6DE30C87310
+ID_FS_UUID_ENC=09CBB6DE30C87310
diff --git a/tests/expected/blkid/low-probe-nvidia-raid b/tests/expected/blkid/low-probe-nvidia-raid
new file mode 100644
index 0000000..d143ea7
--- /dev/null
+++ b/tests/expected/blkid/low-probe-nvidia-raid
@@ -0,0 +1,3 @@
+ID_FS_TYPE=nvidia_raid_member
+ID_FS_USAGE=raid
+ID_FS_VERSION=100
diff --git a/tests/expected/blkid/low-probe-ocfs2 b/tests/expected/blkid/low-probe-ocfs2
new file mode 100644
index 0000000..2328d21
--- /dev/null
+++ b/tests/expected/blkid/low-probe-ocfs2
@@ -0,0 +1,7 @@
+ID_FS_LABEL=test-ocfs2
+ID_FS_LABEL_ENC=test-ocfs2
+ID_FS_TYPE=ocfs2
+ID_FS_USAGE=filesystem
+ID_FS_UUID=6b6bfbea-3a79-4f0c-b166-a20776102445
+ID_FS_UUID_ENC=6b6bfbea-3a79-4f0c-b166-a20776102445
+ID_FS_VERSION=0.90
diff --git a/tests/expected/blkid/low-probe-promise-raid b/tests/expected/blkid/low-probe-promise-raid
new file mode 100644
index 0000000..a2a82d0
--- /dev/null
+++ b/tests/expected/blkid/low-probe-promise-raid
@@ -0,0 +1,2 @@
+ID_FS_TYPE=promise_fasttrack_raid_member
+ID_FS_USAGE=raid
diff --git a/tests/expected/blkid/low-probe-reiser3 b/tests/expected/blkid/low-probe-reiser3
new file mode 100644
index 0000000..d376eca
--- /dev/null
+++ b/tests/expected/blkid/low-probe-reiser3
@@ -0,0 +1,7 @@
+ID_FS_LABEL=TESTREISER
+ID_FS_LABEL_ENC=TESTREISER
+ID_FS_TYPE=reiserfs
+ID_FS_USAGE=filesystem
+ID_FS_UUID=9efe7863-b124-46dc-ad68-8ecd04230a7b
+ID_FS_UUID_ENC=9efe7863-b124-46dc-ad68-8ecd04230a7b
+ID_FS_VERSION=JR
diff --git a/tests/expected/blkid/low-probe-reiser4 b/tests/expected/blkid/low-probe-reiser4
new file mode 100644
index 0000000..65d63aa
--- /dev/null
+++ b/tests/expected/blkid/low-probe-reiser4
@@ -0,0 +1,7 @@
+ID_FS_LABEL=TESTR4
+ID_FS_LABEL_ENC=TESTR4
+ID_FS_TYPE=reiser4
+ID_FS_USAGE=filesystem
+ID_FS_UUID=9722633c-d69a-4881-b1c8-bedecbbf39d2
+ID_FS_UUID_ENC=9722633c-d69a-4881-b1c8-bedecbbf39d2
+ID_FS_VERSION=4
diff --git a/tests/expected/blkid/low-probe-romfs b/tests/expected/blkid/low-probe-romfs
new file mode 100644
index 0000000..2eb982b
--- /dev/null
+++ b/tests/expected/blkid/low-probe-romfs
@@ -0,0 +1,4 @@
+ID_FS_LABEL=test-romfs
+ID_FS_LABEL_ENC=test-romfs
+ID_FS_TYPE=romfs
+ID_FS_USAGE=filesystem
diff --git a/tests/expected/blkid/low-probe-silicon-raid b/tests/expected/blkid/low-probe-silicon-raid
new file mode 100644
index 0000000..c468056
--- /dev/null
+++ b/tests/expected/blkid/low-probe-silicon-raid
@@ -0,0 +1,3 @@
+ID_FS_TYPE=silicon_medley_raid_member
+ID_FS_USAGE=raid
+ID_FS_VERSION=0.0
diff --git a/tests/expected/blkid/low-probe-small-fat32 b/tests/expected/blkid/low-probe-small-fat32
new file mode 100644
index 0000000..39239e6
--- /dev/null
+++ b/tests/expected/blkid/low-probe-small-fat32
@@ -0,0 +1,7 @@
+ID_FS_LABEL=TESTVFAT
+ID_FS_LABEL_ENC=TESTVFAT
+ID_FS_TYPE=vfat
+ID_FS_USAGE=filesystem
+ID_FS_UUID=1423-AAE1
+ID_FS_UUID_ENC=1423-AAE1
+ID_FS_VERSION=FAT32
diff --git a/tests/expected/blkid/low-probe-swap0 b/tests/expected/blkid/low-probe-swap0
new file mode 100644
index 0000000..bbd9495
--- /dev/null
+++ b/tests/expected/blkid/low-probe-swap0
@@ -0,0 +1,3 @@
+ID_FS_TYPE=swap
+ID_FS_USAGE=other
+ID_FS_VERSION=1
diff --git a/tests/expected/blkid/low-probe-swap1 b/tests/expected/blkid/low-probe-swap1
new file mode 100644
index 0000000..e078d99
--- /dev/null
+++ b/tests/expected/blkid/low-probe-swap1
@@ -0,0 +1,7 @@
+ID_FS_LABEL=SWAP-TEST
+ID_FS_LABEL_ENC=SWAP-TEST
+ID_FS_TYPE=swap
+ID_FS_USAGE=other
+ID_FS_UUID=8ff8e77f-8553-485e-8656-58be67a81666
+ID_FS_UUID_ENC=8ff8e77f-8553-485e-8656-58be67a81666
+ID_FS_VERSION=2
diff --git a/tests/expected/blkid/low-probe-tuxonice b/tests/expected/blkid/low-probe-tuxonice
new file mode 100644
index 0000000..3fd5a94
--- /dev/null
+++ b/tests/expected/blkid/low-probe-tuxonice
@@ -0,0 +1,5 @@
+ID_FS_TYPE=swsuspend
+ID_FS_USAGE=other
+ID_FS_UUID=7ec1e8e4-0a69-4565-860c-3f13b0f79838
+ID_FS_UUID_ENC=7ec1e8e4-0a69-4565-860c-3f13b0f79838
+ID_FS_VERSION=tuxonice
diff --git a/tests/expected/blkid/low-probe-ubifs b/tests/expected/blkid/low-probe-ubifs
new file mode 100644
index 0000000..4164db4
--- /dev/null
+++ b/tests/expected/blkid/low-probe-ubifs
@@ -0,0 +1,5 @@
+ID_FS_TYPE=ubifs
+ID_FS_USAGE=filesystem
+ID_FS_UUID=bafe46c2-5ed9-4405-8e81-7fc317fab8f0
+ID_FS_UUID_ENC=bafe46c2-5ed9-4405-8e81-7fc317fab8f0
+ID_FS_VERSION=w4r0
diff --git a/tests/expected/blkid/low-probe-udf b/tests/expected/blkid/low-probe-udf
new file mode 100644
index 0000000..ec24963
--- /dev/null
+++ b/tests/expected/blkid/low-probe-udf
@@ -0,0 +1,4 @@
+ID_FS_LABEL=test-udf
+ID_FS_LABEL_ENC=test-udf
+ID_FS_TYPE=udf
+ID_FS_USAGE=filesystem
diff --git a/tests/expected/blkid/low-probe-ufs b/tests/expected/blkid/low-probe-ufs
new file mode 100644
index 0000000..96828d7
--- /dev/null
+++ b/tests/expected/blkid/low-probe-ufs
@@ -0,0 +1,5 @@
+ID_FS_TYPE=ufs
+ID_FS_USAGE=filesystem
+ID_FS_UUID=4b0e640aec56ac70
+ID_FS_UUID_ENC=4b0e640aec56ac70
+ID_FS_VERSION=2
diff --git a/tests/expected/blkid/low-probe-via-raid b/tests/expected/blkid/low-probe-via-raid
new file mode 100644
index 0000000..8dd0e8c
--- /dev/null
+++ b/tests/expected/blkid/low-probe-via-raid
@@ -0,0 +1,3 @@
+ID_FS_TYPE=via_raid_member
+ID_FS_USAGE=raid
+ID_FS_VERSION=1
diff --git a/tests/expected/blkid/low-probe-vmfs b/tests/expected/blkid/low-probe-vmfs
new file mode 100644
index 0000000..41914b0
--- /dev/null
+++ b/tests/expected/blkid/low-probe-vmfs
@@ -0,0 +1,7 @@
+ID_FS_LABEL=toto
+ID_FS_LABEL_ENC=toto
+ID_FS_TYPE=VMFS
+ID_FS_USAGE=filesystem
+ID_FS_UUID=49edf844-ebfc28f3-65cb-0021280083cf
+ID_FS_UUID_ENC=49edf844-ebfc28f3-65cb-0021280083cf
+ID_FS_VERSION=31
diff --git a/tests/expected/blkid/low-probe-vmfs_volume b/tests/expected/blkid/low-probe-vmfs_volume
new file mode 100644
index 0000000..0d4dd83
--- /dev/null
+++ b/tests/expected/blkid/low-probe-vmfs_volume
@@ -0,0 +1,7 @@
+ID_FS_TYPE=VMFS_volume_member
+ID_FS_USAGE=raid
+ID_FS_UUID=49edf842-dcb35d37-b383-0021280083cf
+ID_FS_UUID_ENC=49edf842-dcb35d37-b383-0021280083cf
+ID_FS_UUID_SUB=49edf844-da2dde19-747b-0021280083cf
+ID_FS_UUID_SUB_ENC=49edf844-da2dde19-747b-0021280083cf
+ID_FS_VERSION=3
diff --git a/tests/expected/blkid/low-probe-xfs b/tests/expected/blkid/low-probe-xfs
new file mode 100644
index 0000000..f21d881
--- /dev/null
+++ b/tests/expected/blkid/low-probe-xfs
@@ -0,0 +1,6 @@
+ID_FS_LABEL=test-xfs
+ID_FS_LABEL_ENC=test-xfs
+ID_FS_TYPE=xfs
+ID_FS_USAGE=filesystem
+ID_FS_UUID=8c8a0a5a-9f57-492e-9610-45a61f38f58a
+ID_FS_UUID_ENC=8c8a0a5a-9f57-492e-9610-45a61f38f58a
diff --git a/tests/expected/blkid/low-probe-zfs b/tests/expected/blkid/low-probe-zfs
new file mode 100644
index 0000000..46727de
--- /dev/null
+++ b/tests/expected/blkid/low-probe-zfs
@@ -0,0 +1,9 @@
+ID_FS_LABEL=tank
+ID_FS_LABEL_ENC=tank
+ID_FS_TYPE=zfs_member
+ID_FS_USAGE=raid
+ID_FS_UUID=1782036546311300980
+ID_FS_UUID_ENC=1782036546311300980
+ID_FS_UUID_SUB=13179280127379850514
+ID_FS_UUID_SUB_ENC=13179280127379850514
+ID_FS_VERSION=8
diff --git a/tests/expected/blkid/lowprobe-pt-bsd b/tests/expected/blkid/lowprobe-pt-bsd
new file mode 100644
index 0000000..40e52a2
--- /dev/null
+++ b/tests/expected/blkid/lowprobe-pt-bsd
@@ -0,0 +1,4 @@
+size: 4456448, sector size: 512, PT: bsd, offset: 512
+---
+#1: 7936 4864 0x7
+#2: 12544 3584 0x7
diff --git a/tests/expected/blkid/lowprobe-pt-dos+bsd b/tests/expected/blkid/lowprobe-pt-dos+bsd
new file mode 100644
index 0000000..6585686
--- /dev/null
+++ b/tests/expected/blkid/lowprobe-pt-dos+bsd
@@ -0,0 +1,6 @@
+size: 8388608, sector size: 512, PT: dos, offset: 446
+---
+#1: 32 7648 0x83
+#2: 7680 8704 0xa5
+#5: 7936 4864 0x7 (freebsd)
+#6: 12544 3584 0x7 (freebsd)
diff --git a/tests/expected/blkid/lowprobe-pt-gpt b/tests/expected/blkid/lowprobe-pt-gpt
new file mode 100644
index 0000000..aa65018
--- /dev/null
+++ b/tests/expected/blkid/lowprobe-pt-gpt
@@ -0,0 +1,7 @@
+size: 10485760, sector size: 512, PT: gpt, offset: 512
+---
+#1: 34 2014 0x0 name='ThisIsName' uuid='1dcf10bc-637e-4c52-8203-087ae10a820b' type='ebd0a0a2-b9e5-4433-87c0-68b6b72699c7'
+#2: 2048 2048 0x0 name='ThisIsOtherName' uuid='a1d03a96-7238-46c6-bbb3-789cbe173ec7' type='ebd0a0a2-b9e5-4433-87c0-68b6b72699c7'
+#3: 4096 2048 0x0 name='primary' uuid='a7101b6c-468c-47df-aff6-cd444d12af61' type='ebd0a0a2-b9e5-4433-87c0-68b6b72699c7'
+#4: 6144 2048 0x0 name='primary' uuid='afc4950a-f0f1-4add-802c-5957133486d1' type='ebd0a0a2-b9e5-4433-87c0-68b6b72699c7'
+#5: 8192 2048 0x0 name='primary' uuid='0db0a787-c16b-4886-af3a-fbb97299677c' type='ebd0a0a2-b9e5-4433-87c0-68b6b72699c7'
diff --git a/tests/expected/blkid/lowprobe-pt-sgi b/tests/expected/blkid/lowprobe-pt-sgi
new file mode 100644
index 0000000..22bc7b4
--- /dev/null
+++ b/tests/expected/blkid/lowprobe-pt-sgi
@@ -0,0 +1,4 @@
+size: 10485760, sector size: 512, PT: sgi, offset: 0
+---
+#1: 63 1606437 0x83
+#2: 1606500 30523500 0x83
diff --git a/tests/expected/blkid/lowprobe-pt-sun b/tests/expected/blkid/lowprobe-pt-sun
new file mode 100644
index 0000000..54cb561
--- /dev/null
+++ b/tests/expected/blkid/lowprobe-pt-sun
@@ -0,0 +1,4 @@
+size: 10485760, sector size: 512, PT: sun, offset: 0
+---
+#1: 0 87380 0x83
+#2: 87380 43690 0x82
diff --git a/tests/expected/blkid/md-raid0-whole b/tests/expected/blkid/md-raid0-whole
new file mode 100644
index 0000000..d9c4466
--- /dev/null
+++ b/tests/expected/blkid/md-raid0-whole
@@ -0,0 +1,53 @@
+Initialize devices
+Create RAID device
+Create partitions on RAID device
+
+
+Changes will remain in memory only, until you decide to write them.
+Be careful before using the write command.
+
+Device does not contain a recognized partition table
+
+
+Command (m for help): Partition type:
+ p primary (0 primary, 0 extended, 4 free)
+ e extended
+Select (default p): Partition number (1-4, default 1): First sector (2048-204543, default 2048): Using default value 2048
+Last sector, +sectors or +size{K,M,G} (2048-204543, default 204543): Partition 1 of type Linux and of size 10 MiB is set
+
+Command (m for help): Partition type:
+ p primary (1 primary, 0 extended, 3 free)
+ e extended
+Select (default p): Partition number (1-4, default 2): First sector (22528-204543, default 22528): Using default value 22528
+Last sector, +sectors or +size{K,M,G} (22528-204543, default 204543): Using default value 204543
+Partition 2 of type Linux and of size 88.9 MiB is set
+
+Command (m for help):
+Disk /dev/md8: 104 MB, 104726528 bytes, 204544 sectors
+Units = sectors of 1 * 512 = 512 bytes
+Sector size (logical/physical): 512 bytes / 512 bytes
+I/O size (minimum/optimal): 65536 bytes / 131072 bytes
+
+
+ Device Boot Start End Blocks Id System
+/dev/md8p1 2048 22527 10240 83 Linux
+/dev/md8p2 22528 204543 91008 83 Linux
+
+Command (m for help): The partition table has been altered!
+
+Calling ioctl() to re-read partition table.
+Syncing disks.
+Probe first RAID member
+ID_FS_TYPE=linux_raid_member
+ID_FS_USAGE=raid
+
+
+ID_FS_VERSION=0.90.0
+Probe second RAID member
+ID_FS_TYPE=linux_raid_member
+ID_FS_USAGE=raid
+
+
+ID_FS_VERSION=0.90.0
+Stop RAID device
+Deinitialize devices
diff --git a/tests/expected/blkid/md-raid1-part b/tests/expected/blkid/md-raid1-part
new file mode 100644
index 0000000..ce93b73
--- /dev/null
+++ b/tests/expected/blkid/md-raid1-part
@@ -0,0 +1,64 @@
+Create partitions
+
+
+Changes will remain in memory only, until you decide to write them.
+Be careful before using the write command.
+
+Device does not contain a recognized partition table
+
+
+Command (m for help): Partition type:
+ p primary (0 primary, 0 extended, 4 free)
+ e extended
+Select (default p): Partition number (1-4, default 1): First sector (2048-104447, default 2048): Using default value 2048
+Last sector, +sectors or +size{K,M,G} (2048-104447, default 104447): Partition 1 of type Linux and of size 25 MiB is set
+
+Command (m for help): Partition type:
+ p primary (1 primary, 0 extended, 3 free)
+ e extended
+Select (default p): Partition number (1-4, default 2): First sector (53248-104447, default 53248): Using default value 53248
+Last sector, +sectors or +size{K,M,G} (53248-104447, default 104447): Using default value 104447
+Partition 2 of type Linux and of size 25 MiB is set
+
+Command (m for help):
+Disk /dev/...: 53 MB, 53477376 bytes, 104448 sectors
+Units = sectors of 1 * 512 = 512 bytes
+Sector size (logical/physical): 512 bytes / 512 bytes
+I/O size (minimum/optimal): 512 bytes / 32768 bytes
+
+
+ Device Boot Start End Blocks Id System
+/dev/...1 2048 53247 25600 83 Linux
+/dev/...2 53248 104447 25600 83 Linux
+
+Command (m for help): The partition table has been altered!
+
+Calling ioctl() to re-read partition table.
+Syncing disks.
+Create RAID1 device
+Probe whole-disk
+ID_PART_TABLE_TYPE=dos
+Probe first RAID member
+ID_FS_TYPE=linux_raid_member
+ID_FS_USAGE=raid
+ID_FS_UUID=__ts_uuid__
+ID_FS_UUID_ENC=__ts_uuid_enc__
+ID_FS_VERSION=0.90.0
+ID_PART_ENTRY_DISK=__ts_majorminor__
+ID_PART_ENTRY_NUMBER=1
+ID_PART_ENTRY_OFFSET=2048
+ID_PART_ENTRY_SCHEME=dos
+ID_PART_ENTRY_SIZE=51200
+ID_PART_ENTRY_TYPE=0x83
+Probe second RAID member
+ID_FS_TYPE=linux_raid_member
+ID_FS_USAGE=raid
+ID_FS_UUID=__ts_uuid__
+ID_FS_UUID_ENC=__ts_uuid_enc__
+ID_FS_VERSION=0.90.0
+ID_PART_ENTRY_DISK=__ts_majorminor__
+ID_PART_ENTRY_NUMBER=2
+ID_PART_ENTRY_OFFSET=53248
+ID_PART_ENTRY_SCHEME=dos
+ID_PART_ENTRY_SIZE=51200
+ID_PART_ENTRY_TYPE=0x83
diff --git a/tests/expected/blkid/md-raid1-whole b/tests/expected/blkid/md-raid1-whole
new file mode 100644
index 0000000..b6e45dc
--- /dev/null
+++ b/tests/expected/blkid/md-raid1-whole
@@ -0,0 +1,52 @@
+Initialize devices
+Create RAID device
+Create partitions on RAID device
+
+
+Changes will remain in memory only, until you decide to write them.
+Be careful before using the write command.
+
+Device does not contain a recognized partition table
+
+
+Command (m for help): Partition type:
+ p primary (0 primary, 0 extended, 4 free)
+ e extended
+Select (default p): Partition number (1-4, default 1): First sector (2048-102271, default 2048): Using default value 2048
+Last sector, +sectors or +size{K,M,G} (2048-102271, default 102271): Partition 1 of type Linux and of size 10 MiB is set
+
+Command (m for help): Partition type:
+ p primary (1 primary, 0 extended, 3 free)
+ e extended
+Select (default p): Partition number (1-4, default 2): First sector (22528-102271, default 22528): Using default value 22528
+Last sector, +sectors or +size{K,M,G} (22528-102271, default 102271): Partition 2 of type Linux and of size 10 MiB is set
+
+Command (m for help):
+Disk /dev/md8: 52 MB, 52363264 bytes, 102272 sectors
+Units = sectors of 1 * 512 = 512 bytes
+Sector size (logical/physical): 512 bytes / 512 bytes
+I/O size (minimum/optimal): 512 bytes / 512 bytes
+
+
+ Device Boot Start End Blocks Id System
+/dev/md8p1 2048 22527 10240 83 Linux
+/dev/md8p2 22528 43007 10240 83 Linux
+
+Command (m for help): The partition table has been altered!
+
+Calling ioctl() to re-read partition table.
+Syncing disks.
+Probe first RAID member
+ID_FS_TYPE=linux_raid_member
+ID_FS_USAGE=raid
+
+
+ID_FS_VERSION=0.90.0
+Probe second RAID member
+ID_FS_TYPE=linux_raid_member
+ID_FS_USAGE=raid
+
+
+ID_FS_VERSION=0.90.0
+Stop RAID device
+Deinitialize devices