mdadm

cat /proc/mdstat
mdadm -E /dev/sda2

mdadm –detail –scan
mdadm –detail /dev/md0
mdadm –add /dev/md0 /dev/sda2

To switch a raid array from read-only mode:
mdadm --readwrite /dev/md0

  • You may use these HTML tags: <a> <abbr> <acronym> <b> <blockquote> <cite> <code> <del> <em> <i> <q> <strike> <strong>

Go to Top