Definition:
- Format DISK
- manipulate disk partition table
sudo fdisk /dev/sd*
to start on the device
Synopsis:
fdisk [options] device
fdisk -l [device...]
List of options:
-
GPT
M
enter protective/hybrid MBR
-
Generic
d
delete a partitionl
list known partition typesn
add a new partitionp
print the partition table
-
Save & Exit
w
write table to disk and exitq
quit without saving changes