ortega said:
You pretty much got most of the info from that link. the only item not quite correct is the stripe chunk for RAID 0. Lastest RAID cards like 3Ware only have stripes sizes of 64KB, 128KB, 256KB, etc
RAID 0 - uses 2 HDD - Enhance read and write operation but do not have any fault tolerance
RAID 1 - uses 2 HDD - Mirrors each HDD, good only if it's only HDD crash.. not much help if due to power surge damaging both HDD, etc.. ;p So still better to use an external backup.
RAID 5 - Min 3 HDD - Nice to use, can just rebuild array if one of the HDD spoil.. pretty good except that most RAID cards are sold with 2 / 4 / 8 / 16 ports. Might as well get a 4 port and use 4 HDD..
RAID 10 - Min 4 HDD - Striping is used on 2 HDD while the other 2 HDD is used to mirror the first 2 HDD. Gets the best of the functions of RAID 0 and RAID 1 at the expense of your wallet.. lolx :bsmilie: well it's great if you can afford it.
There are several brands of RAID cards out there. 3Ware is one of the popular ones.. 2 Ports SATA RAID cost around S$270, 4 ports around $500 plus, and 8 ports around $1000....
Naturally there are cheaper brands out there, some are not as efficient, some are pretty good.
There are also software RAID, it comes at the expense of your system performance and not reallly reliable.. avoid those.