External SSD not appearing in Disk Management.

rt90

Honorable
Aug 10, 2013
7
0
10,510
As the title says. It appears as Disk 1 at the bottom (http://imageshack.com/a/img837/4881/2sia.png), and it says it's unallocated so I should be able to just partition it from the area above, but it doesn't appear there and it won't let me partition it from there, from what I can see.
 

xcrossroadsx

Distinguished
Dec 13, 2011
247
1
18,860
Here is a quick solution:
open cmd as administrator
enter "diskpart"
after it loads, enter "list disk"
look for your SSD in the list it gives, you can tell by the size of it. Look at what disk number it is (should be 1)
enter "sel dis 1"
enter "clean"

From here you should be able to use disk management to format it. If you can't, you can continue from after clean and:
enter "create partition primary"
enter "format quick fs=ntfs label="Whatever you want" "
 

rt90

Honorable
Aug 10, 2013
7
0
10,510
Ok, so that partially worked. It's now appearing in Disk Management, but not My Computer even after formatting. I want to use this drive to share data with my PS3, that's why I have a partition in FAT32.
 

rt90

Honorable
Aug 10, 2013
7
0
10,510
I've used a flash drive to do the same thing before with no reformatting required, so I'm pretty sure that's not the case.

Anyway, I got it fixed, I had forgotten to assign them drive letters (/facepalm).

Thanks for your help.