The mdadm package contains administration tools for software RAID.
This package is known to build and work properly using an LFS-7.2 platform.
Download (HTTP): http://www.kernel.org/pub/linux/utils/raid/mdadm/mdadm-3.2.6.tar.xz
Download MD5 sum: 2afc306135466923fe5020d743bff9a4
Download size: 364 KB
Estimated disk space required: 16.4 MB
Estimated build time: 0.4 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 everything
Now, as the root user:
make install
Last updated on 2013-04-25 22:05:31 +0000