Hello: I have a few md raid1 sets I used in previous openSUSE versions. In my freshly installed Leap 42.2 the raid sets are not assembled automatically at boot, though I have a correct mdadm.conf file. I can manually assemble the sets using mdadm. # cat /proc/mdstat cat: /proc/mdstat: No such file or directory # cat /etc/mdadm.conf DEVICE containers partitions ARRAY /dev/md/pc:6 UUID=21316afe:1a4dd0bf:50911056:88042a7c ARRAY /dev/md/pc:7 UUID=64e23ea9:7dcb9ee2:7bca71bd:248cc5cf # mdadm -E --scan ARRAY /dev/md/6 metadata=1.0 UUID=21316afe:1a4dd0bf:50911056:88042a7c name=pc:6 ARRAY /dev/md/7 metadata=1.0 UUID=64e23ea9:7dcb9ee2:7bca71bd:248cc5cf name=pc:7 # mdadm -A /dev/md6 /dev/sdb6 /dev/sdc6 mdadm: /dev/md6 has been started with 2 drives. # cat /proc/mdstat Personalities : [raid1] md6 : active raid1 sdb6[3] sdc6[2] 20971520 blocks super 1.0 [2/2] [UU] unused devices: <none> How can I start md service in Leap 42.2? Thanks, Istvan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org