table of contents
- Tumbleweed 3.0~b.4-1.1
- Leap-16.0
| NVME-SOLIDIGM-ID-(1) | NVMe Manual | NVME-SOLIDIGM-ID-(1) |
NAME¶
nvme-solidigm-id-ctrl - Send NVMe Identify Controller, return result and structure
SYNOPSIS¶
nvme [<global-options>] solidigm id-ctrl <device>
[--raw-binary | -b]
[--vendor-specific | -V]
[--human-readable | -H]
DESCRIPTION¶
This command is a Solidigm-specific extension of the NVMe Identify Controller command. It sends an NVMe Identify Controller command to the specified device and provides the result and returned structure.
The <device> parameter is mandatory and may be either the NVMe character device (ex: /dev/nvme0) or a namespace block device (ex: /dev/nvme0n1).
OPTIONS¶
-H, --human-readable
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 solidigm id-ctrl /dev/nvme0
# nvme solidigm id-ctrl /dev/nvme0 --raw-binary
# nvme solidigm id-ctrl /dev/nvme0 -o json
# nvme solidigm id-ctrl /dev/nvme0 --vendor-specific # nvme solidigm id-ctrl /dev/nvme0 -V
# nvme solidigm id-ctrl /dev/nvme0 --human-readable # nvme solidigm id-ctrl /dev/nvme0 -H
SEE ALSO¶
NVME¶
Part of the nvme-user suite
| 07/31/2026 | NVMe |