table of contents
- Tumbleweed 3.0~b.4-1.1
- Leap-16.0
- Leap-15.6
| NVME-SECURITY-RECV(1) | NVMe Manual | NVME-SECURITY-RECV(1) |
NAME¶
nvme-security-recv - Security Recv command
SYNOPSIS¶
nvme [<global-options>] security-recv <device> [--size=<size> | -x <size>]
[--secp=<security-protocol> | -p <security-protocol>]
[--spsp=<protocol-specific> | -s <protocol-specific>]
[--nssf=<nvme-specific> | -N <nvme-specific>]
[--al=<allocation-length> | -t <allocation-length>]
[--namespace-id=<nsid> | -n <nsid>] [--raw-binary | -b]
DESCRIPTION¶
The Security Receive command transfers the status and data result of one or more Security Send commands that were previously submitted to the controller.
The association between a Security Receive command and previous Security Send commands is dependent on the Security Protocol. The format of the data to be transferred is dependent on the Security Protocol. Refer to SPC-4 for Security Protocol details.
Each Security Receive command returns the appropriate data corresponding to a Security Send command as defined by the rules of the Security Protocol. The Security Receive command data may not be retained if there is a loss of communication between the controller and host, or if a controller reset occurs.
OPTIONS¶
-n <nsid>, --namespace-id=<nsid>
-N <nssf>, --nssf=<nssf>
-x <size>, --size=<size>
-p <security-protocol>, --secp=<security-protocol>
-s <security-protocol-specific>, --spsp=<security-protocol-specific>
-t <allocation-length>, --al=<allocation-length>
-b, --raw-binary
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¶
No Examples
NVME¶
Part of the nvme-user suite
| 07/31/2026 | NVMe |