1MDASSEMBLE(8) System Manager's Manual MDASSEMBLE(8)
2
3
4
6 mdassemble - assemble MD devices aka Linux Software Raid.
7
8
10 mdassemble
11
12
14 mdassemble is a tiny program that can be used to assemble MD devices
15 inside an initial ramdisk (initrd) or initramfs, it is meant to replace
16 the in-kernel automatic raid detection and activation. It can be built
17 statically and linked against lightweight libc alternatives, like
18 dietlibc, klibc or uClibc.
19
20
22 Invoking mdassemble has the same effect as invoking mdadm --assemble
23 --scan.
24
25 Invoking mdassemble a second time will make all defined arrays read‐
26 write, this is useful if using the start_ro module parameter.
27
28
30 There are no options to mdassemble.
31
32
34 /etc/mdadm.conf
35 The config file lists which devices may be scanned to see if they con‐
36 tain MD super block, and gives identifying information (e.g. UUID)
37 about known MD arrays. See mdadm.conf(5) for more details.
38
39 mdassemble supports all configuration parameters defined in mdadm.conf
40 with the exception of auto= which is supported only if mdadm was built
41 with the -DMDASSEMBLE_AUTO define.
42
43
45 mdadm(8), mdadm.conf(5), md(4), diet(1).
46
47
48
49v2.6.2 MDASSEMBLE(8)