table of contents
- trixie 2.13-2
- testing 2.16-1
- unstable 2.16-1
- experimental 3.1-1
| NVME-NVME-MI-SEND(1) | NVMe Manual | NVME-NVME-MI-SEND(1) |
NAME¶
nvme-nvme-mi-send - Send a NVMe-MI Send command to the specified device
SYNOPSIS¶
nvme [<global-options>] nvme-mi send <device>
[--opcode=<opcode> | -O <opcode>]
[--namespace-id=<nsid> | -n <nsid>]
[--data-len=<data-len> | -l <data-len>]
[--nmimt=<nmimt> | -m <nmimt>]
[--nmd0=<nmd0> | -0 <nmd0>]
[--nmd1=<nmd1> | -1 <nmd1>]
[--input-file=<file> | -i <file>]
DESCRIPTION¶
Send a NVMe-MI Send command to the specified device, return results.
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0) or block device (ex: /dev/nvme0n1).
On success it returns 0, error code otherwise.
The bare nvme nvme-mi-send form (without a space) still works as a deprecated alias and will be removed in a future major version. New scripts should use nvme nvme-mi send instead.
OPTIONS¶
-O <opcode>, --opcode=<opcode>
-n <nsid>, --namespace-id=<nsid>
-l <data-len>, --data-len=<data-len>
-m <nmimt>, --nmimt=<nmimt>
-0 <nmd0>, --nmd0=<nmd0>
-1 <nmd1>, --nmd1=<nmd1>
-i <file>, --input-file=<file>
GLOBAL OPTIONS¶
The following options are defined at the top-level nvme command and are available to this subcommand:
--dry-run
--no-ioctl-probing
--no-retries
-o <fmt>, --output-format=<fmt>
--output-format-version=<version>
--timeout=<ms>
-v, --verbose
These options can also be set as machine-wide defaults in nvme-cli.conf(5). A command-line flag always overrides the file.
EXAMPLES¶
# nvme nvme-mi send /dev/nvme0n1 -O 6 -m 1 -0 0 -1 0x100 -l 256 -i vpd.bin
NVME¶
Part of the nvme-user suite.
| 09/19/2026 | NVMe |