sudo parted /dev/sda print
print
(in parted
) can be abbreviated with a simple p
. fdisk | Well known, stable, recommended for the MBR-partition layout. |
parted | One of the first Linux utitilities that supported GPT partitions. |
gdisk | GPT enabled version of fdisk (?) |
cgdisk | |
cfdisk | curses-based with user-friendly interface (for example: it displays free space more clearly). The man page of cfdisk states that cfdisk provides basic partitioning functionality and that fdisk should be used for advanced features. |
cgdisk | GPT enabled version of cfdisk (?) |
sfdisk | |
sgdisk | GPT enabled version of sfdisk (?) |
diskpart.exe
.