Skip to content

Commit 8ddf367

Browse files
fdisk: Reorder interactive commands and update "See also" (#19119)
Co-authored-by: Managor <[email protected]>
1 parent e4c7649 commit 8ddf367

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pages/linux/fdisk.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
# fdisk
22

33
> Manage partition tables and partitions on a storage drive.
4-
> See also: `partprobe`.
4+
> See also: `partprobe`, `parted`, `cfdisk`.
55
> More information: <https://manned.org/fdisk>.
66
77
- List partitions:
88

99
`sudo fdisk {{[-l|--list]}}`
1010

11-
- Start the partition manipulator:
11+
- Start the interactive partition manipulator:
1212

1313
`sudo fdisk {{/dev/sdX}}`
1414

15+
- Open a help [m]enu:
16+
17+
`<m>`
18+
19+
- View the [p]artition table:
20+
21+
`<p>`
22+
1523
- Create a [n]ew partition:
1624

1725
`<n>`
@@ -20,18 +28,10 @@
2028

2129
`<d>`
2230

23-
- View the [p]artition table:
24-
25-
`<p>`
26-
2731
- [w]rite the changes made:
2832

2933
`<w>`
3034

3135
- Discard the changes made and [q]uit:
3236

3337
`<q>`
34-
35-
- Open a help [m]enu:
36-
37-
`<m>`

0 commit comments

Comments
 (0)