Go to file
luoyaoming f8a29fdaef debian/rules: fix openkylin vendor 2022-06-05 22:01:33 +08:00
data Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
debian debian/rules: fix openkylin vendor 2022-06-05 22:01:33 +08:00
dist Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
docs Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
include Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
misc Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
scripts Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
src Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
tests Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
tools Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
.gitignore Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
HACKING.md Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
LICENSE Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
Makefile.am Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
NEWS.rst Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
README.DEVEL.rst Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
README.md Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
acinclude.m4 Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
autogen.sh Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
configure.ac Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
features.rst Import Upstream version 2.23 2022-05-14 00:36:02 +08:00
specs.rst Import Upstream version 2.23 2022-05-14 00:36:02 +08:00

README.md

CI status

CI status

Introduction

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).

For more information about the library's architecture see the specs.rst file. For more infomation about the expected functionality and features see the features.rst file.

For information about development and contributing guidelines see the README.DEVEL.rst file.

For more information about the API see the generated documentation at http://storaged.org/libblockdev/.