table of contents
NVME-IO-MGMT-SEND(1) | NVMe Manual | NVME-IO-MGMT-SEND(1) |
NAME¶
nvme-io-mgmt-send - I/O Management Send command
SYNOPSIS¶
nvme io-mgmt-send <device> [--namespace-id=<NUM> | -n <NUM>]
[--mos=<NUM> | -s <NUM>]
[--mo=<NUM> | -m <NUM>]
[--data=<FILE> | -d <FILE>]
[--data-len=<NUM> | -l <NUM>]
DESCRIPTION¶
For the NVMe device given, issues the I/O Management Send command with the requested management operation (mo) and management operation specific parameter (mos). This is the generic interface provided for forward compatibility as new operations are added that this program isn’t aware of at the time of its development. As such, this is a generic command that does not provide any convenience parameters to produce the binary payload.
OPTIONS¶
-n <NUM>, --namespace-id=<NUM>
-d <FILE>, --data=<FILE>
-l <NUM>, --data-len=<NUM>
-m <NUM>, --mo <NUM>
-s <NUM>, --mos=<NUM>
NVME¶
Part of nvme-cli
04/15/2023 | NVMe |