RAID
About RAID Three essential features of RAID are:
mirroring: writing the same data to more than one disk striping: splitting of data to more than one disk parity: extra data is stored to allow problem detection and repair, yielding fault tolerance. Thus, use of RAID can improve both performance and reliability.
mdadm is used to create and manage RAID devices.
Once created, the array name, /dev/mdX, can be used just like any other device, such as /dev/sdb1.