From LedHed's Wiki
Jump to: navigation, search
 
(General)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
mdadm is a utility for managing Linux Software RAID Arrays.
+
'''MDADM''' is a utility for managing Linux Software RAID Arrays.<br>
 
+
[http://www.linuxcommand.org/man_pages/mdadm8.html MDADM Command Reference]
  
 
== General ==
 
== General ==
  
Nothing Here Yet.
+
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.