Linux:mdadmReaddDisk: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
mdadm --manage /dev/md127 --re-add /dev/sdb2 | mdadm --manage /dev/md127 --re-add /dev/sdb2 | ||
[ | [[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