how to fix your courrept/0 byte flash drive (pen drive) in cmd...step-by-step
how to fix your courrupt/0 byte flash drive (pen drive) in cmd...
*when I connected my USB flash drive to computer, I received a warning saying you need to format the disk before you can use it. Then,
I chose Format disk by mistake for I forgot the USB drive contains some necessary data. Fortunately, I failed to format it since I got another
error message "Windows was unable to complete the format".
In this situation, I viewed the properties of the USB flash drive and found out it
is 0 bytes in Used space, Free space as well as Capacity, as shown below.
Now, what should I do?
Method:(step by step with picture)-click here to download command
- attach your pen drive to computer.
 - right click on your windows icon(start).
 - When the start window opens, right click on command prompt and click on run as administrator.
 - When the command prompt window opens, type this following commands:
 
- Type "diskpart" and hit enter.
 - Type "list disk" and hit enter.
 - Type "select disk (That's what you see on your screen)" and hit enter.
 - Type "clean" and hit enter.
 - Type "create partition primary" and hit enter.
 - Type "format fs=fat32 quick" and hit enter.
 - After 100% process complete, type "active" and hit enter.
 - Type "assign" and hit enter.
 - After that, "leave diskpart"-Type "exit" and hit enter.
 
      5.Type "exit" and hit enter to leave command prompt.














Comments
Post a Comment