table of contents
- Tumbleweed 3.0~b.4-1.1
- Leap-16.0
- Leap-15.6
| NVME-GET-PROPERTY(1) | NVMe Manual | NVME-GET-PROPERTY(1) |
NAME¶
nvme-get-property - Reads and shows the defined NVMe controller property for NVMe over Fabric
SYNOPSIS¶
nvme [<global-options>] get-property <device>
[--offset=<offset> | -O <offset>]
DESCRIPTION¶
Reads and shows the defined NVMe controller property for NVMe over Fabric.
OPTIONS¶
-O <offset>, --offset=<offset>
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 get-property /dev/nvme0 --offset=0x0 --verbose
BUGS¶
Currently the CAP value is truncated to 32 bits due to a limitation in the ioctl interface.
In a recent enough kernel, the 64 bit value is shown in kernel traces.
# echo 1 > /sys/kernel/debug/tracing/events/nvme/enable
/sys/kernel/debug/tracing/trace
NVME¶
Part of the nvme-user suite
| 07/31/2026 | NVMe |