1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
Create initial partitions
---layout----------
Disk <removed>: 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 / <removed> bytes
Disklabel type: gpt
Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 4095 2048 1M Linux filesystem
<removed>2 8192 10239 2048 1M Linux filesystem
-------------------
Grow first to max
---layout----------
Disk <removed>: 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 / <removed> bytes
Disklabel type: gpt
Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 8191 6144 3M Linux filesystem
<removed>2 8192 10239 2048 1M Linux filesystem
-------------------
Grow second to max
---layout----------
Disk <removed>: 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 / <removed> bytes
Disklabel type: gpt
Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 8191 6144 3M Linux filesystem
<removed>2 8192 20446 12255 6M Linux filesystem
-------------------
Resize first to 4096 bytes
---layout----------
Disk <removed>: 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 / <removed> bytes
Disklabel type: gpt
Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 2055 8 4K Linux filesystem
<removed>2 8192 20446 12255 6M Linux filesystem
-------------------
Resize second to 8 sectors
---layout----------
Disk <removed>: 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 / <removed> bytes
Disklabel type: gpt
Disk identifier: <removed>
Device Start End Sectors Size Type
<removed>1 2048 2055 8 4K Linux filesystem
<removed>2 8192 8199 8 4K Linux filesystem
-------------------
|