Different levels of RAID
RAID 0 – Striped Disk Array without Fault Tolerance: Provides data striping (spreading out blocks of each file across multiple disk drives) but no redundancy. This improves performance but does not deliver fault tolerance. If one drive fails then all data in the array is lost.
RAID 1 – Mirroring Volume: Provides disk mirroring. Level 1 provides twice the read transaction rate of single disks and the same write transaction rate as single disks.
RAID 5 – Block Interleaved Distributed Parity: Provides data striping at the byte level and also stripe error correction information. This results in excellent performance and good fault tolerance. Level 5 is one of the most popular implementations of RAID.
RAID 10 (or RAID 0+1) – A Mirror of Stripes: Not one of the original RAID levels, two RAID 0 stripes are created, and a RAID 1 mirror is created over them. Used for both replicating and sharing data among disks.
Latest Version
1.0Uploaded by
Manolo Devaras
Requires Android
Android 2.3.2+
Category
Free Tools AppContent Rating
Everyone
Report
Flag as inappropriateLast updated on Dec 27, 2016
This release includes minor bug fixes and general improvements. Update to the latest version for the best experience.