User's Manual

l Concatenates n disks as one large virtual disk with a capacity of n disks.
l Data fills up the first disk before it is written to the second disk.
l No redundancy data is kept. When a disk fails, the large virtual disk fails.
l No performance gain.
l No redundancy.
Related Information:
l Organizing Data Storage for Availability and Performance
l Controller-supported RAID Levels
l Number of Physical Disks per Virtual Disk
l Maximum Number of Virtual Disks per Controller
RAID Level 0 (Striping)
RAID 0 uses data striping, which is writing data in equal-sized segments across the physical disks. RAID 0 does not provide data redundancy.
Figure 3-2. Striping Disks
RAID 0 Characteristics:
l Groups n disks as one large virtual disk with a capacity of (smallest disk size)*n disks.
l Data is stored to the disks alternately.
l No redundancy data is kept. When a disk fails, the large virtual disk fails with no means of rebuilding the data.
l Better read and write performance.