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.3 platform.
Download (HTTP): https://github.com/storaged-project/libblockdev/releases/download/2.19-1/libblockdev-2.19.tar.gz
Download MD5 sum: 1abdd679cbf077bb373b484f6da31648
Download size: 788 KB
Estimated disk space required: 18 MB
Estimated build time: 0.2 SBU
gobject-introspection-1.56.1, libbytesize-1.4, parted-3.2, volume_key-0.3.11, and YAML-0.2.1
btrfs-progs-4.17.1, GTK-Doc-1.28, mdadm-4.0, dmraid, bcachefs, and ndctl
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-nvdimm \ --without-dm && make
This package does not come with a working test suite.
Now, as the root
user:
make install
Last updated on 2018-08-30 16:17:00 -0700