You can do this in DISKPART in Windows:
- Open an command prompt using Administrator rights.
- Run
DISKPART
list disk
- Note the disk number that corresponds to your USB drive (it should be obvious going by size)
select disk X
where X is the number from step 4list partition
- There should be two, numbered 0 and 1, each about 7 GBselect partition 0
delete partition
select partition 1
delete partition
create partition primary
exit
exit
- In Windows, go to Computer and try to open the disk. It will ask you to format it.
- Format it with the default settings and give it a name if you want.
It should now a single, unified partitioned drive.
No comments:
Post a Comment
Thank you for your feedback. If you find the tip and trick useful, feel free to share with your friends on Facebook, Twitter and G+!