|
Re: Raid?
What drives are you wanting to RAID? Makes and models help. There are different types of RAID setup, for different uses.
For example...
RAID 0-To speed up disk access across multiple disks aggregated as a single storage device
RAID 1-All data is duplicated on a second disk, if one fails the system carries on as normal
RAID 5-Similar to RAID 0, but with extra 'parity' information inbetween, this information is used to recompile the data if one disk fails. Downside is you need 3 disks for 2 disks worth of data most of the time.
|