libnvme-1.8

Introduction to libnvme

The libnvme package is a library which provides type definitions for NVMe specification structures, enumerations, and bit fields, helper functions to construct, dispatch, and decode commands and payloads, and utilities to connect, scan, and manage NVMe devices on a Linux system.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

libnvme Dependencies

Optional

JSON-C-0.17, keyutils-1.6.3, and SWIG-4.2.1

Installation of libnvme

Install libnvme by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release -Dlibdbus=auto .. &&
ninja

To run the tests, issue: ninja test.

Now, as the root user:

ninja install

Contents

Installed Programs: None
Installed Library: libnvme.so and libnvme-mi.so
Installed Directories: /usr/include/nvme and /usr/lib/python3.11/site-packages/libnvme

Short Descriptions

libnvme.so

contains functions used to handle operations relating to NVMe devices.