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 difference)

Revision as of 02:50, 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

[Category:Linux]