Skip to content

This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!


Software RAID

Redundant Array of Inexpensive Disks (RAID) is a technology to combine multiple disks in order to improve their reliability and/or performance. There is hardware RAID, implemented by the controller on your motherboard or specific extension cards, and there is software RAID, implemented by the kernel.

Reference(s)

Table of contents


Software RAID

There is at least 3 ways of doing software RAID:

  1. mdadm
  2. LVM
  3. file systems RAID (e.g. Btrfs, ZFS etc)

Hardware RAID


If this cheat sheet has been useful to you, then please consider leaving a star here.