~ubuntu-branches/ubuntu/dapper/mdadm/dapper

« back to all changes in this revision

Viewing changes to {arch}/++pristine-trees/unlocked/mdadm/mdadm--integration/mdadm--integration--1.12.0/pkg-mdadm-devel@lists.alioth.debian.org--2005/mdadm--integration--1.12.0--patch-4/mdassemble.8

  • Committer: Package Import Robot
  • Author(s): Fabio M. Di Nitto
  • Date: 2005-11-28 07:35:36 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20051128073536-ph8pstb6ams9huk4
Tags: 1.12.0-1ubuntu1
Resyncronize with Debian.

Show diffs side-by-side

added added

removed removed

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