1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/fdisk.md

13 lines
197 B
Markdown
Raw Normal View History

2018-03-09 08:13:43 +00:00
# fdisk
> A program for managing partition tables and partitions on a hard disk.
2021-06-29 13:25:39 -04:00
> See also: `partprobe`.
2018-03-09 08:13:43 +00:00
- List partitions:
`fdisk -l`
- Start the partition manipulator:
`fdisk {{/dev/sdX}}`