Users Guide

Concatenates n disks as one large virtual disk with a capacity of n disks.
Data lls up the rst disk before it is written to the second disk.
No redundant data is stored. When a disk fails, the large virtual disk fails.
No performance gain.
No redundancy.
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.
RAID 0 characteristics:
Groups n disks as one large virtual disk with a capacity of (smallest disk size) *n disks.
22
Understanding RAID concepts