REFERENCE How To Format Corrupted USB or SD Card Using CMD

acidwater15

Registered
Joined
May 6, 2016
Messages
94
Reaction score
0
Points
1
How to format corrupted USB or SD Card using CMD..

1.go to windows
2.type CMD and run as Administrator and enter.
3.type "diskpart" and enter.
4.type "list disk" and enter.
5.type "select disk #" (number of your disk but do not select disk 0 because it's the computer storage..just disk 1 or sometimes disk 2 if neccessary) and enter.

6.type "clean" and enter.
7.type "create partition primary" and enter.
8.type "select partition 1" and enter.
9.type "active" and enter.
10.type "format fs = fat32 quick" and enter.
11.type "assign" and enter.
12.type "exit" and enter.

and you're done..
 
Who read this thread (Total readers: 0)
No registered users viewing this thread.
Back
Top