Tried to use my 3TB drive in a USB enclosure, now reports only 746GB even internally

7

2

I have two 3TB Hitachi 5k3000 Desktar drives that I want to use as data drives, not boot drives. When I was originally trying to install them I wanted to mirror them using my hardware raid but I couldn't get them recognized, my motherboard is pretty old (P5N32-SLI) but the BIOS and RAID firmware are as up to date as possible.

Whilst trying to get the drives recognized I found you need to initialize them to GPT to see past the 2.2TB barrier, I tried initializing one in Windows (7 x64) via a USB drive enclosure and even though it was set to GPT it never reported the correct size only 746GB.

Next, I tried initializing the other disk connected via the internal SATA ports on my motherboard and it actually reported the correct size (in MBR mode it reported 2.2TB and 746GB, when I switched to GPT it showed one continuous volume.) However, now I can't get my other one to reinitialize, I tried switching it back to MBR but that did not make a difference. I suspect Windows is caching something about this drive that I'm not seeing, but would greatly appreciate some guidance.

Edit: I don't want to use these with my USB enclosure, I want them internal. One drive does work as expected internally, just the one I originally tried to initialize via the enclosure won't re-initialize internally with the correct space.

JaredMcAteer

Posted 2011-05-09T13:35:12.240

Reputation: 481

Question was closed 2015-07-30T06:59:46.850

To close voters: this post is older than the suggested duplicate. Perhaps the newer post should be closed instead. @fixer1234 – Excellll – 2015-07-29T17:40:54.873

@Excellll: I saw that; thought the newer one had better answers. But I'm happy to go with the community decision if age should take precedence. – fixer1234 – 2015-07-29T19:28:15.803

Answers

7

Typical USB drive enclosures have historically only supported up to 1.5 TB of capacity. I have a feeling this has something to do with the 32bit nature of the enclosure, but I could be totally off on that one. Make sure the enclosure's specifications state that it supports drives larger than 1.5 or 2 TB.

Thus far, I have only seen USB 3 (SuperSpeed) enclosures supporting anything at or larger than 3 TB.

Edit (from comments): If you're concerned that Windows might be caching something about the drive then you can try to fix it on another machine, or access it using a live cd like GParted.

raffi

Posted 2011-05-09T13:35:12.240

Reputation: 146

Yea the USB enclosure pooched the drive I tried to initialize in it, the question is more about how to unpooch it when plugged into my internal SATA ports. – JaredMcAteer – 2011-05-09T16:15:11.400

Ah, I understand now. The only suggestion I can come up with at this point is, if you're concerned that Windows might be caching something about the drive then you can try to fix it on another machine, or access it using a live cd like gparted. – raffi – 2011-05-09T16:46:25.400

I will try GParted Live when I get home. Thanks. – JaredMcAteer – 2011-05-09T19:48:39.177

GParted worked perfectly, I was able to delete the boot sector that the USB created and re-initialize the disk, Windows now detects it properly. – JaredMcAteer – 2011-05-09T23:14:06.057

Awesome! Glad to hear it, and thanks for following up. I'll keep this in mind next time I hear of a similar issue. – raffi – 2011-05-10T19:34:03.100

It's unfortunate that the actual solution (gparted) is buried in the comments. Otherwise I'd upvote this post. Please consider editing so that future readers won't walk away even more confused. – Aaronaught – 2011-06-19T01:45:24.573

3

Try zeroing out the first 1k (Boot sector) of the drive, Use Hitachi's "Drive Fitness Test" boot disc to do this.

http://www.hitachigst.com/support/downloads/

Moab

Posted 2011-05-09T13:35:12.240

Reputation: 54 203

Thanks, since it's a boot disk I'm going to have to try this when I get home. Edit: Hmmm I just looked at the page and it doesn't support 3tb+ drives – JaredMcAteer – 2011-05-09T14:37:00.400

While this tool wasn't appropriate for my situation it probably would have worked on a smaller drive, I can't give you the answer for this question but I did give you an upvote. – JaredMcAteer – 2011-05-09T23:14:55.540

1@OriginalSyn, Glad you solved the problem. – Moab – 2011-05-10T14:56:08.763

1@OriginalSyn, its only one tool on the boot disk that does not support 3tb drives, "Currently the "Feature Tool" does not support 3TB and greater internal drives." – Moab – 2011-05-10T15:02:36.543

Ah I didn't parse that text correctly, thanks for the clarification. – JaredMcAteer – 2011-05-10T17:32:57.763

1

This problem is resolved in my 10 years old HP desktop (4 cores), with drive: 3TB Western Digital Green.

In a nutshell you need 2 things to do:

  • to install the Intel RAID driver (free).
  • to use a good tool for extending the partition to the maximum size, like AOMEI Partition Assistant (freeware).

Cheers!

PS1: After all is setup property, you can uninstall both tools mentioned above.

PS2: If you have any conflict between the new 2TB or 3TB disk and the old DVD-ROM then disconnect the DVD, and get an external one (my case).

Sorinel C.

Posted 2011-05-09T13:35:12.240

Reputation: 71