Windows 7 HDD partition related basics.
# How To Create Partition In Window 7
From GUI (Graphical User Interface):-
Ø Open Run
Ø Type ‘diskmgmt.msc’
Ø Right Click On Unallocated Space
Ø New Simple Volume
Ø Next
Ø Give Space [Like 10,000]
Ø Next
Ø Select Drive Letter (Like – A,B,C)
Ø Next-2
Ø Finish
Note – But This Will Make Primary
Partition
# If You Want To Make Logical
Partition In Window 7, Window 8, All New Windows Versions Then You Have To
Create Extended Partition From Disk Part In CMD:-
Ø Open CMD
Ø Type ‘diskpart’
Ø Type ‘list disk 0 à select disk 0’
Ø Type ‘create partition extended’
Ø Type ‘exit’
# How To Create Logical Partition:-
Ø Open CMD
Ø Type ‘create partition logical size = 5000’
Ø Type ‘list volume’
Ø Type ‘select volume 2’
Ø Type ‘assign letter = e’
Ø Type ‘format quick’
# How To Create Primary Partitions
Ø Open CMD
Ø Type ‘diskpart’
Ø Type ‘select disk 0 ’
Ø Type ‘create partition primary size = 10,000’
Ø Type ‘list volume’
Ø Type ‘select volume 2’
Ø Type ‘assign letter = e’
Ø Type ‘format quick’
# How To Delete Partition (Primary,
Logical Etc.)
Ø Open CMD
Ø Type ‘list volume
Ø Type ‘select volume 1’
Ø Type ‘delete volume’
# To Delete All Partition:-
Ø Open CMD
Ø Type ‘diskpart’
Ø Type ‘list disk’
Ø Type ‘select disk 0’
Ø Type ‘clean’
Comments
Post a Comment