1NVME-ID-IOCS(1) NVMe Manual NVME-ID-IOCS(1)
2
3
4
6 nvme-id-iocs - Send NVMe Identify I/O Command Set, return result and
7 structure
8
10 nvme id-iocs <device> [--controller-id=<cntid> | -c <cntid>]
11 [-o <fmt> | --output-format=<fmt>]
12
14 For the NVMe device given, send an identify command and return the
15 Identify I/O Command Set data structure.
16
17 The <device> parameter is mandatory and may be either the NVMe
18 character device (ex: /dev/nvme0), or a namespace block device (ex:
19 /dev/nvme0n1).
20
22 -c <cntid>, --controller-id=<cntid>
23 Retrieve the identify I/O Command set data structure for the given
24 cntid. If this value is not given, cntid will be 0xffff.
25
26 -H, --human-readable
27 This option will parse and format many of the bit fields into
28 human-readable formats.
29
30 -o <format>, --output-format=<format>
31 Set the reporting format to normal, json, or binary. Only one
32 output format can be used at a time.
33
35 • Have the program interpret the returned buffer and display the
36 known fields in a human readable format:
37
38 # nvme id-iocs /dev/nvme0
39
40 • show the fields in human readable format
41
42 # nvme id-iocs /dev/nvme0 -H
43
45 Part of the nvme-user suite
46
47
48
49NVMe 11/04/2022 NVME-ID-IOCS(1)