fix-corrupted-drives

Time passing by digital drives tend to wear out and corrupt just like everything else in real life.

Today I will show you a simple, but a little hacky way to fix some weird behaviours of your digital drive.

SYMPTOMS

  • Random disconnections
  • Strange overheating
  • Drive size is less than expected
  • Read and write operations fail

Before you trow your unlucky drive into the trash, you should give a try to this!

HOW TO Fix corrupted drives?

You have to use Windows command prompt also known as CMD.

Do not be scared, it is super easy.

fix corrupted drives

 

  1. Connect the corrupted hard drive, USB or SD card to your computer.
  2. Hover your mouse on the Start button and right-click.
  3. Click Command Prompt (Admin). A CMD window will open.
  4. Type diskpart and press Enter.
  5. Type list disk and press Enter. A list of all the storage devices connected to your computer will be displayed.
  6. Type select disk < the number of your disk > and press Enter. (Example: select disk 1). Important: Make sure you enter the number correctly. Otherwise, you may format your internal hard drive or something else. You can type list disk again to check whether you are going correctly. There will be a star (asterisk symbol) just before the name of the selected disk.
  7. Issue clean and press Enter.
  8. Type create partition primary and hit Enter.
  9. Issue active.
  10. Type select partition 1.
  11. Issue format fs=fat32 ( or anyother format you’d like to use ) and press Enter. The format process will finish in a few minutes or less. For instance, 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.

If you missed: HOW TO install every OS on USB drive

If you correctly followed all these steps, you’ll have a brand new drive, clean as crystal water.

Of course, this method will fix any kind of virtual corruption or bad sectors in it.  If the problems persist you should consider buy something new! (Have you ever heard about a 400GB Micro SD card?)

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.