REPAIR YOUR CORRUPTED USB DISK DRIVE !

If your USB flash drive, SD card, or another drive isn’t working quite right, “cleaning or repair” the drive and removing its partitions is one possible solution. This can fix problems with a drive that can’t be formatted or one that shows the wrong capacity.

FOR THIS, WE ARE USING DISKPART TOOL IN COMMAND LINE-

ERRORS-

  • Computer cannot recognize a USB drive.
  •  USB drive partition has been corrupted.
  •  Format command dose not work.
  • Resetting and wiping out all exist data to become a blank USB drive.
  • Make a bootable USB drive.
  • Simply reset and reformat a USB drive. 
Warning: This process will completely wipe the entire disk you select, so be sure you back up any important files first. You should also be very careful to specify the correct disk, or you could accidentally wipe the wrong disk.


PROCESS STEP BY STEP-
  1-Launch a Command Prompt as Administrator


2-TYPE DISKPART IN CMD


3-NOW TYPE LIST DISK


4-ALL YOUR DISK DRIVE SHOW IN THE LIST
   NOW TYPE SLECT DISK 1  YOU CHANGE YOUR DISK BY CHANGING DISK NO
The diskpart command has now selected the disk you specified. Any actions you perform will now be performed on the selected disk.
NOTE-PLEASE SELECT YOU DISK CAREFULLY 


5. Type clean


6. Type create partition primary 


7. Type format fs= fat32 quick or format fs=ntfs quick 


8-A. Type active 
   B. Type assign 
   C. Type exit


 
If this method didn’t work it’s possible the drive is simply physically damaged and is no longer working properly. But “cleaning” the drive with diskpart is a solution that can bring drives that would seem broken to most people back to life.

No comments:

Post a Comment