The device-mapper package is an implementation of a minimalistic kernel-space driver that handles volume management, while keeping knowledge of the underlying device layout in user-space.
This package is known to build and work properly using an LFS-7.0 platform.
Download (FTP): ftp://sources.redhat.com/pub/lvm2/LVM2.2.02.88.tgz
Download MD5 sum: 321429cd1b1526a29cf6d75018b1e4bb
Download size: 1 MB
Estimated disk space required: 7.7 MB
Estimated build time: 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/device-mapper
Install device-mapper by running the following commands:
./configure --prefix=/usr --enable-pkgconfig && make device-mapper
The device-mapper portion of this package does not come with a test suite.
Now, as the root
user:
make install_device-mapper
--enable-pkgconfig
: This
parameter installs pkgconfig support.
--enable-dmeventd
: This option builds
the device-mapper event daemon.
--enable-cmdlib
: This option builds the
shared command library. It is required when building the daemon.
Last updated on 2011-11-08 16:57:34 +0000