mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-19 03:25:44 +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
|
||
|
|