The mdadm package contains administration tools for software RAID.
This package is known to build and work properly using an LFS-7.4 platform.
Download (HTTP): http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-3.3.tar.xz
Download MD5 sum: abb19b309281b93cf79d29fb2dfb2e85
Download size: 390 KB
Estimated disk space required: 8.3 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/mdadm
Enable the following options in the kernel configuration and recompile the kernel, if necessary. Only the RAID types desired are required.
File Systems:
Device Drivers:
Multiple devices driver support (RAID and LVM): Y
RAID support: Y or M
Autodetect RAID arrays during kernel boot: Y
Linear (append) mode: Y or M
RAID-0 (striping) mode : Y or M
RAID-1 (mirroring) mode : Y or M
RAID-10 (mirrored striping) mode: Y or M
RAID-4/RAID-5/RAID-6 mode : Y or M
Install mdadm by running the following commands:
make
If you wish to run the tests, ensure that your kernel supports RAID
and that a version of mdadm is not already running, and issue:
make test and then,
as the root
user: ./test
Now, as the root
user:
make install
--make everything
: This switch creates
extra programs, particularly a statically-linked version of
mdadm and also
versions of mdassemble. These all need to be
manually installed.
Last updated on 2013-09-10 16:12:35 -0700