Originally posted by: DarkManX4lf
I have a Asus m3a78t 790gx/sb750. I want to build a raid setup with 3 Seagate 7200.12 1tb drives. What is the max amout of drives the sb750 chipset can handle in a raid 5 setup?
If I wanted to add another 1tb drive to the raid 5 setup without loosing data, is the possible on the sb750 ?
1. AMD SB750 can handle 6 drives in RAID 5.
2. Yes, SB750 has a "migration" feature which can non-destructively add drives to an array.
The 2 TiB limit is gone with OSs after but not including XP-32, including XP-64, 2003, Vista and W7, via GPT.
SB750 has "unoptimized" RAID 5 write performance, which is roughly proportional to 1/2 a single drive's write speed for sequential writing, whereas an optimized implementation can get around (n-1) x single drive write speed where n is the total number of drives in the RAID 5 array.
In practice this means that SB750 writes will be somewhat sluggish, comparable to USB drives or ordinary SD cards for sequential writes, varying according to the speed of the drives and their crowding. As usual with HDs, performance will steadily decrease as the drive gets full -- data stored toward the end of the drive will be proportionately slower to write or access.
Slow RAID 5 write speed has less impact when writing to the drives across a network. In these cases, the network is part of the bottleneck. In the case of a wireless or 10/100 Mb/s network, the network alone is the bottleneck, so the RAID 5 write performance hit can't be seen, but you shouldn't be using such a network these days for file accesses, esp. when you're hitting TiB sizes.
Vista and later mitigate some of this by expanding the size of the write requests. RAID 5 also has no negative impact on sequential read speed, which increases that proportionately to the number of drives.
Too bad AMD hasn't yet implemented a write-back cache as Intel has -- this would have solved the RAID 5 write performance issue.