Difference between revisions of "Fdisk:Delete"
Jump to navigation
Jump to search
(Created page with "== Delete A Partition using Fdisk == <syntaxhighlight> Command action a toggle a bootable flag b edit bsd disklabel c toggle the dos compatibility flag d delete a par...") |
(No difference)
|
Latest revision as of 14:36, 6 September 2013
Delete A Partition using Fdisk
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)<syntaxhighlight> fdisk /dev/sda #start fdisk on sda p #print partition table d #delete a partition 1 #select partition w # write changes to disk