-1

I have a 32 GB USB flash drive and it's corrupted, the message it shows afterwards is: The disk structure is corrupt and unreadable. I tried to repair it with a software called Mini Tool Partition Wizard and it failed, it seems this tool works on internal and external hard disks.

How can I repair my USB Flash?

halfer
  • 19,824
  • 17
  • 99
  • 186
Lutaaya Huzaifah Idris
  • 3,596
  • 8
  • 38
  • 77
  • I'm pleased you received the help you needed, but this is (and was) not on-topic for Stack Overflow. This site is for programming questions. If you have questions about general software or hardware issues, the best Stack Exchange site to go to is _Super User_. – halfer Apr 19 '19 at 00:02

1 Answers1

1

Open Diskpart on Windows. Type list disk, select (select disk ...) your USB and enter the commands : clean, convert mbr, create partition primary.

Note that the "clean" command will delete all data on the device, so this is a procedure to rescue the disk for future use, but not to preserve the data on the disk.

halfer
  • 19,824
  • 17
  • 99
  • 186
Romaixn
  • 36
  • 1
  • 8
  • Man thanks so much for this amazing answer @Romaxin, you save my life – Lutaaya Huzaifah Idris Mar 02 '18 at 08:58
  • just to make this clear: the above commands (clean) will delete all data on the device, so this is a procedure to rescue the disk for future use, but not to preserve the data on the disk – Hinnerk Mar 20 '19 at 00:40