This package browser is in early development. Mind the rough edges.

nvme-cli 2.5

NVM-Express user space tooling for Linux

Nvme-cli is a utility to provide standards compliant tooling for NVM-Express drives. It was made specifically for Linux as it relies on the IOCTLs defined by the mainline kernel driver.

Installation

Install nvme-cli 2.5 as follows:

guix install nvme-cli@2.5

Or install the latest version:

guix install nvme-cli

The nvme-cli package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install nvme-cli:doc

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.