mdadm
mdadm is a Linux utility used to manage software RAID arrays implemented by the kernel's md (multiple device) driver. It provides commands to create, assemble, monitor, and maintain arrays, enabling redundancy and performance without a dedicated hardware RAID controller.
Common operations include creating new arrays, assembling existing ones found on disk, adding or removing member
mdadm supports several RAID layouts, including RAID 0, 1, 4, 5, 6 and 10, as well as
Status and configuration are exposed through the device files /dev/mdX and the proc file /proc/mdstat. The configuration
Administration and monitoring can be performed with commands such as mdadm --detail, mdadm --examine, and mdadm
mdadm is a core part of Linux software RAID and is widely used in servers and desktops.