Okay, essentially what I'm seeing here is that while the BIOS / Raid utility in bios sees all three drives and assigns the array to have 2.7 TB of space.
The OS sees a total of roughly 2TB of space. What's going on here?
My only guesses are either the Nvidia drivers don't like the different model # drives or that win7 can't deal with >2tb of space on a single HD. Neither seems extremely likely.
Raid 0 can consist of 2 or 4 identical drives not 3 drives. This is perhaps the reason that the O.S. only "sees" 2TB. You may want to look at this to determine what raid array that you want to set up: http://en.wikipedia.org/wiki/RAID
Raid 0 can consist of 2 or 4 identical drives not 3 drives. This is perhaps the reason that the O.S. only "sees" 2TB. You may want to look at this to determine what raid array that you want to set up: http://en.wikipedia.org/wiki/RAID
Dear sir (or madam).
You are completely wrong.
RAID 0 combines two or more discs to create a volume with the combined capacity of the discs and increase the read/write speed of the total array compared to a single drive. RAID 0 is nonredundant.
You are thinking of RAID 1, which is full parity. As in, there are two complete copies of your data, for redundancy.
Perhaps you should read this article to determine where you went wrong:
http://en.wikipedia.org/wiki/RAID
As it turns out, the problem was with MBR partitioning, which has an upper limit of 2tb of space per drive or array, regardless of actual physical size. Changing the format to GPT, the GUID partition table, fixed the issue.
Thanks for your responses, however (I figured it out and forgot to update this thread.)
Message edited by njblackwolf on 09-29-2009 at 02:03:04 AM
Indeed fdisk-partitions are maximum 2TiB, while the newer GPT partitions can go beyond that. This is an industry-wide limitation of fdisk partitions. Also, to access the data beyond 2TiB you need a 64-bit LBA capable OS - which doesn't have anything to do with 32-bit/64-bit windows version by the way.
------------------------------...man will occasionally stumble over the truth, but usually manages to pick himself up, walk over or around it, and carry on.
Reply to sub mesa