| NVME-RPMB-READ-DA(1) | NVMe Manual | NVME-RPMB-READ-DA(1) |
NAME
nvme-rpmb-read-data - Read authenticated data from an RPMB target
SYNOPSIS
nvme [<global-options>] rpmb read-data <device>
[--msgfile=<data-file> | -f <data-file>]
[--address=<offset> | -o <offset>]
[--blocks=<512 byte sectors> | -b <sectors>]
[--target=<target-id> | -t <target-id>]
DESCRIPTION
Supports authenticated data reading from the specified RPMB target, at the given sector offset, writing the resulting data to the file given with --msgfile.
If the requested size is not within the total size supported by the target, the request fails without being sent to the device.
The <device> parameter is mandatory and an NVMe character device (ex: /dev/nvme0) must be specified.
OPTIONS
-t <target>, --target=<target>
-o <offset>, --address=<offset>
-b <sectors>, --blocks=<sectors>
-f <data-file>, --msgfile=<data-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 rpmb read-data /dev/nvme0 -t 2 -f output.bin -b 200 -o 0x100
NVME
Part of the nvme-user suite
| 09/07/2026 | NVMe |