NAME
nvmectl
—
NVM Express (NVMe) userland
utility
SYNOPSIS
nvmectl |
[-v ] command
device |
DESCRIPTION
Thenvmectl
utility interacts with the
nvme(4) controller specified in the device
argument (for example nvme0).
It supports the following options:
-v
- Currently, this option is a no-op.
The following commands are available:
errors
- Displays errors from the controller's log.
info
- Displays S.M.A.R.T. information from the controller's log.
EXAMPLES
nvmectl errors nvme0
nvmectl info nvme0
SEE ALSO
HISTORY
The nvmectl
utility first appeared in
DragonFly 4.5.
AUTHORS
Matthew Dillon