mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
# list partitions
|
|
fdisk -l /dev/sda
|
|
|
|
# delete a partition
|
|
fdisk /dev/sda
|
|
Command (m for help): d
|
|
Partition number (1-9): XXX
|
|
|