Archive for the ‘Uncategorized’ Category

Disappeared partition – how to fix it.

Monday, January 23rd, 2012

This is if you have a usb that you can see in the disk management tool in Windows, but it doesnt show up in your “computer” as a drive.

1 Open Command promt.
2 type diskpart
3 list disk
4 select disk X (x is your usb drive number)
5 select partition x (x is your usb partition)
6 type delete partition
7 type create partition primary
8 type exit

you should now be able to see the drive inside your computer as a drive. Right click and format it.