SATA Hard Drives coming up in Computer Management but no drive letter assigned

1

I have a bunch of old SATA hard drives which I am gathering data from using a standard SATA USB Enclosure. Everything works well except with two drives (500GB each) that I took out from my NAS (D-Link DNS 323) enclosure. When these drives are hooked up, they show under Computer Management > Storage > Disk Management. In case it helps, the drives were configured as JBOD rather than RAID.

However there is no drive letter assigned and all context menu options are greyed out except for Convert to Dynamic Disk and Delete Volume. Conversion to dynamic fails with the following message: "The operation is not supported by the object".

The computer used is running Windows 7 64 bit and detects other SATA drives fine using the same USB enclosure.

How can I gain access to the contents of these drives?

enter image description here

CORRECTION: I cannot be sure if the NAS configuration was JBOD rather than RAID. I set it up myself years ago but cannot remember and the NAS device itself is out of commission.

Raheel Khan

Posted 2012-10-23T07:39:58.600

Reputation: 251

right click in the small square area to the left in the lower pane, is "import foreign drive" available? – Moab – 2012-10-23T21:28:12.973

@Moab: Not sure which area you are referring to. – Raheel Khan – 2012-10-24T08:25:22.007

Small square to the left of your red circle where it says Disk2 – Moab – 2012-10-24T15:01:20.940

@Moab: Ah I see. The context menu you see overlapping that square is actually by right-clicking it. And it does not have the option you asked about. Please see my comments against Matt's answer below, which explain what I think is going on. – Raheel Khan – 2012-10-24T19:55:58.137

Answers

2

My bet is the disks were setup as RAID or some other physical disk spanning arrangement and Windows CompMgmt just doesn't recognize the partition type.

If the contents are important I think you have to do some sleuthing to determine the partition type, and from that determine options for mounting and recovery. A bootable linux cd/usb could be very helpful for this. I've used SysRescueCd to good effect, there are other choices too.

If the contents don't matter so much, just delete the volumes and create new ones.

matt wilkie

Posted 2012-10-23T07:39:58.600

Reputation: 4 147

Thanks. That appears to be the case as I found here. Am trying Ext2IFS now.

– Raheel Khan – 2012-10-23T08:13:54.800

The NAS device runs Linux, which is why I can see the drive but Windows cannot access it. Apparently, Ext2IFS does not work with Windows 7 so I will try to boot up with a Ubuntu CD to see if I can access it. – Raheel Khan – 2012-10-24T08:28:41.020