Quick Search Box
Contact an Expert
How to set up RAID 5?
Mechanical devices such as hard drives are widely used for data storage. But when these disks fail, one can also lose data. To overcome this problem, there is RAID 5 providing both data storage and fault tolerance. But to take benefit of RAID, one must first set up RAID 5. Which RAID level do you require?To setup RAID, one must first decide one out of the various RAID levels. Level 5 is preferred by many for its low cost, high fault tolerance and considerably good performance. It does not contain a separate disk for storing the parity information. The parity information is striped with the data on all the disks in the RAID array. It basically consists of at least 3 drives where the data storage capacity is of 2 disks while the rest is used up in parity. If out of these 3 drives, if one fail then the data on the failed drive is extracted by the parity information in the other drives. What hardware is required to set up RAID 5?
Configuration of the adapterThe process to configure RAID adapter will vary according to the adapter and how you set up RAID 5. Although the basic steps for adapter RAID configuration remains almost the same:
By successfully, completing this process one can set up RAID 5. |