|
RAID-0 (Block Interleave Data Striping w/o Parity)
+----------+
| Disk |
|Controller|
+----+-----+
+---------+---------+---------+---------+
| | | | |
+--+--+ +--+--+ +--+--+ +--+--+ +--+--+
|XXXXX| |XXXXX| |XXXXX| |XXXXX| |XXXXX| Block 0
|-----| |-----| |-----| |-----| |-----|
|yyyyy| |zzzzz| | | | | | |
|-----| |-----| |-----| |-----| |-----|
| | | | | | | | | | Block n
+-----+ +-----+ +-----+ +-----+ +-----+
Disk 1 Disk 2 Disk 3 Disk 4 Disk 5
xxxxx = Block belonging to a long file
yyyyy and zzzzz = Blocks belonging to short files
Data striping improves the performance with large files since reads/writes are overlapped
across all disks. However, reliability is decreased as the failure of one disk will result in a complete
failure of the disk subsystem according to the formula:
Mean Time to Failure of a single Disk
Mean Time to Failure = ---------------------------------------
Number of Disks in the array
Please see the LEGAL - Trademark notice.
Feel free - send a for any BUG on this page found - Thank you.