RAID Concept

This page will be kept updated.

  • Shorts for Redundant Array of Independent Disk
  • It is the fail-safe mechanism to handle failure of hard disk.

RAID 0

  • No redundancy.
  • If one hard drive fails, then we lose info

image

source

RAID1

  • One redundancy.
  • It is fault tolerant.

image

RAID 5

  • Requires at least 3 hard drives.
  • Parity data is saved, so 1 hard drive failure is fine.

image

  • Parity data is created by the XOR operator.
    • 1010 XOR 1010 –> 0000

image

source

RAID6

  • Requires at least 4 hard drives.
  • Can handle 2 disk failures.

image

RAID10

  • Combination of RAID1 and RAID0.

image

RAID setup hands-on


© 2018. All rights reserved.

Powered by Hydejack v8.5.2