From 8ddf367f325a52dc2e4c8efa0bf24386c5b1c402 Mon Sep 17 00:00:00 2001 From: Pouya Karazmayan Date: Fri, 31 Oct 2025 06:27:18 +0330 Subject: [PATCH] fdisk: Reorder interactive commands and update "See also" (#19119) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/fdisk.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pages/linux/fdisk.md b/pages/linux/fdisk.md index b2c4679927..dc898fdfc1 100644 --- a/pages/linux/fdisk.md +++ b/pages/linux/fdisk.md @@ -1,17 +1,25 @@ # fdisk > Manage partition tables and partitions on a storage drive. -> See also: `partprobe`. +> See also: `partprobe`, `parted`, `cfdisk`. > More information: . - List partitions: `sudo fdisk {{[-l|--list]}}` -- Start the partition manipulator: +- Start the interactive partition manipulator: `sudo fdisk {{/dev/sdX}}` +- Open a help [m]enu: + +`` + +- View the [p]artition table: + +`

` + - Create a [n]ew partition: `` @@ -20,10 +28,6 @@ `` -- View the [p]artition table: - -`

` - - [w]rite the changes made: `` @@ -31,7 +35,3 @@ - Discard the changes made and [q]uit: `` - -- Open a help [m]enu: - -``