nvme-solidigm-id-ctrl - Man Page

Send NVMe Identify Controller, return result and structure

Synopsis

nvme solidigm id-ctrl <device> [--raw-binary | -b] [--vendor-specific | -V]
                              [--output-format=<fmt> | -o <fmt>] [--human-readable | -H]
                              [--verbose | -v] [--timeout=<seconds> | -t <seconds>]

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).

This command includes all options available in the generic nvme id-ctrl command, including: - --raw-binary or -b - --vendor-specific or -V - --output-format=<fmt> or -o <fmt> - --human-readable or -H - --verbose or -v - --timeout=<seconds> or -t <seconds>

For detailed usage and options, please refer to the documentation for nvme id-ctrl.

Examples

See Also

nvme-id-ctrl(1)

Nvme

Part of the nvme-user suite

Info

10/31/2024 NVMe Manual