cmd
, and then click the entry for the cmd program.diskpart
(you have to approve this operation as an administrator). The prompt line should now display "DISKPART".list disk
. lists your drives.select disk X
, where X is the number of your selected disk.
(MAKE SURE TO SELECT THE CORRECT ONE!!!).clean
. wipes the selected drive partition table.create partition primary
. creates a partition and marks it as primary.select partition 1
. selects the partition number 1 (primary).active
. sets it as active (makes it bootable).format fs=fat32 quick
. formats the drive as FAT32 partition table (quick at the end indicates quick format).assign
. assigns the drive to a mount point.exit
.fdisk
command accordingly:sudo fdisk /dev/sdX
; X
stands for the right disk letter something in the region of b
, c
or d
dos
partition type
and size
(assuming that is desirable),W95 FAT32 (LBA)
partition,2.5
, i.e. 5
above to see the created partition,i
represents the partition number in this case it should be 1