How to Fix USB Flash Drive with Diskpart
How to Fix Flash Drive
Many of us face this problem with USB drive it new and not work it give error need to format but when try format it, it gives you error. We will use diskpart command in Microsoft CMD to fix the USB
- First open CMD as administrator and type Diskpart
Now we need to list Disks in computer type and hit enter
DISKPART>list disk //will see all disks in your computer select the USB disk by size Take care to select right disk any mistake you will loss Data
DISKPART>Select disk 1 // to select disk then type
DISKPART>Clean // to clean disk from partition and then create partition and make it active after that select partition to format it
Last step to format the disk type Format fs=fat32 quick
DISKPART> Format fs=fat32 quick
Leave a Reply