Repare corrupted sd card or usb pendrive with cmd in your pc
- uttam rao
- Jul 16, 2017
- 1 min read

Repare sd card and usb pendrives ,
Many pendrive and sd cards are corrupted with many reasons and here we fix this problem like pendrive does not format and any other to follow these simple steps on our pc-----
1) firstly you should plug in your sd card (pendrive)
2) open command prompt by shortcut option --==>>>windowbutton +Rbutton and type cmd in run and hit enter
3)after open cmd you should type ==>> diskpart
4) and a new window is open and click yes button and type ==>>list disk and hit enter
and then you select your disk by typing this command==>>select disk 1
5)Type clean and press Enter.
6)Type create partition primary and hit Enter.
7)Type active and hit enter
8)Type select partition 1 and hit Enter.
9)Type format fs=fat32 and press Enter. The format process will finish in a few minutes. You can write ntfs instead of fat32 if you want to carry files larger than 4 gigabytes. Don’t close the CMD
-----------------------------------------------------Enjoy------------------------------------------------
Comments