wrote:
> I have four 750gb drives configured as Raid0.
>
> Each drive has been detected as 695gb free space and following
> creatiln of my RAID0 array I have 2048GB
>
> So....
>
>>From the advertised capacity of 750gb i am down to 695gb - thats a
> loss of 4 x 55gb - 220gb
>
> And after raid creation I have lost 732GB....
>
> Is this right....?
>
> And lastly - Is it really worth it...?
>
> I think not....
>
There is a 2**32 sector limit for a "basic" disk. Or so I've heard.
If a sector is 512 bytes, this works out to 2.2TB for a basic disk.
(While changing sector sizes sounds cool, I'm not really sure whether
you can do it, and what disk types like ATA or SCSI, support it now.)
Windows has the capability to manage multiple disks, as a "dynamic" disk.
What that would require, is making each drive or a set of drives, available
as a separate volume, and then doing "something" to the group of drives,
to make one dynamic disk from it. I've heard that you can "span" a group of
disks, but I don't know what RAID formats are supported in desktop
versions of Windows.
I tried to find a reference on the Knowledgebase to the 2.2TB limit,
but didn't find anything.
There are some offhand references to "2.2" here:
http://www.2cpu.com/forums/showthread.php?p=584040
So the 2048GB capacity, could be related to starting at 2.2TB and losing
some due to partitioning or whatever. You might not actually be getting
4*750=3TB and losing a terabyte due to formatting.
It would be a fun experiment, to connect only three of those disks in
RAID0 and see if the final size, is exactly the same. You'd have to delete
the array, shut down, remove a disk, fire up the RAID setup, make array,
and check the size again.
You'd think this topic would be more popular, and there would be more
tutorials on the web about it.
A 64 bit OS is another possible solution. But that has its own set of
issues, especially if the machine is going to be used as a desktop
and not as a server box.
Paul