1NVME-ID-DOMAIN(1) NVMe Manual NVME-ID-DOMAIN(1)
2
3
4
6 nvme-id-domain - Send NVMe Identify Domain List, return result and
7 structure
8
10 nvme id-domain <device> [--dom-id=<domian_id> | -d <domian_id>]
11 [-o <fmt> | --output-format=<fmt>]
12
14 For the NVMe device given, send an identify command and return the
15 domian list 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 -d <domian_id>, --dom-id=<domian_id>
23 Retrieve the identify domain list data structure for the given
24 domain id. If this value is not given, domain id will be 0xffff.
25
26 -o <format>, --output-format=<format>
27 Set the reporting format to normal, json, or binary. Only one
28 output format can be used at a time.
29
31 No examples yet.
32
34 Part of the nvme-user suite
35
36
37
38NVMe 04/11/2022 NVME-ID-DOMAIN(1)