From 30ff6afe596eddafacf22b1a5b2d1a3d6254ea15 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 15:14:44 +0200 Subject: Adding upstream version 2.36.1. Signed-off-by: Daniel Baumann --- tests/expected/fdisk/gpt-resize | 43 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/expected/fdisk/gpt-resize (limited to 'tests/expected/fdisk/gpt-resize') diff --git a/tests/expected/fdisk/gpt-resize b/tests/expected/fdisk/gpt-resize new file mode 100644 index 0000000..64b6c43 --- /dev/null +++ b/tests/expected/fdisk/gpt-resize @@ -0,0 +1,43 @@ +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 + +>>> Created a new disklabel. +p1: Created a new partition . +p2: Done. + +New situation: +Disklabel type: gpt +Disk identifier: + +Device Start End Sectors Size Type +p1 2048 20446 18399 9M Linux filesystem + +The partition table has been altered. +----- fixing after resize: ----- + +Welcome to fdisk . +Changes will remain in memory only, until you decide to write them. +Be careful before using the write command. + + +Command (m for help): Partition number (2-128, default 2): First sector (20447-40926, default 20480): Last sector, +/-sectors or +/-size{K,M,G,T,P} (20480-40926, default 40926): +Created a new partition . + +Command (m for help): The partition table has been altered. +Calling ioctl() to re-read partition table. + +The kernel still uses the old table. The new table will be used at the next reboot or after you run partprobe(8) or partx(8). + +----- list result: ----- +Disk : 20 MiB, 20971520 bytes, 40960 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 +p1 2048 20446 18399 9M Linux filesystem +p2 20480 40926 20447 10M Linux filesystem -- cgit v1.2.3