summaryrefslogtreecommitdiffstats
path: root/tests/expected/fdisk
diff options
context:
space:
mode:
authorKarel Zak2014-03-11 12:33:30 +0100
committerKarel Zak2014-03-11 12:33:30 +0100
commit41050b7e23c3780c7f02aacfe4f0bfaf6d94f81f (patch)
tree992ac833fb95d7fe8e98cdffb18e4e4324255c6a /tests/expected/fdisk
parentcfdisk: follow terminal-colors.d (diff)
downloadkernel-qcow2-util-linux-41050b7e23c3780c7f02aacfe4f0bfaf6d94f81f.tar.gz
kernel-qcow2-util-linux-41050b7e23c3780c7f02aacfe4f0bfaf6d94f81f.tar.xz
kernel-qcow2-util-linux-41050b7e23c3780c7f02aacfe4f0bfaf6d94f81f.zip
libfdisk: (bsd) fix output
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'tests/expected/fdisk')
-rw-r--r--tests/expected/fdisk/bsd30
1 files changed, 14 insertions, 16 deletions
diff --git a/tests/expected/fdisk/bsd b/tests/expected/fdisk/bsd
index addc7459e..d71c7723b 100644
--- a/tests/expected/fdisk/bsd
+++ b/tests/expected/fdisk/bsd
@@ -25,8 +25,8 @@ I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: <removed>
-Device Boot Start End Blocks Id System
-<removed>1 2048 4095 1024 83 Linux
+Device Boot Start End Sectors Size Id Type
+<removed>1 2048 4095 2048 1M 83 Linux
-------------------
@@ -43,9 +43,9 @@ I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: <removed>
-Device Boot Start End Blocks Id System
-<removed>1 2048 4095 1024 83 Linux
-<removed>2 4096 20479 8192 a5 FreeBSD
+Device Boot Start End Sectors Size Id Type
+<removed>1 2048 4095 2048 1M 83 Linux
+<removed>2 4096 20479 16384 8M a5 FreeBSD
-------------------
@@ -68,12 +68,11 @@ I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: bsd
partitions: 4
-# Start End Size Type fsize bsize cpg
-c 4096 20479 16384 unused 0 0
-d 0 16064 16065 unused 0 0
+Slice Start End Sectors Size Type Fsize Bsize Cpg
+c 4096 20479 16384 8M unused 0 0 0
+d 0 16064 16065 7.9M unused 0 0 0
-Command (m for help):
-Leaving nested disklabel.
+Command (m for help): Leaving nested disklabel.
Command (m for help):
-------------------
@@ -96,13 +95,12 @@ I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: bsd
partitions: 4
-# Start End Size Type fsize bsize cpg
-a 4096 6144 2049 4.2BSD 0 0 0
-c 4096 20479 16384 unused 0 0
-d 0 16064 16065 unused 0 0
+Slice Start End Sectors Size Type Fsize Bsize Cpg
+a 4096 6144 2049 1M 4.2BSD 0 0 0
+c 4096 20479 16384 8M unused 0 0 0
+d 0 16064 16065 7.9M unused 0 0 0
-Command (m for help):
-Leaving nested disklabel.
+Command (m for help): Leaving nested disklabel.
Command (m for help):
-------------------