mirror of https://github.com/CrimsonTome/tldr.git
12 lines
172 B
Markdown
12 lines
172 B
Markdown
|
# fdisk
|
||
|
|
||
|
> A program for managing partition tables and partitions on a hard disk.
|
||
|
|
||
|
- List partitions:
|
||
|
|
||
|
`fdisk -l`
|
||
|
|
||
|
- Start the partition manipulator:
|
||
|
|
||
|
`fdisk {{/dev/sda}}`
|