mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
fdisk: Reorder interactive commands and update "See also" (#19119)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
+10
-10
@@ -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>`
|
||||
|
||||
Reference in New Issue
Block a user