Difference between revisions of "Mdadm - reattaching a removed disk"

From MyWiki
Jump to: navigation, search
Line 1: Line 1:
mdadm --manage /dev/md1 --re-add /dev/diskxx  ( this may not work ) <br>
+
mdadm --manage /dev/md1 --re-add /dev/diskxx  ( this may not work, possibly id device name has chanaged ) <br>
 +
mdadm --manage /dev/md0 --add /dev/sdg1

Revision as of 00:02, 4 May 2015

mdadm --manage /dev/md1 --re-add /dev/diskxx ( this may not work, possibly id device name has chanaged )
mdadm --manage /dev/md0 --add /dev/sdg1