1NVME-VIRTIUM-SHOW() NVME-VIRTIUM-SHOW()
2
3
4
6 nvme-virtium-show-identify - Show a complete detail of identify device
7 information in json format.
8
10 nvme virtium show-identify <device>
11
13 This command prints complete detail of the identify device information.
14 The details include settings and description of each feature. The
15 descriptions are based on NVM Express Revision 1.3c specification.
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
21 On success, the command prints identify device in human readable
22 format.
23
25 none
26
28 • Show Identify Device:
29
30 # nvme virtium show-identify /dev/nvme0n1
31
33 Part of the nvme-user suite
34
35
36
37 NVME-VIRTIUM-SHOW()