Sunday, 18 March 2018

Repair corrupted Pen Drive or SD card using CMD

                    Repair corrupted Pen Drive or SD card using CMD

This process involves Windows command prompt which is commonly known as CMD. In this, you have to enter some CMD commands, and Windows will forcefully format your corrupted pen drive/SD card.

(NOTE - This process works on all version of window. e.g- Window 7,8,10)








  • Connect the corrupted pen drive or SD card to your computer.
  • Hover your mouse over the Start button and Right-click
  • Click Command Prompt (Admin). A CMD window will open.
  • Type diskpart and press Enter.
  • Type list disk and press Enter. A list of all the storage devices connected to your computer will       be displayed.
  • Type select disk  and press Enter. (Example: select disk 1).   Important: Make sure you enter the number correctly. Otherwise, you may format your                 internal hard drive. You can type list disk again to check whether you are going correctly.               There  will be a star (asterisk symbol) before the name of the selected disk.
  • Type clean and press Enter.
  • Type create partition primary and hit Enter.
  • Type active.
  • Type select partition 1.
  • 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 until the work is finished.
  • Done!


  • If your problem doesn't reslove please comment down.

    No comments:

    Post a Comment

    Popular Posts