Partitioning new HDD using Windows 7 installation DVD
in This Post you will learn how to use DISKPART command
commands used in this tutorial
list disk
select disk 0
list partition
create partition primary size=50000
assign
format fs=ntfs quick
create partition extended
create partition logical size=30000
assign
format fs=ntfs quick
create partition logical
assign
format fs=fat32 quick
list partition
what the video for more details