DEV Community

Cover image for Mdadm - quick command reference
Julian
Julian

Posted on

3 1

Mdadm - quick command reference

# show sync status
cat /sys/block/md0/md/sync_action

# show sync progress
cat /proc/mdstat

# show details
mdadm --detail /dev/md0

# mark faulty
mdadm /dev/md0 -f /dev/sdc1

# remove drive
mdadm /dev/md0 -r /dev/sdc1

# readd drive
mdadm /dev/md0 -a /dev/sdc1
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more