How to delete a partition on a USB drive?

How to delete a partition on a USB drive?

Solution:

You can do this by using diskpart on Windows:

  1. Open an elevated command prompt.
  2. Run diskpart
  3. list disk
  4. Note the disk number that corresponds to your USB drive (it should be obvious going by size)
  5. select disk X where X is the number from step 4
  6. list partition - There should be two, numbered 0 and 1, each about 7 GB
  7. select partition 0
  8. delete partition
  9. select partition 1
  10. delete partition
  11. create partition primary
  12. exit
  13. Exit Command Prompt (type exit or just close the window)
  14. In Windows, go to Computer(or This PC for Windows 10) and try to open the disk. It will ask you to format it.
  15. Format it with the default settings and give it a name if you want.

It should now a single, unified partitioned drive.


Support: If the disk delete partition shows: "Cannot delete a protected partition without the force protected parameter set" then use the following parameters:

  1. delete partition override (after selecting the partition)


Note: Words marked in Red are Commands

Comments

Popular posts from this blog

Convert excel files to .vcf for transfer of contacts from Pc to Andriod device

Compare two columns and get values from third parallel column in excel

Files not showing in pendrive