1NVME-NVM-ID-CTRL(1) NVMe Manual NVME-NVM-ID-CTRL(1)
2
3
4
6 nvme-nvm-id-ctrl - Send NVMe Identify Controller, return NVM command
7 set structure
8
10 nvme nvm-id-ctrl <device> [-o <fmt> | --output-format=<fmt>]
11
13 For the NVMe device given, sends the NVM command set’s identify
14 controller command and provides the result and returned structure.
15
16 The <device> parameter is mandatory and may be either the NVMe
17 character device (ex: /dev/nvme0), or a namespace block device (ex:
18 /dev/nvme0n1).
19
20 On success, the data structure returned by the device will be decoded
21 and displayed in one of several ways.
22
24 -o <format>, --output-format=<format>
25 Set the reporting format to normal, json, or binary. Only one
26 output format can be used at a time.
27
29 • Has the program interpret the returned buffer and display the known
30 fields in a human readable format:
31
32 # nvme nvm-id-ctrl /dev/nvme0
33
34 • Show the output in json format
35
36 # nvme nvm-id-ctrl /dev/nvme0 -o json
37
39 Part of nvme-cli
40
41
42
43NVMe 11/04/2022 NVME-NVM-ID-CTRL(1)