mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-16 08:15:50 +02:00
13 lines
245 B
Markdown
13 lines
245 B
Markdown
# fdisk
|
|
|
|
> A program for managing partition tables and partitions on a hard disk.
|
|
> See also: `partprobe`.
|
|
> More information: <https://manned.org/fdisk>.
|
|
|
|
- List partitions:
|
|
|
|
`fdisk -l`
|
|
|
|
- Start the partition manipulator:
|
|
|
|
`fdisk {{/dev/sdX}}`
|