]> git.ipfire.org Git - thirdparty/mdadm.git/blob - mdadm.8
imsm: fix num_domains
[thirdparty/mdadm.git] / mdadm.8
1 .\" -*- nroff -*-
2 .\" Copyright Neil Brown and others.
3 .\" This program is free software; you can redistribute it and/or modify
4 .\" it under the terms of the GNU General Public License as published by
5 .\" the Free Software Foundation; either version 2 of the License, or
6 .\" (at your option) any later version.
7 .\" See file COPYING in distribution for details.
8 .TH MDADM 8 "" v3.0-rc1
9 .SH NAME
10 mdadm \- manage MD devices
11 .I aka
12 Linux Software RAID
13
14 .SH SYNOPSIS
15
16 .BI mdadm " [mode] <raiddevice> [options] <component-devices>"
17
18 .SH DESCRIPTION
19 RAID devices are virtual devices created from two or more
20 real block devices. This allows multiple devices (typically disk
21 drives or partitions thereof) to be combined into a single device to
22 hold (for example) a single filesystem.
23 Some RAID levels include redundancy and so can survive some degree of
24 device failure.
25
26 Linux Software RAID devices are implemented through the md (Multiple
27 Devices) device driver.
28
29 Currently, Linux supports
30 .B LINEAR
31 md devices,
32 .B RAID0
33 (striping),
34 .B RAID1
35 (mirroring),
36 .BR RAID4 ,
37 .BR RAID5 ,
38 .BR RAID6 ,
39 .BR RAID10 ,
40 .BR MULTIPATH ,
41 .BR FAULTY ,
42 and
43 .BR CONTAINER .
44
45 .B MULTIPATH
46 is not a Software RAID mechanism, but does involve
47 multiple devices:
48 each device is a path to one common physical storage device.
49 New installations should not use md/multipath as it is not well
50 supported and has no ongoing development. Use the Device Mapper based
51 multipath-tools instead.
52
53 .B FAULTY
54 is also not true RAID, and it only involves one device. It
55 provides a layer over a true device that can be used to inject faults.
56
57 .B CONTAINER
58 is different again. A
59 .B CONTAINER
60 is a collection of devices that are
61 managed as a set. This is similar to the set of devices connected to
62 a hardware RAID controller. The set of devices may contain a number
63 of different RAID arrays each utilising some (or all) of the blocks from a
64 number of the devices in the set. For example, two devices in a 5-device set
65 might form a RAID1 using the whole devices. The remaining three might
66 have a RAID5 over the first half of each device, and a RAID0 over the
67 second half.
68
69 With a
70 .BR CONTAINER ,
71 there is one set of metadata that describes all of
72 the arrays in the container. So when
73 .I mdadm
74 creates a
75 .B CONTAINER
76 device, the device just represents the metadata. Other normal arrays (RAID1
77 etc) can be created inside the container.
78
79 .SH MODES
80 mdadm has several major modes of operation:
81 .TP
82 .B Assemble
83 Assemble the components of a previously created
84 array into an active array. Components can be explicitly given
85 or can be searched for.
86 .I mdadm
87 checks that the components
88 do form a bona fide array, and can, on request, fiddle superblock
89 information so as to assemble a faulty array.
90
91 .TP
92 .B Build
93 Build an array that doesn't have per-device superblocks. For these
94 sorts of arrays,
95 .I mdadm
96 cannot differentiate between initial creation and subsequent assembly
97 of an array. It also cannot perform any checks that appropriate
98 components have been requested. Because of this, the
99 .B Build
100 mode should only be used together with a complete understanding of
101 what you are doing.
102
103 .TP
104 .B Create
105 Create a new array with per-device superblocks.
106 .\"It can progress
107 .\"in several step create-add-add-run or it can all happen with one command.
108
109 .TP
110 .B "Follow or Monitor"
111 Monitor one or more md devices and act on any state changes. This is
112 only meaningful for raid1, 4, 5, 6, 10 or multipath arrays, as
113 only these have interesting state. raid0 or linear never have
114 missing, spare, or failed drives, so there is nothing to monitor.
115
116 .TP
117 .B "Grow"
118 Grow (or shrink) an array, or otherwise reshape it in some way.
119 Currently supported growth options including changing the active size
120 of component devices and changing the number of active devices in RAID
121 levels 1/4/5/6, as well as adding or removing a write-intent bitmap.
122
123 .TP
124 .B "Incremental Assembly"
125 Add a single device to an appropriate array. If the addition of the
126 device makes the array runnable, the array will be started.
127 This provides a convenient interface to a
128 .I hot-plug
129 system. As each device is detected,
130 .I mdadm
131 has a chance to include it in some array as appropriate.
132
133 If a
134 .B CONTAINER
135 is passed to
136 .I mdadm
137 in this mode, then any arrays within that container will be assembled
138 and started.
139
140 .TP
141 .B Manage
142 This is for doing things to specific components of an array such as
143 adding new spares and removing faulty devices.
144
145 .TP
146 .B Misc
147 This is an 'everything else' mode that supports operations on active
148 arrays, operations on component devices such as erasing old superblocks, and
149 information gathering operations.
150 .\"This mode allows operations on independent devices such as examine MD
151 .\"superblocks, erasing old superblocks and stopping active arrays.
152
153 .TP
154 .B Auto-detect
155 This mode does not act on a specific device or array, but rather it
156 requests the Linux Kernel to activate any auto-detected arrays.
157 .SH OPTIONS
158
159 .SH Options for selecting a mode are:
160
161 .TP
162 .BR \-A ", " \-\-assemble
163 Assemble a pre-existing array.
164
165 .TP
166 .BR \-B ", " \-\-build
167 Build a legacy array without superblocks.
168
169 .TP
170 .BR \-C ", " \-\-create
171 Create a new array.
172
173 .TP
174 .BR \-F ", " \-\-follow ", " \-\-monitor
175 Select
176 .B Monitor
177 mode.
178
179 .TP
180 .BR \-G ", " \-\-grow
181 Change the size or shape of an active array.
182
183 .TP
184 .BR \-I ", " \-\-incremental
185 Add a single device into an appropriate array, and possibly start the array.
186
187 .TP
188 .B \-\-auto-detect
189 Request that the kernel starts any auto-detected arrays. This can only
190 work if
191 .I md
192 is compiled into the kernel \(em not if it is a module.
193 Arrays can be auto-detected by the kernel if all the components are in
194 primary MS-DOS partitions with partition type
195 .BR FD .
196 In-kernel autodetect is not recommended for new installations. Using
197 .I mdadm
198 to detect and assemble arrays \(em possibly in an
199 .I initrd
200 \(em is substantially more flexible and should be preferred.
201
202 .P
203 If a device is given before any options, or if the first option is
204 .BR \-\-add ,
205 .BR \-\-fail ,
206 or
207 .BR \-\-remove ,
208 then the MANAGE mode is assume.
209 Anything other than these will cause the
210 .B Misc
211 mode to be assumed.
212
213 .SH Options that are not mode-specific are:
214
215 .TP
216 .BR \-h ", " \-\-help
217 Display general help message or, after one of the above options, a
218 mode-specific help message.
219
220 .TP
221 .B \-\-help\-options
222 Display more detailed help about command line parsing and some commonly
223 used options.
224
225 .TP
226 .BR \-V ", " \-\-version
227 Print version information for mdadm.
228
229 .TP
230 .BR \-v ", " \-\-verbose
231 Be more verbose about what is happening. This can be used twice to be
232 extra-verbose.
233 The extra verbosity currently only affects
234 .B \-\-detail \-\-scan
235 and
236 .BR "\-\-examine \-\-scan" .
237
238 .TP
239 .BR \-q ", " \-\-quiet
240 Avoid printing purely informative messages. With this,
241 .I mdadm
242 will be silent unless there is something really important to report.
243
244 .TP
245 .BR \-b ", " \-\-brief
246 Be less verbose. This is used with
247 .B \-\-detail
248 and
249 .BR \-\-examine .
250 Using
251 .B \-\-brief
252 with
253 .B \-\-verbose
254 gives an intermediate level of verbosity.
255
256 .TP
257 .BR \-f ", " \-\-force
258 Be more forceful about certain operations. See the various modes for
259 the exact meaning of this option in different contexts.
260
261 .TP
262 .BR \-c ", " \-\-config=
263 Specify the config file. Default is to use
264 .BR /etc/mdadm.conf ,
265 or if that is missing then
266 .BR /etc/mdadm/mdadm.conf .
267 If the config file given is
268 .B "partitions"
269 then nothing will be read, but
270 .I mdadm
271 will act as though the config file contained exactly
272 .B "DEVICE partitions containers"
273 and will read
274 .B /proc/partitions
275 to find a list of devices to scan, and
276 .B /proc/mdstat
277 to find a list of containers to examine.
278 If the word
279 .B "none"
280 is given for the config file, then
281 .I mdadm
282 will act as though the config file were empty.
283
284 .TP
285 .BR \-s ", " \-\-scan
286 Scan config file or
287 .B /proc/mdstat
288 for missing information.
289 In general, this option gives
290 .I mdadm
291 permission to get any missing information (like component devices,
292 array devices, array identities, and alert destination) from the
293 configuration file (see previous option);
294 one exception is MISC mode when using
295 .B \-\-detail
296 or
297 .B \-\-stop,
298 in which case
299 .B \-\-scan
300 says to get a list of array devices from
301 .BR /proc/mdstat .
302
303 .TP
304 .B \-e ", " \-\-metadata=
305 Declare the style of superblock (raid metadata) to be used. The
306 default is 0.90 for
307 .BR \-\-create ,
308 and to guess for other operations.
309 The default can be overridden by setting the
310 .B metadata
311 value for the
312 .B CREATE
313 keyword in
314 .BR mdadm.conf .
315
316 Options are:
317 .RS
318 .IP "0, 0.90, default"
319 Use the original 0.90 format superblock. This format limits arrays to
320 28 component devices and limits component devices of levels 1 and
321 greater to 2 terabytes.
322 .IP "1, 1.0, 1.1, 1.2"
323 Use the new version-1 format superblock. This has few restrictions.
324 The different sub-versions store the superblock at different locations
325 on the device, either at the end (for 1.0), at the start (for 1.1) or
326 4K from the start (for 1.2).
327 .IP ddf
328 Use the "Industry Standard" DDF (Disk Data Format) format. When
329 creating a DDF array a
330 .B CONTAINER
331 will be created, and normal arrays can be created in that container.
332 .IP imsm
333 Use the Intel(R) Matrix Storage Manager metadata format. This creates a
334 .B CONTAINER
335 which is managed in a similar manner to DDF, and is supported by an
336 option-rom on some platforms:
337 .IP
338 .B http://www.intel.com/design/chipsets/matrixstorage_sb.htm
339 .PP
340 .RE
341
342 .TP
343 .B \-\-homehost=
344 This will override any
345 .B HOMEHOST
346 setting in the config file and provides the identity of the host which
347 should be considered the home for any arrays.
348
349 When creating an array, the
350 .B homehost
351 will be recorded in the superblock. For version-1 superblocks, it will
352 be prefixed to the array name. For version-0.90 superblocks, part of
353 the SHA1 hash of the hostname will be stored in the later half of the
354 UUID.
355
356 When reporting information about an array, any array which is tagged
357 for the given homehost will be reported as such.
358
359 When using Auto-Assemble, only arrays tagged for the given homehost
360 will be allowed to use 'local' names (i.e. not ending in '_' followed
361 by a digit string).
362
363 .SH For create, build, or grow:
364
365 .TP
366 .BR \-n ", " \-\-raid\-devices=
367 Specify the number of active devices in the array. This, plus the
368 number of spare devices (see below) must equal the number of
369 .I component-devices
370 (including "\fBmissing\fP" devices)
371 that are listed on the command line for
372 .BR \-\-create .
373 Setting a value of 1 is probably
374 a mistake and so requires that
375 .B \-\-force
376 be specified first. A value of 1 will then be allowed for linear,
377 multipath, raid0 and raid1. It is never allowed for raid4 or raid5.
378 .br
379 This number can only be changed using
380 .B \-\-grow
381 for RAID1, RAID5 and RAID6 arrays, and only on kernels which provide
382 necessary support.
383
384 .TP
385 .BR \-x ", " \-\-spare\-devices=
386 Specify the number of spare (eXtra) devices in the initial array.
387 Spares can also be added
388 and removed later. The number of component devices listed
389 on the command line must equal the number of raid devices plus the
390 number of spare devices.
391
392
393 .TP
394 .BR \-z ", " \-\-size=
395 Amount (in Kibibytes) of space to use from each drive in RAID level 1/4/5/6.
396 This must be a multiple of the chunk size, and must leave about 128Kb
397 of space at the end of the drive for the RAID superblock.
398 If this is not specified
399 (as it normally is not) the smallest drive (or partition) sets the
400 size, though if there is a variance among the drives of greater than 1%, a warning is
401 issued.
402
403 This value can be set with
404 .B \-\-grow
405 for RAID level 1/4/5/6. If the array was created with a size smaller
406 than the currently active drives, the extra space can be accessed
407 using
408 .BR \-\-grow .
409 The size can be given as
410 .B max
411 which means to choose the largest size that fits on all current drives.
412
413 This value can not be used with
414 .B CONTAINER
415 metadata such as DDF and IMSM.
416
417 .TP
418 .BR \-c ", " \-\-chunk=
419 Specify chunk size of kibibytes. The default is 64.
420
421 .TP
422 .BR \-\-rounding=
423 Specify rounding factor for linear array (==chunk size)
424
425 .TP
426 .BR \-l ", " \-\-level=
427 Set raid level. When used with
428 .BR \-\-create ,
429 options are: linear, raid0, 0, stripe, raid1, 1, mirror, raid4, 4,
430 raid5, 5, raid6, 6, raid10, 10, multipath, mp, faulty, container.
431 Obviously some of these are synonymous.
432
433 When a
434 .B CONTAINER
435 metadata type is requested, only the
436 .B container
437 level is permitted, and it does not need to be explicitly given.
438
439 When used with
440 .BR \-\-build ,
441 only linear, stripe, raid0, 0, raid1, multipath, mp, and faulty are valid.
442
443 Not yet supported with
444 .BR \-\-grow .
445
446 .TP
447 .BR \-p ", " \-\-layout=
448 This option configures the fine details of data layout for raid5,
449 and raid10 arrays, and controls the failure modes for
450 .IR faulty .
451
452 The layout of the raid5 parity block can be one of
453 .BR left\-asymmetric ,
454 .BR left\-symmetric ,
455 .BR right\-asymmetric ,
456 .BR right\-symmetric ,
457 .BR la ", " ra ", " ls ", " rs .
458 The default is
459 .BR left\-symmetric .
460
461 When setting the failure mode for level
462 .I faulty,
463 the options are:
464 .BR write\-transient ", " wt ,
465 .BR read\-transient ", " rt ,
466 .BR write\-persistent ", " wp ,
467 .BR read\-persistent ", " rp ,
468 .BR write\-all ,
469 .BR read\-fixable ", " rf ,
470 .BR clear ", " flush ", " none .
471
472 Each failure mode can be followed by a number, which is used as a period
473 between fault generation. Without a number, the fault is generated
474 once on the first relevant request. With a number, the fault will be
475 generated after that many requests, and will continue to be generated
476 every time the period elapses.
477
478 Multiple failure modes can be current simultaneously by using the
479 .B \-\-grow
480 option to set subsequent failure modes.
481
482 "clear" or "none" will remove any pending or periodic failure modes,
483 and "flush" will clear any persistent faults.
484
485 To set the parity with
486 .BR \-\-grow ,
487 the level of the array ("faulty")
488 must be specified before the fault mode is specified.
489
490 Finally, the layout options for RAID10 are one of 'n', 'o' or 'f' followed
491 by a small number. The default is 'n2'. The supported options are:
492
493 .I 'n'
494 signals 'near' copies. Multiple copies of one data block are at
495 similar offsets in different devices.
496
497 .I 'o'
498 signals 'offset' copies. Rather than the chunks being duplicated
499 within a stripe, whole stripes are duplicated but are rotated by one
500 device so duplicate blocks are on different devices. Thus subsequent
501 copies of a block are in the next drive, and are one chunk further
502 down.
503
504 .I 'f'
505 signals 'far' copies
506 (multiple copies have very different offsets).
507 See md(4) for more detail about 'near' and 'far'.
508
509 The number is the number of copies of each datablock. 2 is normal, 3
510 can be useful. This number can be at most equal to the number of
511 devices in the array. It does not need to divide evenly into that
512 number (e.g. it is perfectly legal to have an 'n2' layout for an array
513 with an odd number of devices).
514
515 .TP
516 .BR \-\-parity=
517 same as
518 .B \-\-layout
519 (thus explaining the p of
520 .BR \-p ).
521
522 .TP
523 .BR \-b ", " \-\-bitmap=
524 Specify a file to store a write-intent bitmap in. The file should not
525 exist unless
526 .B \-\-force
527 is also given. The same file should be provided
528 when assembling the array. If the word
529 .B "internal"
530 is given, then the bitmap is stored with the metadata on the array,
531 and so is replicated on all devices. If the word
532 .B "none"
533 is given with
534 .B \-\-grow
535 mode, then any bitmap that is present is removed.
536
537 To help catch typing errors, the filename must contain at least one
538 slash ('/') if it is a real file (not 'internal' or 'none').
539
540 Note: external bitmaps are only known to work on ext2 and ext3.
541 Storing bitmap files on other filesystems may result in serious problems.
542
543 .TP
544 .BR \-\-bitmap\-chunk=
545 Set the chunksize of the bitmap. Each bit corresponds to that many
546 Kilobytes of storage.
547 When using a file based bitmap, the default is to use the smallest
548 size that is at-least 4 and requires no more than 2^21 chunks.
549 When using an
550 .B internal
551 bitmap, the chunksize is automatically determined to make best use of
552 available space.
553
554
555 .TP
556 .BR \-W ", " \-\-write\-mostly
557 subsequent devices lists in a
558 .BR \-\-build ,
559 .BR \-\-create ,
560 or
561 .B \-\-add
562 command will be flagged as 'write-mostly'. This is valid for RAID1
563 only and means that the 'md' driver will avoid reading from these
564 devices if at all possible. This can be useful if mirroring over a
565 slow link.
566
567 .TP
568 .BR \-\-write\-behind=
569 Specify that write-behind mode should be enabled (valid for RAID1
570 only). If an argument is specified, it will set the maximum number
571 of outstanding writes allowed. The default value is 256.
572 A write-intent bitmap is required in order to use write-behind
573 mode, and write-behind is only attempted on drives marked as
574 .IR write-mostly .
575
576 .TP
577 .BR \-\-assume\-clean
578 Tell
579 .I mdadm
580 that the array pre-existed and is known to be clean. It can be useful
581 when trying to recover from a major failure as you can be sure that no
582 data will be affected unless you actually write to the array. It can
583 also be used when creating a RAID1 or RAID10 if you want to avoid the
584 initial resync, however this practice \(em while normally safe \(em is not
585 recommended. Use this only if you really know what you are doing.
586
587 .TP
588 .BR \-\-backup\-file=
589 This is needed when
590 .B \-\-grow
591 is used to increase the number of
592 raid-devices in a RAID5 if there are no spare devices available.
593 See the section below on RAID_DEVICE CHANGES. The file should be
594 stored on a separate device, not on the raid array being reshaped.
595
596 .TP
597 .BR \-N ", " \-\-name=
598 Set a
599 .B name
600 for the array. This is currently only effective when creating an
601 array with a version-1 superblock. The name is a simple textual
602 string that can be used to identify array components when assembling.
603
604 .TP
605 .BR \-R ", " \-\-run
606 Insist that
607 .I mdadm
608 run the array, even if some of the components
609 appear to be active in another array or filesystem. Normally
610 .I mdadm
611 will ask for confirmation before including such components in an
612 array. This option causes that question to be suppressed.
613
614 .TP
615 .BR \-f ", " \-\-force
616 Insist that
617 .I mdadm
618 accept the geometry and layout specified without question. Normally
619 .I mdadm
620 will not allow creation of an array with only one device, and will try
621 to create a raid5 array with one missing drive (as this makes the
622 initial resync work faster). With
623 .BR \-\-force ,
624 .I mdadm
625 will not try to be so clever.
626
627 .TP
628 .BR \-a ", " "\-\-auto{=yes,md,mdp,part,p}{NN}"
629 Instruct mdadm how to create the device file if needed, possibly allocating
630 an unused minor number. "md" causes a non-partitionable array
631 to be used (though since Linux 2.6.28, these array devices are in fact
632 partitionable). "mdp", "part" or "p" causes a partitionable array (2.6 and
633 later) to be used. "yes" requires the named md device to have
634 a 'standard' format, and the type and minor number will be determined
635 from this. With mdadm 3.0, device creation is normally left up to
636 .I udev
637 so this option is unlikely to be needed.
638 See DEVICE NAMES below.
639
640 The argument can also come immediately after
641 "\-a". e.g. "\-ap".
642
643 If
644 .B \-\-auto
645 is not given on the command line or in the config file, then
646 the default will be
647 .BR \-\-auto=yes .
648
649 If
650 .B \-\-scan
651 is also given, then any
652 .I auto=
653 entries in the config file will override the
654 .B \-\-auto
655 instruction given on the command line.
656
657 For partitionable arrays,
658 .I mdadm
659 will create the device file for the whole array and for the first 4
660 partitions. A different number of partitions can be specified at the
661 end of this option (e.g.
662 .BR \-\-auto=p7 ).
663 If the device name ends with a digit, the partition names add a 'p',
664 and a number, e.g. "/dev/md/home1p3". If there is no
665 trailing digit, then the partition names just have a number added,
666 e.g. "/dev/md/scratch3".
667
668 If the md device name is in a 'standard' format as described in DEVICE
669 NAMES, then it will be created, if necessary, with the appropriate
670 number based on that name. If the device name is not in one of these
671 formats, then a unused minor number will be allocated. The minor
672 number will be considered unused if there is no active array for that
673 number, and there is no entry in /dev for that number and with a
674 non-standard name. Name that are not in 'standard' format are only
675 allowed in "/dev/md/".
676
677 \".TP
678 \".BR \-\-symlink = no
679 \"Normally when
680 \".B \-\-auto
681 \"causes
682 \".I mdadm
683 \"to create devices in
684 \".B /dev/md/
685 \"it will also create symlinks from
686 \".B /dev/
687 \"with names starting with
688 \".B md
689 \"or
690 \".BR md_ .
691 \"Use
692 \".B \-\-symlink=no
693 \"to suppress this, or
694 \".B \-\-symlink=yes
695 \"to enforce this even if it is suppressing
696 \".IR mdadm.conf .
697 \"
698
699 .SH For assemble:
700
701 .TP
702 .BR \-u ", " \-\-uuid=
703 uuid of array to assemble. Devices which don't have this uuid are
704 excluded
705
706 .TP
707 .BR \-m ", " \-\-super\-minor=
708 Minor number of device that array was created for. Devices which
709 don't have this minor number are excluded. If you create an array as
710 /dev/md1, then all superblocks will contain the minor number 1, even if
711 the array is later assembled as /dev/md2.
712
713 Giving the literal word "dev" for
714 .B \-\-super\-minor
715 will cause
716 .I mdadm
717 to use the minor number of the md device that is being assembled.
718 e.g. when assembling
719 .BR /dev/md0 ,
720 .B \-\-super\-minor=dev
721 will look for super blocks with a minor number of 0.
722
723 .TP
724 .BR \-N ", " \-\-name=
725 Specify the name of the array to assemble. This must be the name
726 that was specified when creating the array. It must either match
727 the name stored in the superblock exactly, or it must match
728 with the current
729 .I homehost
730 prefixed to the start of the given name.
731
732 .TP
733 .BR \-f ", " \-\-force
734 Assemble the array even if some superblocks appear out-of-date
735
736 .TP
737 .BR \-R ", " \-\-run
738 Attempt to start the array even if fewer drives were given than were
739 present last time the array was active. Normally if not all the
740 expected drives are found and
741 .B \-\-scan
742 is not used, then the array will be assembled but not started.
743 With
744 .B \-\-run
745 an attempt will be made to start it anyway.
746
747 .TP
748 .B \-\-no\-degraded
749 This is the reverse of
750 .B \-\-run
751 in that it inhibits the startup of array unless all expected drives
752 are present. This is only needed with
753 .B \-\-scan,
754 and can be used if the physical connections to devices are
755 not as reliable as you would like.
756
757 .TP
758 .BR \-a ", " "\-\-auto{=no,yes,md,mdp,part}"
759 See this option under Create and Build options.
760
761 .TP
762 .BR \-b ", " \-\-bitmap=
763 Specify the bitmap file that was given when the array was created. If
764 an array has an
765 .B internal
766 bitmap, there is no need to specify this when assembling the array.
767
768 .TP
769 .BR \-\-backup\-file=
770 If
771 .B \-\-backup\-file
772 was used to grow the number of raid-devices in a RAID5, and the system
773 crashed during the critical section, then the same
774 .B \-\-backup\-file
775 must be presented to
776 .B \-\-assemble
777 to allow possibly corrupted data to be restored.
778
779 .TP
780 .BR \-U ", " \-\-update=
781 Update the superblock on each device while assembling the array. The
782 argument given to this flag can be one of
783 .BR sparc2.2 ,
784 .BR summaries ,
785 .BR uuid ,
786 .BR name ,
787 .BR homehost ,
788 .BR resync ,
789 .BR byteorder ,
790 .BR devicesize ,
791 or
792 .BR super\-minor .
793
794 The
795 .B sparc2.2
796 option will adjust the superblock of an array what was created on a Sparc
797 machine running a patched 2.2 Linux kernel. This kernel got the
798 alignment of part of the superblock wrong. You can use the
799 .B "\-\-examine \-\-sparc2.2"
800 option to
801 .I mdadm
802 to see what effect this would have.
803
804 The
805 .B super\-minor
806 option will update the
807 .B "preferred minor"
808 field on each superblock to match the minor number of the array being
809 assembled.
810 This can be useful if
811 .B \-\-examine
812 reports a different "Preferred Minor" to
813 .BR \-\-detail .
814 In some cases this update will be performed automatically
815 by the kernel driver. In particular the update happens automatically
816 at the first write to an array with redundancy (RAID level 1 or
817 greater) on a 2.6 (or later) kernel.
818
819 The
820 .B uuid
821 option will change the uuid of the array. If a UUID is given with the
822 .B \-\-uuid
823 option that UUID will be used as a new UUID and will
824 .B NOT
825 be used to help identify the devices in the array.
826 If no
827 .B \-\-uuid
828 is given, a random UUID is chosen.
829
830 The
831 .B name
832 option will change the
833 .I name
834 of the array as stored in the superblock. This is only supported for
835 version-1 superblocks.
836
837 The
838 .B homehost
839 option will change the
840 .I homehost
841 as recorded in the superblock. For version-0 superblocks, this is the
842 same as updating the UUID.
843 For version-1 superblocks, this involves updating the name.
844
845 The
846 .B resync
847 option will cause the array to be marked
848 .I dirty
849 meaning that any redundancy in the array (e.g. parity for raid5,
850 copies for raid1) may be incorrect. This will cause the raid system
851 to perform a "resync" pass to make sure that all redundant information
852 is correct.
853
854 The
855 .B byteorder
856 option allows arrays to be moved between machines with different
857 byte-order.
858 When assembling such an array for the first time after a move, giving
859 .B "\-\-update=byteorder"
860 will cause
861 .I mdadm
862 to expect superblocks to have their byteorder reversed, and will
863 correct that order before assembling the array. This is only valid
864 with original (Version 0.90) superblocks.
865
866 The
867 .B summaries
868 option will correct the summaries in the superblock. That is the
869 counts of total, working, active, failed, and spare devices.
870
871 The
872 .B devicesize
873 will rarely be of use. It applies to version 1.1 and 1.2 metadata
874 only (where the metadata is at the start of the device) and is only
875 useful when the component device has changed size (typically become
876 larger). The version 1 metadata records the amount of the device that
877 can be used to store data, so if a device in a version 1.1 or 1.2
878 array becomes larger, the metadata will still be visible, but the
879 extra space will not. In this case it might be useful to assemble the
880 array with
881 .BR \-\-update=devicesize .
882 This will cause
883 .I mdadm
884 to determine the maximum usable amount of space on each device and
885 update the relevant field in the metadata.
886
887 .TP
888 .B \-\-auto\-update\-homehost
889 This flag is only meaningful with auto-assembly (see discussion below).
890 In that situation, if no suitable arrays are found for this homehost,
891 .I mdadm
892 will rescan for any arrays at all and will assemble them and update the
893 homehost to match the current host.
894
895 .SH For Manage mode:
896
897 .TP
898 .BR \-a ", " \-\-add
899 hot-add listed devices.
900
901 .TP
902 .BR \-\-re\-add
903 re-add a device that was recently removed from an array.
904
905 .TP
906 .BR \-r ", " \-\-remove
907 remove listed devices. They must not be active. i.e. they should
908 be failed or spare devices. As well as the name of a device file
909 (e.g.
910 .BR /dev/sda1 )
911 the words
912 .B failed
913 and
914 .B detached
915 can be given to
916 .BR \-\-remove .
917 The first causes all failed device to be removed. The second causes
918 any device which is no longer connected to the system (i.e an 'open'
919 returns
920 .BR ENXIO )
921 to be removed. This will only succeed for devices that are spares or
922 have already been marked as failed.
923
924 .TP
925 .BR \-f ", " \-\-fail
926 mark listed devices as faulty.
927 As well as the name of a device file, the word
928 .B detached
929 can be given. This will cause any device that has been detached from
930 the system to be marked as failed. It can then be removed.
931
932 .TP
933 .BR \-\-set\-faulty
934 same as
935 .BR \-\-fail .
936
937 .TP
938 .BR \-\-write\-mostly
939 Subsequent devices that are added or re-added will have the 'write-mostly'
940 flag set. This is only valid for RAID! and means that the 'md' driver
941 will avoid reading from these devices if possible.
942 .TP
943 .BR \-\-readwrite
944 Subsequent devices that are added or re-added will have the 'write-mostly'
945 flag cleared.
946
947
948 .P
949 Each of these options require that the first device listed is the array
950 to be acted upon, and the remainder are component devices to be added,
951 removed, or marked as faulty. Several different operations can be
952 specified for different devices, e.g.
953 .in +5
954 mdadm /dev/md0 \-\-add /dev/sda1 \-\-fail /dev/sdb1 \-\-remove /dev/sdb1
955 .in -5
956 Each operation applies to all devices listed until the next
957 operation.
958
959 If an array is using a write-intent bitmap, then devices which have
960 been removed can be re-added in a way that avoids a full
961 reconstruction but instead just updates the blocks that have changed
962 since the device was removed. For arrays with persistent metadata
963 (superblocks) this is done automatically. For arrays created with
964 .B \-\-build
965 mdadm needs to be told that this device we removed recently with
966 .BR \-\-re\-add .
967
968 Devices can only be removed from an array if they are not in active
969 use, i.e. that must be spares or failed devices. To remove an active
970 device, it must first be marked as
971 .B faulty.
972
973 .SH For Misc mode:
974
975 .TP
976 .BR \-Q ", " \-\-query
977 Examine a device to see
978 (1) if it is an md device and (2) if it is a component of an md
979 array.
980 Information about what is discovered is presented.
981
982 .TP
983 .BR \-D ", " \-\-detail
984 Print detail of one or more md devices.
985
986 .TP
987 .BR \-\-detail\-platform
988 Print detail of the platform's raid capabilities (firmware / hardware
989 topology) for a given metadata format.
990
991 .TP
992 .BR \-Y ", " \-\-export
993 When used with
994 .B \-\-detail
995 or
996 .BR \-\-examine ,
997 output will be formatted as
998 .B key=value
999 pairs for easy import into the environment.
1000
1001 .TP
1002 .BR \-E ", " \-\-examine
1003 Print content of md superblock on device(s).
1004 .TP
1005 .B \-\-sparc2.2
1006 If an array was created on a 2.2 Linux kernel patched with RAID
1007 support, the superblock will have been created incorrectly, or at
1008 least incompatibly with 2.4 and later kernels. Using the
1009 .B \-\-sparc2.2
1010 flag with
1011 .B \-\-examine
1012 will fix the superblock before displaying it. If this appears to do
1013 the right thing, then the array can be successfully assembled using
1014 .BR "\-\-assemble \-\-update=sparc2.2" .
1015
1016 .TP
1017 .BR \-X ", " \-\-examine\-bitmap
1018 Report information about a bitmap file.
1019 The argument is either an external bitmap file or an array component
1020 in case of an internal bitmap.
1021
1022 .TP
1023 .BR \-R ", " \-\-run
1024 start a partially built array.
1025
1026 .TP
1027 .BR \-S ", " \-\-stop
1028 deactivate array, releasing all resources.
1029
1030 .TP
1031 .BR \-o ", " \-\-readonly
1032 mark array as readonly.
1033
1034 .TP
1035 .BR \-w ", " \-\-readwrite
1036 mark array as readwrite.
1037
1038 .TP
1039 .B \-\-zero\-superblock
1040 If the device contains a valid md superblock, the block is
1041 overwritten with zeros. With
1042 .B \-\-force
1043 the block where the superblock would be is overwritten even if it
1044 doesn't appear to be valid.
1045
1046 .TP
1047 .BR \-t ", " \-\-test
1048 When used with
1049 .BR \-\-detail ,
1050 the exit status of
1051 .I mdadm
1052 is set to reflect the status of the device.
1053
1054 .TP
1055 .BR \-W ", " \-\-wait
1056 For each md device given, wait for any resync, recovery, or reshape
1057 activity to finish before returning.
1058 .I mdadm
1059 will return with success if it actually waited for every device
1060 listed, otherwise it will return failure.
1061
1062 .TP
1063 .BR \-\-wait\-clean
1064 For each md device given, or each device in /proc/mdstat if
1065 .B \-\-scan
1066 is given, arrange for the array to be marked clean as soon as possible.
1067 Also, quiesce resync so that the monitor for external metadata arrays
1068 (mdmon) has an opportunity to checkpoint the resync position.
1069 .I mdadm
1070 will return with success if the array uses external metadata and we
1071 successfully waited. For native arrays this returns immediately as the
1072 kernel handles both dirty-clean transitions and resync checkpointing in
1073 the kernel at shutdown. No action is taken if safe-mode handling is
1074 disabled.
1075
1076 .SH For Incremental Assembly mode:
1077 .TP
1078 .BR \-\-rebuild\-map ", " \-r
1079 Rebuild the map file
1080 .RB ( /var/run/mdadm/map )
1081 that
1082 .I mdadm
1083 uses to help track which arrays are currently being assembled.
1084
1085 .TP
1086 .BR \-\-run ", " \-R
1087 Run any array assembled as soon as a minimal number of devices are
1088 available, rather than waiting until all expected devices are present.
1089
1090 .TP
1091 .B \-\-no\-degraded
1092 This allows the hot-plug system to prevent arrays from running when it knows
1093 that more disks may arrive later in the discovery process.
1094
1095 .TP
1096 .BR \-\-scan ", " \-s
1097 Only meaningful with
1098 .B \-R
1099 this will scan the
1100 .B map
1101 file for arrays that are being incrementally assembled and will try to
1102 start any that are not already started. If any such array is listed
1103 in
1104 .B mdadm.conf
1105 as requiring an external bitmap, that bitmap will be attached first.
1106
1107 .SH For Monitor mode:
1108 .TP
1109 .BR \-m ", " \-\-mail
1110 Give a mail address to send alerts to.
1111
1112 .TP
1113 .BR \-p ", " \-\-program ", " \-\-alert
1114 Give a program to be run whenever an event is detected.
1115
1116 .TP
1117 .BR \-y ", " \-\-syslog
1118 Cause all events to be reported through 'syslog'. The messages have
1119 facility of 'daemon' and varying priorities.
1120
1121 .TP
1122 .BR \-d ", " \-\-delay
1123 Give a delay in seconds.
1124 .I mdadm
1125 polls the md arrays and then waits this many seconds before polling
1126 again. The default is 60 seconds.
1127
1128 .TP
1129 .BR \-f ", " \-\-daemonise
1130 Tell
1131 .I mdadm
1132 to run as a background daemon if it decides to monitor anything. This
1133 causes it to fork and run in the child, and to disconnect form the
1134 terminal. The process id of the child is written to stdout.
1135 This is useful with
1136 .B \-\-scan
1137 which will only continue monitoring if a mail address or alert program
1138 is found in the config file.
1139
1140 .TP
1141 .BR \-i ", " \-\-pid\-file
1142 When
1143 .I mdadm
1144 is running in daemon mode, write the pid of the daemon process to
1145 the specified file, instead of printing it on standard output.
1146
1147 .TP
1148 .BR \-1 ", " \-\-oneshot
1149 Check arrays only once. This will generate
1150 .B NewArray
1151 events and more significantly
1152 .B DegradedArray
1153 and
1154 .B SparesMissing
1155 events. Running
1156 .in +5
1157 .B " mdadm \-\-monitor \-\-scan \-1"
1158 .in -5
1159 from a cron script will ensure regular notification of any degraded arrays.
1160
1161 .TP
1162 .BR \-t ", " \-\-test
1163 Generate a
1164 .B TestMessage
1165 alert for every array found at startup. This alert gets mailed and
1166 passed to the alert program. This can be used for testing that alert
1167 message do get through successfully.
1168
1169 .SH ASSEMBLE MODE
1170
1171 .HP 12
1172 Usage:
1173 .B mdadm \-\-assemble
1174 .I md-device options-and-component-devices...
1175 .HP 12
1176 Usage:
1177 .B mdadm \-\-assemble \-\-scan
1178 .I md-devices-and-options...
1179 .HP 12
1180 Usage:
1181 .B mdadm \-\-assemble \-\-scan
1182 .I options...
1183
1184 .PP
1185 This usage assembles one or more raid arrays from pre-existing components.
1186 For each array, mdadm needs to know the md device, the identity of the
1187 array, and a number of component-devices. These can be found in a number of ways.
1188
1189 In the first usage example (without the
1190 .BR \-\-scan )
1191 the first device given is the md device.
1192 In the second usage example, all devices listed are treated as md
1193 devices and assembly is attempted.
1194 In the third (where no devices are listed) all md devices that are
1195 listed in the configuration file are assembled. Then any arrays that
1196 can be found on unused devices will also be assembled.
1197
1198 If precisely one device is listed, but
1199 .B \-\-scan
1200 is not given, then
1201 .I mdadm
1202 acts as though
1203 .B \-\-scan
1204 was given and identity information is extracted from the configuration file.
1205
1206 The identity can be given with the
1207 .B \-\-uuid
1208 option, with the
1209 .B \-\-super\-minor
1210 option, will be taken from the md-device record in the config file, or
1211 will be taken from the super block of the first component-device
1212 listed on the command line.
1213
1214 Devices can be given on the
1215 .B \-\-assemble
1216 command line or in the config file. Only devices which have an md
1217 superblock which contains the right identity will be considered for
1218 any array.
1219
1220 The config file is only used if explicitly named with
1221 .B \-\-config
1222 or requested with (a possibly implicit)
1223 .BR \-\-scan .
1224 In the later case,
1225 .B /etc/mdadm.conf
1226 or
1227 .B /etc/mdadm/mdadm.conf
1228 is used.
1229
1230 If
1231 .B \-\-scan
1232 is not given, then the config file will only be used to find the
1233 identity of md arrays.
1234
1235 Normally the array will be started after it is assembled. However if
1236 .B \-\-scan
1237 is not given and insufficient drives were listed to start a complete
1238 (non-degraded) array, then the array is not started (to guard against
1239 usage errors). To insist that the array be started in this case (as
1240 may work for RAID1, 4, 5, 6, or 10), give the
1241 .B \-\-run
1242 flag.
1243
1244 If the md device does not exist, then it will be created providing the
1245 intent is clear. i.e. the name must be in a standard form, or the
1246 .B \-\-auto
1247 option must be given to clarify how and whether the device should be
1248 created.
1249 This can be useful for handling partitioned devices (which don't have
1250 a stable device number \(em it can change after a reboot) and when using
1251 "udev" to manage your
1252 .B /dev
1253 tree (udev cannot handle md devices because of the unusual device
1254 initialisation conventions).
1255
1256 If the option to "auto" is "mdp" or "part" or (on the command line
1257 only) "p", then mdadm will create a partitionable array, using the
1258 first free one that is not in use and does not already have an entry
1259 in /dev (apart from numeric /dev/md* entries).
1260
1261 If the option to "auto" is "yes" or "md" or (on the command line)
1262 nothing, then mdadm will create a traditional, non-partitionable md
1263 array.
1264
1265 It is expected that the "auto" functionality will be used to create
1266 device entries with meaningful names such as "/dev/md/home" or
1267 "/dev/md/root", rather than names based on the numerical array number.
1268
1269 When using option "auto" to create a partitionable array, the device
1270 files for the first 4 partitions are also created. If a different
1271 number is required it can be simply appended to the auto option.
1272 e.g. "auto=part8". Partition names are created by appending a digit
1273 string to the device name, with an intervening "p" if the device name
1274 ends with a digit.
1275
1276 The
1277 .B \-\-auto
1278 option is also available in Build and Create modes. As those modes do
1279 not use a config file, the "auto=" config option does not apply to
1280 these modes.
1281
1282 .SS Auto Assembly
1283 When
1284 .B \-\-assemble
1285 is used with
1286 .B \-\-scan
1287 and no devices are listed,
1288 .I mdadm
1289 will first attempt to assemble all the arrays listed in the config
1290 file.
1291
1292 It will then look further for possible arrays and will try to assemble
1293 anything that it finds. Arrays which are tagged as belonging to the given
1294 homehost will be assembled and started normally. Arrays which do not
1295 obviously belong to this host are given names that are expected not to
1296 conflict with anything local, and are started "read-auto" so that
1297 nothing is written to any device until the array is written to. i.e.
1298 automatic resync etc is delayed.
1299
1300 If
1301 .I mdadm
1302 finds a consistent set of devices that look like they should comprise
1303 an array, and if the superblock is tagged as belonging to the given
1304 home host, it will automatically choose a device name and try to
1305 assemble the array. If the array uses version-0.90 metadata, then the
1306 .B minor
1307 number as recorded in the superblock is used to create a name in
1308 .B /dev/md/
1309 so for example
1310 .BR /dev/md/3 .
1311 If the array uses version-1 metadata, then the
1312 .B name
1313 from the superblock is used to similarly create a name in
1314 .BR /dev/md
1315 (the name will have any 'host' prefix stripped first).
1316
1317 If
1318 .I mdadm
1319 cannot find any array for the given host at all, and if
1320 .B \-\-auto\-update\-homehost
1321 is given, then
1322 .I mdadm
1323 will search again for any array (not just an array created for this
1324 host) and will assemble each assuming
1325 .BR \-\-update=homehost .
1326 This will change the host tag in the superblock so that on the next run,
1327 these arrays will be found without the second pass. The intention of
1328 this feature is to support transitioning a set of md arrays to using
1329 homehost tagging.
1330
1331 The reason for requiring arrays to be tagged with the homehost for
1332 auto assembly is to guard against problems that can arise when moving
1333 devices from one host to another.
1334
1335 .SH BUILD MODE
1336
1337 .HP 12
1338 Usage:
1339 .B mdadm \-\-build
1340 .I md-device
1341 .BI \-\-chunk= X
1342 .BI \-\-level= Y
1343 .BI \-\-raid\-devices= Z
1344 .I devices
1345
1346 .PP
1347 This usage is similar to
1348 .BR \-\-create .
1349 The difference is that it creates an array without a superblock. With
1350 these arrays there is no difference between initially creating the array and
1351 subsequently assembling the array, except that hopefully there is useful
1352 data there in the second case.
1353
1354 The level may raid0, linear, multipath, or faulty, or one of their
1355 synonyms. All devices must be listed and the array will be started
1356 once complete.
1357
1358 .SH CREATE MODE
1359
1360 .HP 12
1361 Usage:
1362 .B mdadm \-\-create
1363 .I md-device
1364 .BI \-\-chunk= X
1365 .BI \-\-level= Y
1366 .br
1367 .BI \-\-raid\-devices= Z
1368 .I devices
1369
1370 .PP
1371 This usage will initialise a new md array, associate some devices with
1372 it, and activate the array.
1373
1374 If the
1375 .B \-\-auto
1376 option is given (as described in more detail in the section on
1377 Assemble mode), then the md device will be created with a suitable
1378 device number if necessary.
1379
1380 As devices are added, they are checked to see if they contain raid
1381 superblocks or filesystems. They are also checked to see if the variance in
1382 device size exceeds 1%.
1383
1384 If any discrepancy is found, the array will not automatically be run, though
1385 the presence of a
1386 .B \-\-run
1387 can override this caution.
1388
1389 To create a "degraded" array in which some devices are missing, simply
1390 give the word "\fBmissing\fP"
1391 in place of a device name. This will cause
1392 .I mdadm
1393 to leave the corresponding slot in the array empty.
1394 For a RAID4 or RAID5 array at most one slot can be
1395 "\fBmissing\fP"; for a RAID6 array at most two slots.
1396 For a RAID1 array, only one real device needs to be given. All of the
1397 others can be
1398 "\fBmissing\fP".
1399
1400 When creating a RAID5 array,
1401 .I mdadm
1402 will automatically create a degraded array with an extra spare drive.
1403 This is because building the spare into a degraded array is in general faster than resyncing
1404 the parity on a non-degraded, but not clean, array. This feature can
1405 be overridden with the
1406 .B \-\-force
1407 option.
1408
1409 When creating an array with version-1 metadata a name for the array is
1410 required.
1411 If this is not given with the
1412 .B \-\-name
1413 option,
1414 .I mdadm
1415 will choose a name based on the last component of the name of the
1416 device being created. So if
1417 .B /dev/md3
1418 is being created, then the name
1419 .B 3
1420 will be chosen.
1421 If
1422 .B /dev/md/home
1423 is being created, then the name
1424 .B home
1425 will be used.
1426
1427 When creating a partition based array, using
1428 .I mdadm
1429 with version-1.x metadata, the partition type should be set to
1430 .B 0xDA
1431 (non fs-data). This type selection allows for greater precision since
1432 using any other [RAID auto-detect (0xFD) or a GNU/Linux partition (0x83)],
1433 might create problems in the event of array recovery through a live cdrom.
1434
1435 A new array will normally get a randomly assigned 128bit UUID which is
1436 very likely to be unique. If you have a specific need, you can choose
1437 a UUID for the array by giving the
1438 .B \-\-uuid=
1439 option. Be warned that creating two arrays with the same UUID is a
1440 recipe for disaster. Also, using
1441 .B \-\-uuid=
1442 when creating a v0.90 array will silently override any
1443 .B \-\-homehost=
1444 setting.
1445 .\"If the
1446 .\".B \-\-size
1447 .\"option is given, it is not necessary to list any component-devices in this command.
1448 .\"They can be added later, before a
1449 .\".B \-\-run.
1450 .\"If no
1451 .\".B \-\-size
1452 .\"is given, the apparent size of the smallest drive given is used.
1453
1454 When creating an array within a
1455 .B CONTAINER
1456 .I mdadm
1457 can be given either the list of devices to use, or simply the name of
1458 the container. The former case gives control over which devices in
1459 the container will be used for the array. The latter case allows
1460 .I mdadm
1461 to automatically choose which devices to use based on how much spare
1462 space is available.
1463
1464 The General Management options that are valid with
1465 .B \-\-create
1466 are:
1467 .TP
1468 .B \-\-run
1469 insist on running the array even if some devices look like they might
1470 be in use.
1471
1472 .TP
1473 .B \-\-readonly
1474 start the array readonly \(em not supported yet.
1475
1476
1477 .SH MANAGE MODE
1478 .HP 12
1479 Usage:
1480 .B mdadm
1481 .I device
1482 .I options... devices...
1483 .PP
1484
1485 This usage will allow individual devices in an array to be failed,
1486 removed or added. It is possible to perform multiple operations with
1487 on command. For example:
1488 .br
1489 .B " mdadm /dev/md0 \-f /dev/hda1 \-r /dev/hda1 \-a /dev/hda1"
1490 .br
1491 will firstly mark
1492 .B /dev/hda1
1493 as faulty in
1494 .B /dev/md0
1495 and will then remove it from the array and finally add it back
1496 in as a spare. However only one md array can be affected by a single
1497 command.
1498
1499 .SH MISC MODE
1500 .HP 12
1501 Usage:
1502 .B mdadm
1503 .I options ...
1504 .I devices ...
1505 .PP
1506
1507 MISC mode includes a number of distinct operations that
1508 operate on distinct devices. The operations are:
1509 .TP
1510 .B \-\-query
1511 The device is examined to see if it is
1512 (1) an active md array, or
1513 (2) a component of an md array.
1514 The information discovered is reported.
1515
1516 .TP
1517 .B \-\-detail
1518 The device should be an active md device.
1519 .B mdadm
1520 will display a detailed description of the array.
1521 .B \-\-brief
1522 or
1523 .B \-\-scan
1524 will cause the output to be less detailed and the format to be
1525 suitable for inclusion in
1526 .BR /etc/mdadm.conf .
1527 The exit status of
1528 .I mdadm
1529 will normally be 0 unless
1530 .I mdadm
1531 failed to get useful information about the device(s); however, if the
1532 .B \-\-test
1533 option is given, then the exit status will be:
1534 .RS
1535 .TP
1536 0
1537 The array is functioning normally.
1538 .TP
1539 1
1540 The array has at least one failed device.
1541 .TP
1542 2
1543 The array has multiple failed devices such that it is unusable.
1544 .TP
1545 4
1546 There was an error while trying to get information about the device.
1547 .RE
1548
1549 .TP
1550 .B \-\-detail\-platform
1551 Print detail of the platform's raid capabilities (firmware / hardware
1552 topology). If the metadata is specified with
1553 .B \-e
1554 or
1555 .B \-\-metadata=
1556 then the return status will be:
1557 .RS
1558 .TP
1559 0
1560 metadata successfully enumerated its platform components on this system
1561 .TP
1562 1
1563 metadata is platform independent
1564 .TP
1565 2
1566 metadata failed to find its platform components on this system
1567 .RE
1568
1569 .TP
1570 .B \-\-examine
1571 The device should be a component of an md array.
1572 .I mdadm
1573 will read the md superblock of the device and display the contents.
1574 If
1575 .B \-\-brief
1576 or
1577 .B \-\-scan
1578 is given, then multiple devices that are components of the one array
1579 are grouped together and reported in a single entry suitable
1580 for inclusion in
1581 .BR /etc/mdadm.conf .
1582
1583 Having
1584 .B \-\-scan
1585 without listing any devices will cause all devices listed in the
1586 config file to be examined.
1587
1588 .TP
1589 .B \-\-stop
1590 The devices should be active md arrays which will be deactivated, as
1591 long as they are not currently in use.
1592
1593 .TP
1594 .B \-\-run
1595 This will fully activate a partially assembled md array.
1596
1597 .TP
1598 .B \-\-readonly
1599 This will mark an active array as read-only, providing that it is
1600 not currently being used.
1601
1602 .TP
1603 .B \-\-readwrite
1604 This will change a
1605 .B readonly
1606 array back to being read/write.
1607
1608 .TP
1609 .B \-\-scan
1610 For all operations except
1611 .BR \-\-examine ,
1612 .B \-\-scan
1613 will cause the operation to be applied to all arrays listed in
1614 .BR /proc/mdstat .
1615 For
1616 .BR \-\-examine,
1617 .B \-\-scan
1618 causes all devices listed in the config file to be examined.
1619
1620
1621 .SH MONITOR MODE
1622
1623 .HP 12
1624 Usage:
1625 .B mdadm \-\-monitor
1626 .I options... devices...
1627
1628 .PP
1629 This usage causes
1630 .I mdadm
1631 to periodically poll a number of md arrays and to report on any events
1632 noticed.
1633 .I mdadm
1634 will never exit once it decides that there are arrays to be checked,
1635 so it should normally be run in the background.
1636
1637 As well as reporting events,
1638 .I mdadm
1639 may move a spare drive from one array to another if they are in the
1640 same
1641 .B spare-group
1642 and if the destination array has a failed drive but no spares.
1643
1644 If any devices are listed on the command line,
1645 .I mdadm
1646 will only monitor those devices. Otherwise all arrays listed in the
1647 configuration file will be monitored. Further, if
1648 .B \-\-scan
1649 is given, then any other md devices that appear in
1650 .B /proc/mdstat
1651 will also be monitored.
1652
1653 The result of monitoring the arrays is the generation of events.
1654 These events are passed to a separate program (if specified) and may
1655 be mailed to a given E-mail address.
1656
1657 When passing events to a program, the program is run once for each event,
1658 and is given 2 or 3 command-line arguments: the first is the
1659 name of the event (see below), the second is the name of the
1660 md device which is affected, and the third is the name of a related
1661 device if relevant (such as a component device that has failed).
1662
1663 If
1664 .B \-\-scan
1665 is given, then a program or an E-mail address must be specified on the
1666 command line or in the config file. If neither are available, then
1667 .I mdadm
1668 will not monitor anything.
1669 Without
1670 .B \-\-scan,
1671 .I mdadm
1672 will continue monitoring as long as something was found to monitor. If
1673 no program or email is given, then each event is reported to
1674 .BR stdout .
1675
1676 The different events are:
1677
1678 .RS 4
1679 .TP
1680 .B DeviceDisappeared
1681 An md array which previously was configured appears to no longer be
1682 configured. (syslog priority: Critical)
1683
1684 If
1685 .I mdadm
1686 was told to monitor an array which is RAID0 or Linear, then it will
1687 report
1688 .B DeviceDisappeared
1689 with the extra information
1690 .BR Wrong-Level .
1691 This is because RAID0 and Linear do not support the device-failed,
1692 hot-spare and resync operations which are monitored.
1693
1694 .TP
1695 .B RebuildStarted
1696 An md array started reconstruction. (syslog priority: Warning)
1697
1698 .TP
1699 .BI Rebuild NN
1700 Where
1701 .I NN
1702 is 20, 40, 60, or 80, this indicates that rebuild has passed that many
1703 percentage of the total. (syslog priority: Warning)
1704
1705 .TP
1706 .B RebuildFinished
1707 An md array that was rebuilding, isn't any more, either because it
1708 finished normally or was aborted. (syslog priority: Warning)
1709
1710 .TP
1711 .B Fail
1712 An active component device of an array has been marked as
1713 faulty. (syslog priority: Critical)
1714
1715 .TP
1716 .B FailSpare
1717 A spare component device which was being rebuilt to replace a faulty
1718 device has failed. (syslog priority: Critical)
1719
1720 .TP
1721 .B SpareActive
1722 A spare component device which was being rebuilt to replace a faulty
1723 device has been successfully rebuilt and has been made active.
1724 (syslog priority: Info)
1725
1726 .TP
1727 .B NewArray
1728 A new md array has been detected in the
1729 .B /proc/mdstat
1730 file. (syslog priority: Info)
1731
1732 .TP
1733 .B DegradedArray
1734 A newly noticed array appears to be degraded. This message is not
1735 generated when
1736 .I mdadm
1737 notices a drive failure which causes degradation, but only when
1738 .I mdadm
1739 notices that an array is degraded when it first sees the array.
1740 (syslog priority: Critical)
1741
1742 .TP
1743 .B MoveSpare
1744 A spare drive has been moved from one array in a
1745 .B spare-group
1746 to another to allow a failed drive to be replaced.
1747 (syslog priority: Info)
1748
1749 .TP
1750 .B SparesMissing
1751 If
1752 .I mdadm
1753 has been told, via the config file, that an array should have a certain
1754 number of spare devices, and
1755 .I mdadm
1756 detects that it has fewer than this number when it first sees the
1757 array, it will report a
1758 .B SparesMissing
1759 message.
1760 (syslog priority: Warning)
1761
1762 .TP
1763 .B TestMessage
1764 An array was found at startup, and the
1765 .B \-\-test
1766 flag was given.
1767 (syslog priority: Info)
1768 .RE
1769
1770 Only
1771 .B Fail,
1772 .B FailSpare,
1773 .B DegradedArray,
1774 .B SparesMissing
1775 and
1776 .B TestMessage
1777 cause Email to be sent. All events cause the program to be run.
1778 The program is run with two or three arguments: the event
1779 name, the array device and possibly a second device.
1780
1781 Each event has an associated array device (e.g.
1782 .BR /dev/md1 )
1783 and possibly a second device. For
1784 .BR Fail ,
1785 .BR FailSpare ,
1786 and
1787 .B SpareActive
1788 the second device is the relevant component device.
1789 For
1790 .B MoveSpare
1791 the second device is the array that the spare was moved from.
1792
1793 For
1794 .I mdadm
1795 to move spares from one array to another, the different arrays need to
1796 be labeled with the same
1797 .B spare-group
1798 in the configuration file. The
1799 .B spare-group
1800 name can be any string; it is only necessary that different spare
1801 groups use different names.
1802
1803 When
1804 .I mdadm
1805 detects that an array in a spare group has fewer active
1806 devices than necessary for the complete array, and has no spare
1807 devices, it will look for another array in the same spare group that
1808 has a full complement of working drive and a spare. It will then
1809 attempt to remove the spare from the second drive and add it to the
1810 first.
1811 If the removal succeeds but the adding fails, then it is added back to
1812 the original array.
1813
1814 .SH GROW MODE
1815 The GROW mode is used for changing the size or shape of an active
1816 array.
1817 For this to work, the kernel must support the necessary change.
1818 Various types of growth are being added during 2.6 development,
1819 including restructuring a raid5 array to have more active devices.
1820
1821 Currently the only support available is to
1822 .IP \(bu 4
1823 change the "size" attribute
1824 for RAID1, RAID5 and RAID6.
1825 .IP \(bu 4
1826 increase the "raid\-devices" attribute of RAID1, RAID5, and RAID6.
1827 .IP \(bu 4
1828 add a write-intent bitmap to any array which supports these bitmaps, or
1829 remove a write-intent bitmap from such an array.
1830 .PP
1831
1832 GROW mode is not currently supported for
1833 .B CONTAINERS
1834 or arrays inside containers.
1835
1836 .SS SIZE CHANGES
1837 Normally when an array is built the "size" it taken from the smallest
1838 of the drives. If all the small drives in an arrays are, one at a
1839 time, removed and replaced with larger drives, then you could have an
1840 array of large drives with only a small amount used. In this
1841 situation, changing the "size" with "GROW" mode will allow the extra
1842 space to start being used. If the size is increased in this way, a
1843 "resync" process will start to make sure the new parts of the array
1844 are synchronised.
1845
1846 Note that when an array changes size, any filesystem that may be
1847 stored in the array will not automatically grow to use the space. The
1848 filesystem will need to be explicitly told to use the extra space.
1849
1850 .SS RAID-DEVICES CHANGES
1851
1852 A RAID1 array can work with any number of devices from 1 upwards
1853 (though 1 is not very useful). There may be times which you want to
1854 increase or decrease the number of active devices. Note that this is
1855 different to hot-add or hot-remove which changes the number of
1856 inactive devices.
1857
1858 When reducing the number of devices in a RAID1 array, the slots which
1859 are to be removed from the array must already be vacant. That is, the
1860 devices which were in those slots must be failed and removed.
1861
1862 When the number of devices is increased, any hot spares that are
1863 present will be activated immediately.
1864
1865 Increasing the number of active devices in a RAID5 is much more
1866 effort. Every block in the array will need to be read and written
1867 back to a new location. From 2.6.17, the Linux Kernel is able to do
1868 this safely, including restart and interrupted "reshape".
1869
1870 When relocating the first few stripes on a raid5, it is not possible
1871 to keep the data on disk completely consistent and crash-proof. To
1872 provide the required safety, mdadm disables writes to the array while
1873 this "critical section" is reshaped, and takes a backup of the data
1874 that is in that section. This backup is normally stored in any spare
1875 devices that the array has, however it can also be stored in a
1876 separate file specified with the
1877 .B \-\-backup\-file
1878 option. If this option is used, and the system does crash during the
1879 critical period, the same file must be passed to
1880 .B \-\-assemble
1881 to restore the backup and reassemble the array.
1882
1883 .SS BITMAP CHANGES
1884
1885 A write-intent bitmap can be added to, or removed from, an active
1886 array. Either internal bitmaps, or bitmaps stored in a separate file,
1887 can be added. Note that if you add a bitmap stored in a file which is
1888 in a filesystem that is on the raid array being affected, the system
1889 will deadlock. The bitmap must be on a separate filesystem.
1890
1891 .SH INCREMENTAL MODE
1892
1893 .HP 12
1894 Usage:
1895 .B mdadm \-\-incremental
1896 .RB [ \-\-run ]
1897 .RB [ \-\-quiet ]
1898 .I component-device
1899 .HP 12
1900 Usage:
1901 .B mdadm \-\-incremental \-\-rebuild
1902 .HP 12
1903 Usage:
1904 .B mdadm \-\-incremental \-\-run \-\-scan
1905
1906
1907 .PP
1908 This mode is designed to be used in conjunction with a device
1909 discovery system. As devices are found in a system, they can be
1910 passed to
1911 .B "mdadm \-\-incremental"
1912 to be conditionally added to an appropriate array.
1913
1914 If the device passed is a
1915 .B CONTAINER
1916 device created by a previous call to
1917 .IR mdadm ,
1918 then rather than trying to add that device to an array, all the arrays
1919 described by the metadata of the container will be started.
1920
1921 .I mdadm
1922 performs a number of tests to determine if the device is part of an
1923 array, and which array it should be part of. If an appropriate array
1924 is found, or can be created,
1925 .I mdadm
1926 adds the device to the array and conditionally starts the array.
1927
1928 Note that
1929 .I mdadm
1930 will only add devices to an array which were previously working
1931 (active or spare) parts of that array. It does not currently support
1932 automatic inclusion of a new drive as a spare in some array.
1933
1934 The tests that
1935 .I mdadm
1936 makes are as follow:
1937 .IP +
1938 Is the device permitted by
1939 .BR mdadm.conf ?
1940 That is, is it listed in a
1941 .B DEVICES
1942 line in that file. If
1943 .B DEVICES
1944 is absent then the default it to allow any device. Similar if
1945 .B DEVICES
1946 contains the special word
1947 .B partitions
1948 then any device is allowed. Otherwise the device name given to
1949 .I mdadm
1950 must match one of the names or patterns in a
1951 .B DEVICES
1952 line.
1953
1954 .IP +
1955 Does the device have a valid md superblock. If a specific metadata
1956 version is request with
1957 .B \-\-metadata
1958 or
1959 .B \-e
1960 then only that style of metadata is accepted, otherwise
1961 .I mdadm
1962 finds any known version of metadata. If no
1963 .I md
1964 metadata is found, the device is rejected.
1965
1966 .IP +
1967 Does the metadata match an expected array?
1968 The metadata can match in two ways. Either there is an array listed
1969 in
1970 .B mdadm.conf
1971 which identifies the array (either by UUID, by name, by device list,
1972 or by minor-number), or the array was created with a
1973 .B homehost
1974 specified and that
1975 .B homehost
1976 matches the one in
1977 .B mdadm.conf
1978 or on the command line.
1979 If
1980 .I mdadm
1981 is not able to positively identify the array as belonging to the
1982 current host, the device will be rejected.
1983
1984 .IP +
1985 .I mdadm
1986 keeps a list of arrays that it has partially assembled in
1987 .B /var/run/mdadm/map
1988 (or
1989 .B /var/run/mdadm.map
1990 if the directory doesn't exist). If no array exists which matches
1991 the metadata on the new device,
1992 .I mdadm
1993 must choose a device name and unit number. It does this based on any
1994 name given in
1995 .B mdadm.conf
1996 or any name information stored in the metadata. If this name
1997 suggests a unit number, that number will be used, otherwise a free
1998 unit number will be chosen. Normally
1999 .I mdadm
2000 will prefer to create a partitionable array, however if the
2001 .B CREATE
2002 line in
2003 .B mdadm.conf
2004 suggests that a non-partitionable array is preferred, that will be
2005 honoured.
2006
2007 .IP +
2008 Once an appropriate array is found or created and the device is added,
2009 .I mdadm
2010 must decide if the array is ready to be started. It will
2011 normally compare the number of available (non-spare) devices to the
2012 number of devices that the metadata suggests need to be active. If
2013 there are at least that many, the array will be started. This means
2014 that if any devices are missing the array will not be restarted.
2015
2016 As an alternative,
2017 .B \-\-run
2018 may be passed to
2019 .I mdadm
2020 in which case the array will be run as soon as there are enough
2021 devices present for the data to be accessible. For a raid1, that
2022 means one device will start the array. For a clean raid5, the array
2023 will be started as soon as all but one drive is present.
2024
2025 Note that neither of these approaches is really ideal. If it can
2026 be known that all device discovery has completed, then
2027 .br
2028 .B " mdadm \-IRs"
2029 .br
2030 can be run which will try to start all arrays that are being
2031 incrementally assembled. They are started in "read-auto" mode in
2032 which they are read-only until the first write request. This means
2033 that no metadata updates are made and no attempt at resync or recovery
2034 happens. Further devices that are found before the first write can
2035 still be added safely.
2036
2037
2038 .SH ENVIRONMENT
2039 This section describes environment variables that affect how mdadm
2040 operates.
2041
2042 .TP
2043 .B MDADM_NO_MDMON
2044 Setting this value to 1 will prevent mdadm from automatically launching
2045 mdmon. This variable is intended primarily for debugging mdadm/mdmon.
2046
2047 .TP
2048 .B MDADM_NO_UDEV
2049 Normally,
2050 .I mdadm
2051 does not create any device nodes in /dev, but leaves that task to
2052 .IR udev .
2053 If
2054 .I udev
2055 appears not to be configured, or if this environment variable is set
2056 to '1', the
2057 .I mdadm
2058 will create and devices that are needed.
2059
2060 .SH EXAMPLES
2061
2062 .B " mdadm \-\-query /dev/name-of-device"
2063 .br
2064 This will find out if a given device is a raid array, or is part of
2065 one, and will provide brief information about the device.
2066
2067 .B " mdadm \-\-assemble \-\-scan"
2068 .br
2069 This will assemble and start all arrays listed in the standard config
2070 file. This command will typically go in a system startup file.
2071
2072 .B " mdadm \-\-stop \-\-scan"
2073 .br
2074 This will shut down all arrays that can be shut down (i.e. are not
2075 currently in use). This will typically go in a system shutdown script.
2076
2077 .B " mdadm \-\-follow \-\-scan \-\-delay=120"
2078 .br
2079 If (and only if) there is an Email address or program given in the
2080 standard config file, then
2081 monitor the status of all arrays listed in that file by
2082 polling them ever 2 minutes.
2083
2084 .B " mdadm \-\-create /dev/md0 \-\-level=1 \-\-raid\-devices=2 /dev/hd[ac]1"
2085 .br
2086 Create /dev/md0 as a RAID1 array consisting of /dev/hda1 and /dev/hdc1.
2087
2088 .br
2089 .B " echo 'DEVICE /dev/hd*[0\-9] /dev/sd*[0\-9]' > mdadm.conf"
2090 .br
2091 .B " mdadm \-\-detail \-\-scan >> mdadm.conf"
2092 .br
2093 This will create a prototype config file that describes currently
2094 active arrays that are known to be made from partitions of IDE or SCSI drives.
2095 This file should be reviewed before being used as it may
2096 contain unwanted detail.
2097
2098 .B " echo 'DEVICE /dev/hd[a\-z] /dev/sd*[a\-z]' > mdadm.conf"
2099 .br
2100 .B " mdadm \-\-examine \-\-scan \-\-config=mdadm.conf >> mdadm.conf"
2101 .br
2102 This will find arrays which could be assembled from existing IDE and
2103 SCSI whole drives (not partitions), and store the information in the
2104 format of a config file.
2105 This file is very likely to contain unwanted detail, particularly
2106 the
2107 .B devices=
2108 entries. It should be reviewed and edited before being used as an
2109 actual config file.
2110
2111 .B " mdadm \-\-examine \-\-brief \-\-scan \-\-config=partitions"
2112 .br
2113 .B " mdadm \-Ebsc partitions"
2114 .br
2115 Create a list of devices by reading
2116 .BR /proc/partitions ,
2117 scan these for RAID superblocks, and printout a brief listing of all
2118 that were found.
2119
2120 .B " mdadm \-Ac partitions \-m 0 /dev/md0"
2121 .br
2122 Scan all partitions and devices listed in
2123 .BR /proc/partitions
2124 and assemble
2125 .B /dev/md0
2126 out of all such devices with a RAID superblock with a minor number of 0.
2127
2128 .B " mdadm \-\-monitor \-\-scan \-\-daemonise > /var/run/mdadm"
2129 .br
2130 If config file contains a mail address or alert program, run mdadm in
2131 the background in monitor mode monitoring all md devices. Also write
2132 pid of mdadm daemon to
2133 .BR /var/run/mdadm .
2134
2135 .B " mdadm \-Iq /dev/somedevice"
2136 .br
2137 Try to incorporate newly discovered device into some array as
2138 appropriate.
2139
2140 .B " mdadm \-\-incremental \-\-rebuild \-\-run \-\-scan"
2141 .br
2142 Rebuild the array map from any current arrays, and then start any that
2143 can be started.
2144
2145 .B " mdadm /dev/md4 --fail detached --remove detached"
2146 .br
2147 Any devices which are components of /dev/md4 will be marked as faulty
2148 and then remove from the array.
2149
2150 .B " mdadm --create /dev/md/ddf --metadata=ddf --raid-disks 6 /dev/sd[a-f]"
2151 .br
2152 Create a DDF array over 6 devices.
2153
2154 .B " mdadm --create /dev/md/home -n3 -l5 -z 30000000 /dev/md/ddf"
2155 .br
2156 Create a raid5 array over any 3 devices in the given DDF set. Use
2157 only 30 gigabytes of each device.
2158
2159 .B " mdadm -A /dev/md/ddf1 /dev/sd[a-f]"
2160 .br
2161 Assemble a pre-exist ddf array.
2162
2163 .B " mdadm -I /dev/md/ddf1"
2164 .br
2165 Assemble all arrays contained in the ddf array, assigning names as
2166 appropriate.
2167
2168 .B " mdadm \-\-create \-\-help"
2169 .br
2170 Provide help about the Create mode.
2171
2172 .B " mdadm \-\-config \-\-help"
2173 .br
2174 Provide help about the format of the config file.
2175
2176 .B " mdadm \-\-help"
2177 .br
2178 Provide general help.
2179
2180
2181 .SH FILES
2182
2183 .SS /proc/mdstat
2184
2185 If you're using the
2186 .B /proc
2187 filesystem,
2188 .B /proc/mdstat
2189 lists all active md devices with information about them.
2190 .I mdadm
2191 uses this to find arrays when
2192 .B \-\-scan
2193 is given in Misc mode, and to monitor array reconstruction
2194 on Monitor mode.
2195
2196
2197 .SS /etc/mdadm.conf
2198
2199 The config file lists which devices may be scanned to see if
2200 they contain MD super block, and gives identifying information
2201 (e.g. UUID) about known MD arrays. See
2202 .BR mdadm.conf (5)
2203 for more details.
2204
2205 .SS /var/run/mdadm/map
2206 When
2207 .B \-\-incremental
2208 mode is used, this file gets a list of arrays currently being created.
2209 If
2210 .B /var/run/mdadm
2211 does not exist as a directory, then
2212 .B /var/run/mdadm.map
2213 is used instead.
2214
2215 .SH DEVICE NAMES
2216
2217 .I mdadm
2218 understand two sorts of names for array devices.
2219
2220 The first is the so-called 'standard' format name, which matches the
2221 names used by the kernel and which appear in
2222 .IR /proc/mdstat .
2223
2224 The second sort can be freely chosen, but must reside in
2225 .IR /dev/md/ .
2226 When giving a device name to
2227 .I mdadm
2228 to create or assemble an array, either full path name such as
2229 .I /dev/md0
2230 or
2231 .I /dev/md/home
2232 can be given, or just the suffix of the second sort of name, such as
2233 .I home
2234 can be given.
2235
2236 When
2237 .I mdadm
2238 chooses device names during auto-assembly, it will normally add a
2239 small sequence number to the end of the name to avoid conflicted
2240 between multiple arrays that have the same name. If
2241 .I mdadm
2242 can reasonably determine that the array really is meant for this host,
2243 either by a hostname in the metadata, or by the presence of the array
2244 in /etc/mdadm.conf, then it will leave of the suffix if possible.
2245
2246 The standard names for non-partitioned arrays (the only sort of md
2247 array available in 2.4 and earlier) are of the form
2248 .IP
2249 /dev/mdNN
2250 .PP
2251 where NN is a number.
2252 The standard names for partitionable arrays (as available from 2.6
2253 onwards) are of the form
2254 .IP
2255 /dev/md_dNN
2256 .PP
2257 Partition numbers should be indicated by added "pMM" to these, thus "/dev/md/d1p2".
2258 .PP
2259 From kernel version, 2.6.28 the "non-partitioned array" can actually
2260 be partitioned. So the "md_dNN" names are no longer needed, and
2261 partitions such as "/dev/mdNNpXX" are possible.
2262
2263 .SH NOTE
2264 .I mdadm
2265 was previously known as
2266 .IR mdctl .
2267 .P
2268 .I mdadm
2269 is completely separate from the
2270 .I raidtools
2271 package, and does not use the
2272 .I /etc/raidtab
2273 configuration file at all.
2274
2275 .SH SEE ALSO
2276 For further information on mdadm usage, MD and the various levels of
2277 RAID, see:
2278 .IP
2279 .B http://linux\-raid.osdl.org/
2280 .PP
2281 (based upon Jakob \(/Ostergaard's Software\-RAID.HOWTO)
2282 .\".PP
2283 .\"for new releases of the RAID driver check out:
2284 .\"
2285 .\".IP
2286 .\".UR ftp://ftp.kernel.org/pub/linux/kernel/people/mingo/raid-patches
2287 .\"ftp://ftp.kernel.org/pub/linux/kernel/people/mingo/raid-patches
2288 .\".UE
2289 .\".PP
2290 .\"or
2291 .\".IP
2292 .\".UR http://www.cse.unsw.edu.au/~neilb/patches/linux-stable/
2293 .\"http://www.cse.unsw.edu.au/~neilb/patches/linux-stable/
2294 .\".UE
2295 .PP
2296 The latest version of
2297 .I mdadm
2298 should always be available from
2299 .IP
2300 .B http://www.kernel.org/pub/linux/utils/raid/mdadm/
2301 .PP
2302 Related man pages:
2303 .PP
2304 .IR mdadm.conf (5),
2305 .IR md (4).
2306 .PP
2307 .IR raidtab (5),
2308 .IR raid0run (8),
2309 .IR raidstop (8),
2310 .IR mkraid (8).