]> git.ipfire.org Git - thirdparty/mdadm.git/blame - mdassemble.8
Stuff like..
[thirdparty/mdadm.git] / mdassemble.8
CommitLineData
ccf44f32 1.\" -*- nroff -*-
f3c7fda6 2.TH MDASSEMBLE 8 "" v2.2
ccf44f32
NB
3.SH NAME
4mdassemble \- assemble MD devices
5.I aka
6Linux Software Raid.
7
8.SH SYNOPSIS
9
10.BI mdassemble
11
12.SH DESCRIPTION
13.B mdassemble
14is a tiny program that can be used to assemble MD devices inside an
15initial ramdisk (initrd) or initramfs, it is meant to replace the in-kernel
16automatic raid detection and activation.
17It can be built statically and linked against lightweight libc alternatives, like
18.B dietlibc,
19.B klibc
20or
21.B uClibc.
22
23.SH USAGE
24Invoking
25.B mdassemble
26has the same effect as invoking
27.B mdadm --assemble --scan.
28
29.SH OPTIONS
30
31There are no options to
32.B mdassemble.
33
34.SH FILES
35
36.SS /etc/mdadm.conf
37
38The config file lists which devices may be scanned to see if
39they contain MD super block, and gives identifying information
40(e.g. UUID) about known MD arrays. See
41.BR mdadm.conf (5)
42for more details.
43
44.B mdassemble
45supports all configuration parameters defined in
46.B mdadm.conf
47with the exception of
48.B auto=
49which is supported only if mdadm was built with the
50.B -DMDASSEMBLE_AUTO
51define.
52
53.SH SEE ALSO
54.PP
55.BR mdadm (8),
56.BR mdadm.conf (5),
57.BR md (4).
58.PP
59.BR diet (1).