NVME(1) | NVMe Manual | NVME(1) |
nvme - the dumb pci-e storage utility
nvme <command> <device> [<args>]
NVM-Express is a fast, scalable host controller interface designed to address the needs for PCI Express based solid state drives.
This nvme program is a user space 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.
The utility has sub-commands for all admin and io commands defined in the specification and for displaying controller registers. There is also an option to submit completely arbitrary commands. For a list of commands available, run "nvme help".
See the freely available references on the Official NVM-Express Site[1].
This is written and maintained by Keith Busch[2].
Patches and issues may be submitted to the official repository at https://github.com/linux-nvme/nvme-cli or the Linux NVMe mailing list linux-nvme[3]
Part of the nvme suite
01/08/2019 | NVMe |