jtulak / libblockdev

A library for manipulating block devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 more information about the schedule see the roadmap.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/.

About

A library for manipulating block devices.

License:GNU Lesser General Public License v2.1


Languages

Language:C 61.1%Language:Python 34.4%Language:Shell 2.2%Language:Makefile 1.4%Language:M4 0.9%