Why uses Diskpart?
• 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
• 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
IN WINDOWS 7
1. Click on Windows ICON
2. Select Command Prompt & Click on Run as Administrator
2. Select Command Prompt & Click on Run as Administrator
3. Type diskpart
4. Type list disk
5. select disk n ; Where n is USB drive
4. Type list disk
5. select disk n ; Where n is USB drive
6. Type clean
7. Type create partitionprimary
8. Type format fs= fat32quick or format fs=ntfs quick
7. Type create partitionprimary
8. Type format fs= fat32quick or format fs=ntfs quick
9. Type active
10. Type assign
11. Type exit
12. Type exit
10. Type assign
11. Type exit
12. Type exit
* USB drive has been reset and ready to use
IN WINDOWS 8
1. Press Windows Key + X key (Same time)
2. Click on Command Prompt(Admin)
2. Click on Command Prompt(Admin)
3. Type diskpart
4. Type list disk
5. select disk n ; Where n is USB drive
4. Type list disk
5. select disk n ; Where n is USB drive
6. Type clean
7. Type create partitionprimary
8. Type format fs= fat32quick or format fs=ntfs quick
7. Type create partitionprimary
8. Type format fs= fat32quick or format fs=ntfs quick
9. Type active
10. Type assign
11. Type exit
12. Type exit
10. Type assign
11. Type exit
12. Type exit
* USB drive has been reset and ready to use