How to partition a hard disk using DISKPART utility?
DiskPart is a command-line tool designed to manage hard disk drives
diskpart -opens the tool
list disk - shows the disk drives
select disk (number) - selects the disk
clean - erases the partiions and data
create partition primary - creates new partition