libblockdev is a C library supporting GObject introspection for manipulation of block devices. It has a plugin-based architecture where each technology (like LVM, Btrfs, MD RAID, Swap,...) is implemented in a separate plugin, possibly with multiple implementations (e.g. using LVM CLI or the new LVM DBus API).
This package is known to build and work properly using an LFS-8.2 platform.
Download (HTTP): https://github.com/storaged-project/libblockdev/releases/download/2.16-1/libblockdev-2.16.tar.gz
Download MD5 sum: a6f4f6b8c25bc54928eda4b4f4612d88
Download size: 764 KB
Estimated disk space required: 12 MB
Estimated build time: 0.2 SBU
gobject-introspection-1.54.1, libbytesize-1.2, parted-3.2, and volume_key-0.3.9
btrfs-progs-4.15.1, GTK-Doc-1.27, mdadm-4.0, dmraid, and bcachefs
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libblockdev
Install libblockdev by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --with-python3 \ --without-gtk-doc \ --without-dm && make
This package does not come with a working test suite.
Now, as the root
user:
make install
Last updated on 2018-02-21 04:35:18 -0800