fdisk: Reorder interactive commands and update "See also" (#19119)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Pouya Karazmayan
2025-10-31 06:27:18 +03:30
committed by GitHub
parent e4c7649055
commit 8ddf367f32
+10 -10
View File
@@ -1,17 +1,25 @@
# fdisk
> Manage partition tables and partitions on a storage drive.
> See also: `partprobe`.
> See also: `partprobe`, `parted`, `cfdisk`.
> More information: <https://manned.org/fdisk>.
- List partitions:
`sudo fdisk {{[-l|--list]}}`
- Start the partition manipulator:
- Start the interactive partition manipulator:
`sudo fdisk {{/dev/sdX}}`
- Open a help [m]enu:
`<m>`
- View the [p]artition table:
`<p>`
- Create a [n]ew partition:
`<n>`
@@ -20,10 +28,6 @@
`<d>`
- View the [p]artition table:
`<p>`
- [w]rite the changes made:
`<w>`
@@ -31,7 +35,3 @@
- Discard the changes made and [q]uit:
`<q>`
- Open a help [m]enu:
`<m>`