Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.1

mdassemble(8)


MDASSEMBLE

MDASSEMBLE

NAME
SYNOPSIS
DESCRIPTION
USAGE
OPTIONS
FILES
SEE ALSO

NAME

mdassemble − assemble MD devices aka Linux Software Raid.

SYNOPSIS

mdassemble

DESCRIPTION

mdassemble is a tiny program that can be used to assemble MD devices inside an initial ramdisk (initrd) or initramfs, it is meant to replace the in-kernel automatic raid detection and activation. It can be built statically and linked against lightweight libc alternatives, like dietlibc, klibc or uClibc.

USAGE

Invoking mdassemble has the same effect as invoking mdadm --assemble --scan.

OPTIONS

There are no options to mdassemble.

FILES

/etc/mdadm.conf
The config file lists which devices may be scanned to see if they contain MD super block, and gives identifying information (e.g. UUID) about known MD arrays. See mdadm.conf(5) for more details.

mdassemble supports all configuration parameters defined in mdadm.conf with the exception of auto= which is supported only if mdadm was built with the -DMDASSEMBLE_AUTO define.

SEE ALSO

mdadm(8), mdadm.conf(5), md(4).

diet(1).



mdassemble(8)