raid-check

tool to administer Linux MD arrays (software RAID)

Install

All systems
curl cmd.cat/raid-check.sh
Debian Debian
apt-get install mdadm
Ubuntu
apt-get install mdadm
Alpine
apk add mdadm
Arch Arch Linux
pacman -S mdadm
image/svg+xml Kali Linux
apt-get install mdadm
CentOS
yum install mdadm
Fedora
dnf install mdadm
Windows (WSL2)
sudo apt-get update sudo apt-get install mdadm
Raspbian
apt-get install mdadm
Docker
docker run cmd.cat/raid-check raid-check powered by Commando

mdadm

tool to administer Linux MD arrays (software RAID)

The mdadm utility can be used to create, manage, and monitor MD (multi-disk) arrays for software RAID or multipath I/O. This package automatically configures mdadm to assemble arrays during the system startup process. If not needed, this functionality can be disabled.