Linux:mdadmReaddDisk: Difference between revisions

From Nigel's Wiki
Jump to navigation Jump to search
(Created page with "If /proc/mdstat shows a disk is missing then it can be readded mdadm --manage /dev/md126 --re-add /dev/sdb1 mdadm --manage /dev/md127 --re-add /dev/sdb2 [Category:Linux]")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
   mdadm --manage /dev/md127 --re-add /dev/sdb2
   mdadm --manage /dev/md127 --re-add /dev/sdb2


[Category:Linux]
[[Category:Linux]]

Latest revision as of 02:51, 15 April 2018

If /proc/mdstat shows a disk is missing then it can be readded


 mdadm --manage /dev/md126 --re-add /dev/sdb1
 mdadm --manage /dev/md127 --re-add /dev/sdb2