mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-11 16:47:30 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,17 +6,25 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# 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>`
|
||||
@@ -25,10 +33,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`<d>`
|
||||
|
||||
- View the [p]artition table:
|
||||
|
||||
`<p>`
|
||||
|
||||
- [w]rite the changes made:
|
||||
|
||||
`<w>`
|
||||
@@ -36,7 +40,3 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Discard the changes made and [q]uit:
|
||||
|
||||
`<q>`
|
||||
|
||||
- Open a help [m]enu:
|
||||
|
||||
`<m>`
|
||||
|
||||
Reference in New Issue
Block a user