Mdadm

From Pulsed Media Wiki
Revision as of 12:05, 21 April 2025 by Gallogeta (talk | contribs) (Created page with "== mdadm == '''mdadm''' (''Multiple Device Admin'') is a Linux utility used for managing and creating software RAID arrays. It allows users to build, assemble, monitor, and ma...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

mdadm

mdadm (Multiple Device Admin) is a Linux utility used for managing and creating software RAID arrays. It allows users to build, assemble, monitor, and manage RAID devices without requiring dedicated RAID hardware.

mdadm supports most common RAID levels (RAID 0, 1, 4, 5, 6, 10) and is widely used for software-based redundancy and performance solutions in both servers and personal systems.

Common mdadm Commands

  • mdadm --create — Create a new RAID array
  • mdadm --assemble — Reassemble existing array
  • mdadm --detail — View RAID device status
  • mdadm --monitor — Monitor array and send alerts

See also: RAID