On 22/09/16 15:11, Axel Spallek wrote: > The server came up again, but without /dev/md1. > > I had made a Backup, which is 2 days old. Not so bad, because I have the > seafile data on several computers. But to get the RAID back to work > would be better. > > How do I restart the rebuild process with the backup-file? > > This is what I get in the console: > > root@s10:~# cat /proc/mdstat > Personalities : > md1 : inactive sdh1[0](S) sda1[5](S) sdb1[6](S) sdc1[7](S) sdd1[8](S) > sdf1[4](S) sde1[2](S) sdg1[1](S) > 31255059140 blocks super 1.2 > > unused devices: <none> Okay, quick response here. Won't do any damage, might work. Stop and reassemble the array ... mdadm --stop /dev/md1 mdadm --assemble --scan What you describe sounds like something tried to start the array while it was half-assembled. There's a bunch of interactions between udev, systemd, and mdadm, which seem to get badly off-kilter if something hiccups anywhere. My suggestion won't do any harm - it might fix the problem, and it'll give the experts the chance to chime in. Cheers, Wol -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html