mdadm: Failed to assemble all arrays

David Andel andel at ifi.uzh.ch
Fri Mar 5 17:47:44 UTC 2010


Funny enough, now after having sterted with Knoppix again I see mdadm.conf
generated by Knoppix just now has changed:

root at Microknoppix:~# cat /etc/mdadm/mdadm.conf 
# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#

# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
DEVICE partitions

# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes

# automatically tag new arrays as belonging to the local system
HOMEHOST <system>

# instruct the monitoring daemon where to send mail alerts
MAILADDR root

# definitions of existing MD arrays
ARRAY /dev/md/0 level=raid1 metadata=1.1 num-devices=2
UUID=4fa2b190:3e71f0d9:a5e9cc80:92e583b9 name=Microknoppix:0
ARRAY /dev/md6 level=raid1 num-devices=2
UUID=70cf4aab:e700f6b4:132783e8:19cdff95
ARRAY /dev/md/1 level=raid1 metadata=1.1 num-devices=2
UUID=59736c1d:b83402c5:0c94ce3b:8c5d48ea name=(none):1
ARRAY /dev/md2 level=raid1 num-devices=2
UUID=eec7971a:c72dcf2e:132783e8:19cdff95
ARRAY /dev/md3 level=raid1 num-devices=2
UUID=76009466:a66f0794:132783e8:19cdff95
ARRAY /dev/md/4 level=raid1 metadata=1.1 num-devices=2
UUID=9dfe0801:2c6b12d4:da192088:787c5a42 name=Microknoppix:4
ARRAY /dev/md5 level=raid1 num-devices=2
UUID=23b65c03:34396f82:132783e8:19cdff95

# This file was auto-generated on Fri, 05 Mar 2010 17:37:38 +0000
# by mkconf $Id$

Of course this one is not used by my native system, but it shows that the
devices 0, 1, and 4 have been built by the new mdadm version running in the
chroot.
And they are called /dev/md/1 instead of /dev/md1 now.
Maybe I should build them this way after break=mountroot...??



More information about the pkg-mdadm-devel mailing list