Cant Assign a drive letter to partition

Associate
Joined
26 Dec 2009
Posts
35
a week ago my pc decided to crash and when it finished doing the memory dump etc and restarted my drive e: had gone

been looking through disk management and its there just not allocated a driver letter. iv had to download some software to try and see if i can get access to it any other way as far as im aware everything is there and even using a program called Acronis Disk Director 11 i cant assign it a drive letter.

What could be wrong and what do i need to do to get windows to recognise its there?

im using Windows 7.

cheers
 
First off, is the disk marked as online?

Fire up an administrative CMD window and type:
diskpart
list disk​
This should list all the disks in the machine and show you if they are online or offline. If they are offline, then you need to bring it online before you can assign a partition within it a drive letter. So:
select disk x (where x is the number of the disk you need to change)
online disk
Now take a look at the partitions within your selected disk:
list part
You can try to assign a drive letter to the partition by selecting it, then assigning it.
select part x (where x is the number of the partition you need to assign)
assign LETTER=X NOERR (where X is the drive letter you want to assign)
If this fails then you might have MBR problems, and might need to try something more in depth like a gparted live CD.
 
Sorted the problem now the Disk part didnt work i had to get some other software that sorted out the partition table since that was all magically messed up. decent little program that was freeware and used the CMD to solve the problem all working perfectly now without loosing any data.

cheers anyway guys
 
Back
Top Bottom