diff options
Diffstat (limited to 'tests/expected/fdisk/align-512-4K-md')
-rw-r--r-- | tests/expected/fdisk/align-512-4K-md | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/tests/expected/fdisk/align-512-4K-md b/tests/expected/fdisk/align-512-4K-md new file mode 100644 index 0000000..7b7e4bf --- /dev/null +++ b/tests/expected/fdisk/align-512-4K-md @@ -0,0 +1,87 @@ +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 + + +The device presents a logical sector size that is smaller than +the physical sector size. Aligning to a physical sector (or optimal +I/O) size boundary is recommended, or performance may be impacted. + +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-102399, default 2048): Using default value 2048 +Last sector, +sectors or +size{K,M,G} (2048-102399, default 102399): Partition 1 of type Linux and of size 20 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 (43008-102399, default 43008): Using default value 43008 +Last sector, +sectors or +size{K,M,G} (43008-102399, default 102399): Using default value 102399 +Partition 2 of type Linux and of size 29 MiB is set + +Command (m for help): +Disk /dev/...: 52 MB, 52428800 bytes, 102400 sectors +Units = sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 4096 bytes +I/O size (minimum/optimal): 4096 bytes / 32768 bytes + + + Device Boot Start End Blocks Id System +/dev/...1 2048 43007 20480 83 Linux +/dev/...2 43008 102399 29696 83 Linux + +Command (m for help): The partition table has been altered! + +Calling ioctl() to re-read partition table. +Syncing disks. +Alignment offsets: +0 +0 +Create partitions (MD) + + +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 + + +The device presents a logical sector size that is smaller than +the physical sector size. Aligning to a physical sector (or optimal +I/O) size boundary is recommended, or performance may be impacted. + +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-100095, default 2048): Using default value 2048 +Last sector, +sectors or +size{K,M,G} (2048-100095, default 100095): 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-100095, default 22528): Using default value 22528 +Last sector, +sectors or +size{K,M,G} (22528-100095, default 100095): Partition 2 of type Linux and of size 10 MiB is set + +Command (m for help): +Disk /dev/md8: 51 MB, 51249152 bytes, 100096 sectors +Units = sectors of 1 * 512 = 512 bytes +Sector size (logical/physical): 512 bytes / 4096 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 43007 10240 83 Linux + +Command (m for help): The partition table has been altered! + +Calling ioctl() to re-read partition table. +Syncing disks. +Alignment offsets (MD): +0 +0 |