sarpay
5/22/2019 - 8:12 AM

DiskPart

Step 1

Run Command Prompt as Administrator.


Step 2

diskpart


Step 3

Type list disk command so that diskpart lists all disks connected to your computer.

list disk


Step 4

Be very careful here! # is the disk number of your USB drive, You should replace # with the correct disk number

select disk #


Step 5

!!! Make sure you selected the correct disk.

clean


Step 6

Create a new partition on the USB drive after DiskPart succeeded in cleaning the disk.

create partition primary


Step 7

The following command formats the newly created partition to FAT32 file system.

format fs=fat32 quick