From 378c18e5f024ac5a8aef4cb40d7c9aa9633d144c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:30:35 +0200 Subject: Adding upstream version 2.38.1. Signed-off-by: Daniel Baumann --- tests/expected/libfdisk/gpt-all-defaults | 24 ++++++++++++++++ tests/expected/libfdisk/gpt-all-defaults-with-typo | 24 ++++++++++++++++ tests/expected/libfdisk/gpt-getattr | 2 ++ tests/expected/libfdisk/gpt-setattr | 2 ++ tests/expected/libfdisk/mkpart | 0 tests/expected/libfdisk/mkpart-full | 0 tests/expected/libfdisk/mkpart-full-gpt | 30 ++++++++++++++++++++ .../expected/libfdisk/mkpart-full-gpt-err-overlap | 12 ++++++++ .../libfdisk/mkpart-full-gpt-err-overlap.err | 2 ++ tests/expected/libfdisk/mkpart-full-gpt-nopartno | 30 ++++++++++++++++++++ tests/expected/libfdisk/mkpart-full-gpt-partno-gap | 30 ++++++++++++++++++++ tests/expected/libfdisk/mkpart-full-gpt-space-gap | 24 ++++++++++++++++ .../expected/libfdisk/mkpart-full-mbr-err-logical | 17 +++++++++++ .../libfdisk/mkpart-full-mbr-err-logical.err | 1 + .../expected/libfdisk/mkpart-full-mbr-err-nospace | 10 +++++++ .../libfdisk/mkpart-full-mbr-err-nospace.err | 2 ++ .../expected/libfdisk/mkpart-full-mbr-err-primary | 10 +++++++ .../libfdisk/mkpart-full-mbr-err-primary.err | 2 ++ tests/expected/libfdisk/mkpart-full-mbr-logical | 33 ++++++++++++++++++++++ tests/expected/libfdisk/mkpart-full-mbr-nopartno | 33 ++++++++++++++++++++++ tests/expected/libfdisk/mkpart-full-mbr-partno-gap | 26 +++++++++++++++++ tests/expected/libfdisk/mkpart-full-mbr-primary | 21 ++++++++++++++ .../libfdisk/mkpart-full-mbr-primary-nopartno | 21 ++++++++++++++ tests/expected/libfdisk/mkpart-full-mbr-space-gap | 18 ++++++++++++ tests/expected/libfdisk/mkpart-gpt | 23 +++++++++++++++ tests/expected/libfdisk/mkpart-mbr | 17 +++++++++++ tests/expected/libfdisk/mkpart-mbr-logic | 26 +++++++++++++++++ tests/expected/libfdisk/mkpart-mbr-nopartno | 26 +++++++++++++++++ 28 files changed, 466 insertions(+) create mode 100644 tests/expected/libfdisk/gpt-all-defaults create mode 100644 tests/expected/libfdisk/gpt-all-defaults-with-typo create mode 100644 tests/expected/libfdisk/gpt-getattr create mode 100644 tests/expected/libfdisk/gpt-setattr create mode 100644 tests/expected/libfdisk/mkpart create mode 100644 tests/expected/libfdisk/mkpart-full create mode 100644 tests/expected/libfdisk/mkpart-full-gpt create mode 100644 tests/expected/libfdisk/mkpart-full-gpt-err-overlap create mode 100644 tests/expected/libfdisk/mkpart-full-gpt-err-overlap.err create mode 100644 tests/expected/libfdisk/mkpart-full-gpt-nopartno create mode 100644 tests/expected/libfdisk/mkpart-full-gpt-partno-gap create mode 100644 tests/expected/libfdisk/mkpart-full-gpt-space-gap create mode 100644 tests/expected/libfdisk/mkpart-full-mbr-err-logical create mode 100644 tests/expected/libfdisk/mkpart-full-mbr-err-logical.err create mode 100644 tests/expected/libfdisk/mkpart-full-mbr-err-nospace create mode 100644 tests/expected/libfdisk/mkpart-full-mbr-err-nospace.err create mode 100644 tests/expected/libfdisk/mkpart-full-mbr-err-primary create mode 100644 tests/expected/libfdisk/mkpart-full-mbr-err-primary.err create mode 100644 tests/expected/libfdisk/mkpart-full-mbr-logical create mode 100644 tests/expected/libfdisk/mkpart-full-mbr-nopartno create mode 100644 tests/expected/libfdisk/mkpart-full-mbr-partno-gap create mode 100644 tests/expected/libfdisk/mkpart-full-mbr-primary create mode 100644 tests/expected/libfdisk/mkpart-full-mbr-primary-nopartno create mode 100644 tests/expected/libfdisk/mkpart-full-mbr-space-gap create mode 100644 tests/expected/libfdisk/mkpart-gpt create mode 100644 tests/expected/libfdisk/mkpart-mbr create mode 100644 tests/expected/libfdisk/mkpart-mbr-logic create mode 100644 tests/expected/libfdisk/mkpart-mbr-nopartno (limited to 'tests/expected/libfdisk') diff --git a/tests/expected/libfdisk/gpt-all-defaults b/tests/expected/libfdisk/gpt-all-defaults new file mode 100644 index 0000000..218338a --- /dev/null +++ b/tests/expected/libfdisk/gpt-all-defaults @@ -0,0 +1,24 @@ +Checking that no-one is using this disk right now ... OK + +Disk : 10 MiB, 10485760 bytes, 20480 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes + +>>> Script header accepted. +>>> Script header accepted. +>>> Created a new disklabel. +1: Created a new partition . +2: Created a new partition . +3: Done. + +New situation: +Disklabel type: gpt +Disk identifier: + +Device Start End Sectors Size Type +1 2048 12287 10240 5M Linux filesystem +2 12288 18431 6144 3M Linux filesystem + +The partition table has been altered. +Syncing disks. diff --git a/tests/expected/libfdisk/gpt-all-defaults-with-typo b/tests/expected/libfdisk/gpt-all-defaults-with-typo new file mode 100644 index 0000000..218338a --- /dev/null +++ b/tests/expected/libfdisk/gpt-all-defaults-with-typo @@ -0,0 +1,24 @@ +Checking that no-one is using this disk right now ... OK + +Disk : 10 MiB, 10485760 bytes, 20480 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes + +>>> Script header accepted. +>>> Script header accepted. +>>> Created a new disklabel. +1: Created a new partition . +2: Created a new partition . +3: Done. + +New situation: +Disklabel type: gpt +Disk identifier: + +Device Start End Sectors Size Type +1 2048 12287 10240 5M Linux filesystem +2 12288 18431 6144 3M Linux filesystem + +The partition table has been altered. +Syncing disks. diff --git a/tests/expected/libfdisk/gpt-getattr b/tests/expected/libfdisk/gpt-getattr new file mode 100644 index 0000000..559a9ae --- /dev/null +++ b/tests/expected/libfdisk/gpt-getattr @@ -0,0 +1,2 @@ +1: 0x0001000000000001 +2: 0x4030000000000000 diff --git a/tests/expected/libfdisk/gpt-setattr b/tests/expected/libfdisk/gpt-setattr new file mode 100644 index 0000000..41af260 --- /dev/null +++ b/tests/expected/libfdisk/gpt-setattr @@ -0,0 +1,2 @@ +GUID:56,57,58,59,60,61,62,63 +LegacyBIOSBootable diff --git a/tests/expected/libfdisk/mkpart b/tests/expected/libfdisk/mkpart new file mode 100644 index 0000000..e69de29 diff --git a/tests/expected/libfdisk/mkpart-full b/tests/expected/libfdisk/mkpart-full new file mode 100644 index 0000000..e69de29 diff --git a/tests/expected/libfdisk/mkpart-full-gpt b/tests/expected/libfdisk/mkpart-full-gpt new file mode 100644 index 0000000..8e78a27 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-gpt @@ -0,0 +1,30 @@ +Created a new disklabel. +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: gpt +Disk identifier: + +Device Start End Sectors Size Type +1 2048 4095 2048 1M Linux filesystem +2 4096 6143 2048 1M Linux filesystem +3 6144 8191 2048 1M Linux filesystem +4 8192 10239 2048 1M Linux filesystem +5 10240 12287 2048 1M Linux filesystem +6 12288 14335 2048 1M Linux filesystem +7 14336 16383 2048 1M Linux filesystem diff --git a/tests/expected/libfdisk/mkpart-full-gpt-err-overlap b/tests/expected/libfdisk/mkpart-full-gpt-err-overlap new file mode 100644 index 0000000..531606e --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-gpt-err-overlap @@ -0,0 +1,12 @@ +Created a new disklabel. +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes diff --git a/tests/expected/libfdisk/mkpart-full-gpt-err-overlap.err b/tests/expected/libfdisk/mkpart-full-gpt-err-overlap.err new file mode 100644 index 0000000..bd62a9b --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-gpt-err-overlap.err @@ -0,0 +1,2 @@ +Sector 5000 already used. +sample-fdisk-mkpart-fullspec: failed to add #4 partition diff --git a/tests/expected/libfdisk/mkpart-full-gpt-nopartno b/tests/expected/libfdisk/mkpart-full-gpt-nopartno new file mode 100644 index 0000000..c038c37 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-gpt-nopartno @@ -0,0 +1,30 @@ +Created a new disklabel. +Requested partition: ,start=2048,size=2048> +Created a new partition . +Requested partition: ,start=4096,size=2048> +Created a new partition . +Requested partition: ,start=6144,size=2048> +Created a new partition . +Requested partition: ,start=8192,size=2048> +Created a new partition . +Requested partition: ,start=10240,size=2048> +Created a new partition . +Requested partition: ,start=12288,size=2048> +Created a new partition . +Requested partition: ,start=14336,size=2048> +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: gpt +Disk identifier: + +Device Start End Sectors Size Type +1 2048 4095 2048 1M Linux filesystem +2 4096 6143 2048 1M Linux filesystem +3 6144 8191 2048 1M Linux filesystem +4 8192 10239 2048 1M Linux filesystem +5 10240 12287 2048 1M Linux filesystem +6 12288 14335 2048 1M Linux filesystem +7 14336 16383 2048 1M Linux filesystem diff --git a/tests/expected/libfdisk/mkpart-full-gpt-partno-gap b/tests/expected/libfdisk/mkpart-full-gpt-partno-gap new file mode 100644 index 0000000..a636e28 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-gpt-partno-gap @@ -0,0 +1,30 @@ +Created a new disklabel. +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: gpt +Disk identifier: + +Device Start End Sectors Size Type +1 2048 4095 2048 1M Linux filesystem +2 4096 6143 2048 1M Linux filesystem +4 6144 8191 2048 1M Linux filesystem +5 8192 10239 2048 1M Linux filesystem +7 10240 12287 2048 1M Linux filesystem +8 12288 14335 2048 1M Linux filesystem +9 14336 16383 2048 1M Linux filesystem diff --git a/tests/expected/libfdisk/mkpart-full-gpt-space-gap b/tests/expected/libfdisk/mkpart-full-gpt-space-gap new file mode 100644 index 0000000..5dcdb77 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-gpt-space-gap @@ -0,0 +1,24 @@ +Created a new disklabel. +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: gpt +Disk identifier: + +Device Start End Sectors Size Type +1 2048 4095 2048 1M Linux filesystem +2 6144 8191 2048 1M Linux filesystem +3 8192 10239 2048 1M Linux filesystem +4 12288 14335 2048 1M Linux filesystem +5 14336 16383 2048 1M Linux filesystem diff --git a/tests/expected/libfdisk/mkpart-full-mbr-err-logical b/tests/expected/libfdisk/mkpart-full-mbr-err-logical new file mode 100644 index 0000000..f8e9b7d --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-mbr-err-logical @@ -0,0 +1,17 @@ +Created a new disklabel. +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Adding logical partition 5 +Created a new partition . +Requested partition: +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes diff --git a/tests/expected/libfdisk/mkpart-full-mbr-err-logical.err b/tests/expected/libfdisk/mkpart-full-mbr-err-logical.err new file mode 100644 index 0000000..014b316 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-mbr-err-logical.err @@ -0,0 +1 @@ +sample-fdisk-mkpart-fullspec: failed to add #6 partition diff --git a/tests/expected/libfdisk/mkpart-full-mbr-err-nospace b/tests/expected/libfdisk/mkpart-full-mbr-err-nospace new file mode 100644 index 0000000..e8aff29 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-mbr-err-nospace @@ -0,0 +1,10 @@ +Created a new disklabel. +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes diff --git a/tests/expected/libfdisk/mkpart-full-mbr-err-nospace.err b/tests/expected/libfdisk/mkpart-full-mbr-err-nospace.err new file mode 100644 index 0000000..7e44232 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-mbr-err-nospace.err @@ -0,0 +1,2 @@ +Start sector 4096 out of range. +sample-fdisk-mkpart-fullspec: failed to add #3 partition diff --git a/tests/expected/libfdisk/mkpart-full-mbr-err-primary b/tests/expected/libfdisk/mkpart-full-mbr-err-primary new file mode 100644 index 0000000..3200751 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-mbr-err-primary @@ -0,0 +1,10 @@ +Created a new disklabel. +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes diff --git a/tests/expected/libfdisk/mkpart-full-mbr-err-primary.err b/tests/expected/libfdisk/mkpart-full-mbr-err-primary.err new file mode 100644 index 0000000..59e42e1 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-mbr-err-primary.err @@ -0,0 +1,2 @@ +Extended partition does not exists. Failed to add logical partition. +sample-fdisk-mkpart-fullspec: failed to add #7 partition diff --git a/tests/expected/libfdisk/mkpart-full-mbr-logical b/tests/expected/libfdisk/mkpart-full-mbr-logical new file mode 100644 index 0000000..d3d27cb --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-mbr-logical @@ -0,0 +1,33 @@ +Created a new disklabel. +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Adding logical partition 5 +Created a new partition . +Requested partition: +Adding logical partition 6 +Created a new partition . +Requested partition: +Adding logical partition 7 +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: dos +Disk identifier: + +Device Boot Start End Sectors Size Id Type +1 2048 4095 2048 1M 83 Linux +2 4096 6143 2048 1M 83 Linux +3 6144 8191 2048 1M 83 Linux +4 8192 30719 22528 11M 5 Extended +5 10240 12287 2048 1M 83 Linux +6 14336 16383 2048 1M 83 Linux +7 18432 30719 12288 6M 83 Linux diff --git a/tests/expected/libfdisk/mkpart-full-mbr-nopartno b/tests/expected/libfdisk/mkpart-full-mbr-nopartno new file mode 100644 index 0000000..51aa5a7 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-mbr-nopartno @@ -0,0 +1,33 @@ +Created a new disklabel. +Requested partition: ,start=2048,size=2048> +Created a new partition . +Requested partition: ,start=4096,size=2048> +Created a new partition . +Requested partition: ,start=6144,size=2048> +Created a new partition . +Requested partition: ,start=8192,size=22528> +Created a new partition . +Requested partition: ,start=10240,size=2048> +Adding logical partition 5 +Created a new partition . +Requested partition: ,start=14336,size=2048> +Adding logical partition 6 +Created a new partition . +Requested partition: ,start=18432,size=12288> +Adding logical partition 7 +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: dos +Disk identifier: + +Device Boot Start End Sectors Size Id Type +1 2048 4095 2048 1M 83 Linux +2 4096 6143 2048 1M 83 Linux +3 6144 8191 2048 1M 83 Linux +4 8192 30719 22528 11M 5 Extended +5 10240 12287 2048 1M 83 Linux +6 14336 16383 2048 1M 83 Linux +7 18432 30719 12288 6M 83 Linux diff --git a/tests/expected/libfdisk/mkpart-full-mbr-partno-gap b/tests/expected/libfdisk/mkpart-full-mbr-partno-gap new file mode 100644 index 0000000..7f5fab5 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-mbr-partno-gap @@ -0,0 +1,26 @@ +Requested partition: +Requested partition: +Requested partition: +Requested partition: +Requested partition: +Created a new . +Created a new . +Created a new . +Created a new . +Adding logical partition 5 +Created a new . +Adding logical partition 6 +Created a new . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: dos +Disk identifier: + +Device Boot Start End Sectors Size Id Type +1 2048 4095 2048 1M 83 Linux +3 4096 6143 2048 1M 83 Linux +4 6144 30719 24576 12M 5 Extended +5 10240 12287 2048 1M 83 Linux +6 14336 16383 2048 1M 83 Linux diff --git a/tests/expected/libfdisk/mkpart-full-mbr-primary b/tests/expected/libfdisk/mkpart-full-mbr-primary new file mode 100644 index 0000000..cd3604f --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-mbr-primary @@ -0,0 +1,21 @@ +Created a new disklabel. +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: dos +Disk identifier: + +Device Boot Start End Sectors Size Id Type +1 2048 4095 2048 1M 83 Linux +2 4096 6143 2048 1M 83 Linux +3 6144 8191 2048 1M 83 Linux +4 8192 30719 22528 11M 83 Linux diff --git a/tests/expected/libfdisk/mkpart-full-mbr-primary-nopartno b/tests/expected/libfdisk/mkpart-full-mbr-primary-nopartno new file mode 100644 index 0000000..a8b5819 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-mbr-primary-nopartno @@ -0,0 +1,21 @@ +Created a new disklabel. +Requested partition: ,start=2048,size=2048> +Created a new partition . +Requested partition: ,start=4096,size=2048> +Created a new partition . +Requested partition: ,start=6144,size=2048> +Created a new partition . +Requested partition: ,start=8192,size=22528> +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: dos +Disk identifier: + +Device Boot Start End Sectors Size Id Type +1 2048 4095 2048 1M 83 Linux +2 4096 6143 2048 1M 83 Linux +3 6144 8191 2048 1M 83 Linux +4 8192 30719 22528 11M 83 Linux diff --git a/tests/expected/libfdisk/mkpart-full-mbr-space-gap b/tests/expected/libfdisk/mkpart-full-mbr-space-gap new file mode 100644 index 0000000..1fe0061 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-full-mbr-space-gap @@ -0,0 +1,18 @@ +Created a new disklabel. +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Requested partition: +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: dos +Disk identifier: + +Device Boot Start End Sectors Size Id Type +1 2048 4095 2048 1M 83 Linux +2 6144 8191 2048 1M 83 Linux +3 8192 10239 2048 1M 83 Linux diff --git a/tests/expected/libfdisk/mkpart-gpt b/tests/expected/libfdisk/mkpart-gpt new file mode 100644 index 0000000..1c39f6a --- /dev/null +++ b/tests/expected/libfdisk/mkpart-gpt @@ -0,0 +1,23 @@ +Created a new disklabel. +Created a new partition . +Created a new partition . +Created a new partition . +Created a new partition . +Created a new partition . +Created a new partition . +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: gpt +Disk identifier: + +Device Start End Sectors Size Type +1 2048 4095 2048 1M Linux filesystem +2 4096 6143 2048 1M Linux filesystem +3 6144 8191 2048 1M Linux filesystem +4 8192 10239 2048 1M Linux filesystem +5 10240 12287 2048 1M Linux filesystem +6 12288 14335 2048 1M Linux filesystem +7 14336 28671 14336 7M Linux filesystem diff --git a/tests/expected/libfdisk/mkpart-mbr b/tests/expected/libfdisk/mkpart-mbr new file mode 100644 index 0000000..883efd7 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-mbr @@ -0,0 +1,17 @@ +Created a new disklabel. +Created a new partition . +Created a new partition . +Created a new partition . +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: dos +Disk identifier: + +Device Boot Start End Sectors Size Id Type +1 2048 4095 2048 1M 83 Linux +2 4096 6143 2048 1M 83 Linux +3 6144 8191 2048 1M 83 Linux +4 8192 30719 22528 11M 83 Linux diff --git a/tests/expected/libfdisk/mkpart-mbr-logic b/tests/expected/libfdisk/mkpart-mbr-logic new file mode 100644 index 0000000..eddaef0 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-mbr-logic @@ -0,0 +1,26 @@ +Created a new disklabel. +Created a new partition . +Created a new partition . +Created a new partition . +Created a new partition . +Adding logical partition 5 +Created a new partition . +Adding logical partition 6 +Created a new partition . +Adding logical partition 7 +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: dos +Disk identifier: + +Device Boot Start End Sectors Size Id Type +1 2048 4095 2048 1M 83 Linux +2 4096 6143 2048 1M 83 Linux +3 6144 8191 2048 1M 83 Linux +4 8192 30719 22528 11M 5 Extended +5 10240 12287 2048 1M 83 Linux +6 14336 16383 2048 1M 83 Linux +7 18432 30719 12288 6M 83 Linux diff --git a/tests/expected/libfdisk/mkpart-mbr-nopartno b/tests/expected/libfdisk/mkpart-mbr-nopartno new file mode 100644 index 0000000..eddaef0 --- /dev/null +++ b/tests/expected/libfdisk/mkpart-mbr-nopartno @@ -0,0 +1,26 @@ +Created a new disklabel. +Created a new partition . +Created a new partition . +Created a new partition . +Created a new partition . +Adding logical partition 5 +Created a new partition . +Adding logical partition 6 +Created a new partition . +Adding logical partition 7 +Created a new partition . +Disk : 15 MiB, 15728640 bytes, 30720 sectors +Units: sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 512 bytes +I/O size (minimum/optimal): 512 bytes / bytes +Disklabel type: dos +Disk identifier: + +Device Boot Start End Sectors Size Id Type +1 2048 4095 2048 1M 83 Linux +2 4096 6143 2048 1M 83 Linux +3 6144 8191 2048 1M 83 Linux +4 8192 30719 22528 11M 5 Extended +5 10240 12287 2048 1M 83 Linux +6 14336 16383 2048 1M 83 Linux +7 18432 30719 12288 6M 83 Linux -- cgit v1.2.3