This Users Manual
Driver CD
2. What Is RAID
RAID - Redundant Array of Independent Disks
RAID technology manages multiple disk drives to enhance I/O performance and provide redundancy in order to withstand the failure of any individual member, without loss of data.
Disk Striping (RAID 0)
Striping is a
Disk Mirroring (RAID 1)
Disk mirroring creates an identical twin for a selected disk by having the data simultaneously written to two disks. This redundancy provides instantaneous protection from a single disk failure. If a read failure occurs on one drive, the system reads the data from the other drive.
Mirrored-Striping (RAID 0+1 also known as RAID 10)
A
Parity RAID (RAID 5)
Parity or RAID 5 adds fault tolerance to Disk Striping by including parity information with the data. Parity RAID dedicates the equivalent of one disk for storing parity stripes. The data and parity information is arranged on the disk array so that parity is written to different disks. There are at least 3 members to a Parity RAID set. The following example
- 4 -