
Quote: Originally Posted by
JerometheGiraff
I have an external HDD that works on any other machine I test it on, except mine. It was working and for some reason I recently needed to use it and it didn't work. It appears in device manager but not in disk management. A drive letter might not be assigned to it, I can't see it in disk management to assign a drive letter to it.
USB, I assume.
Does it show up in DiskPart?
If yes, then in diskpart,you can use the ASSIGN Letter=J
as an example which would assign the letter J to the currently selected volume.
WIN | type
CMD | do
NOT hit ENTER
| CTRL + SHIFT + ENTER keycombo
| ALT + Y keycombo
type following and hit Enter
DISKPART
type and hit ENTER
LIST VOLUME
from the list of volumes, find the one that corresponds to your external drive.
type and hit enter
SELECT VOLUME 8
here 8 is an example, you enter the correct volume number
type and hit enter
DETAIL VOLUME
this will reassure that you have the correct volume
type and hit enter
ASSIGN LETTER=K
here "k" is an example. Use the letter of your choice.
type and hit enter
EXIT
to exit the diskpart program
type and hit enter
EXIT to exit the command shell