hnzw_rui wrote:bubba wrote:with RAID 3 all the parity info is stored on one disk
I thought that was RAID4?
raid 3 is striped set with byte level parity, all disks write and read as one (this lowers the tolerance for non-identical drives), all parity info is on a single disk. Raid will still function if parity drive fails, but if the another drive fails its down until failed drive is replaced.
raid 4 is striped set is block level parity, disks write and read independent of on another, all parity info is on a single disk. Raid will still function if parity drive fails, but if the another drive fails its down until failed drive is replaced.
raid 5 is striped set with distributed parity, any one drive can fail and the raid will still function with a slight hit to performance until failed drive is replaced. Data can be calculated from the distributed parity
Raid 6 same as raid 5 but can absorb 2 failed drives.
raid 6 is more redundant then raid 5, but raid 6 takes larger drives to get the same usable drive space. Four 1tb drives in raid 6 would get you 2-2.2tb of actual storage space. raid 5 closer to 3tb.
So if pure space is what you are after then run 4 drives straight up, just make sure you have everything on back up disk somewhere. With the raid you can breathe a little easier on data safety, but you will loose space for that safety.
if you really want to get nutty with 8+ drives you can do
0+1 or mirrored stripped sets, drive a/b/c striped (raid 0) then mirrored (raid 1) to drive e/d/f striped (raid 0) set.
1+0 or stripped mirror sets, drive a/b mirrored (raid 1)- c/d mirrored - e/f mirrored then those stripped to a raid 0
10+0 which is two 1+0 raids stripped to yet another raid 0
5+0 is 3 raid 5 sets stripped to a raid 0
6+0 same as a 5+0