From LedHed's Wiki
(→General) |
|||
Line 4: | Line 4: | ||
== General == | == General == | ||
− | + | Check the status of an array | |
− | + | cat /proc/mdstat | |
− | + | ||
== Hot Add == | == Hot Add == |
Latest revision as of 19:06, 7 February 2007
MDADM is a utility for managing Linux Software RAID Arrays.
MDADM Command Reference
General
Check the status of an array
cat /proc/mdstat
Hot Add
mdadm --manage /dev/md1 --add /dev/sda2
This adds the sda1 partition to the md1 RAID Array
This category currently contains no pages or media.