3

[SOLVED] raid1 array missing devices

view full story
linux-howto

https://bbs.archlinux.org – Without really understanding the "spare" concept, I tried the --zero-superblock option as suggested by mdadm, before the --add.  In other words, this...[dave@starbuck misc]$ sudo mdadm --zero-superblock /dev/sdc1 [dave@starbuck misc]$ sudo mdadm /dev/md1 -a /dev/sdc1 mdadm: added /dev/sdc1This starts the syncing process, which took a while on the large partitions, much less time on the smaller ones.To my pleasant surprise, after the sync completed, mdadm made the "spare" into a regular part of the array.So I repeated the process for all the incomplete arrays (I did one (HowTos)