1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:02:08 +02:00
tldr/pages/linux/fdisk.md
2018-03-09 13:43:43 +05:30

172 B

fdisk

A program for managing partition tables and partitions on a hard disk.

  • List partitions:

fdisk -l

  • Start the partition manipulator:

fdisk {{/dev/sda}}