1NVME-WDC-LOG-PAGE(1) NVMe Manual NVME-WDC-LOG-PAGE(1)
2
3
4
6 nvme-wdc-log-page-directory - Retrieves the list of Log IDs supported
7 by the drive
8
10 nvme wdc log-page-directory <device> [--output-format=<normal|json|binary> -o <normal|json|binary>]
11
13 For the NVMe device given, retrieves the log page directory which
14 contains the list of log page IDs supported by the drive. The
15 --output-format option will format the output as specified.
16
17 The <device> parameter is mandatory and must be the NVMe character
18 device (ex: /dev/nvme0).
19
20 This will only work on WDC devices supporting this feature. Results for
21 any other device are undefined.
22
23 On success it returns the log page directory information, error code
24 otherwise.
25
27 -o <format>, --output-format=<format>
28 Set the reporting format to normal, json, or binary. Only one
29 output format can be used at a time. The default is normal.
30
32 • WDC log-page-directory example command :
33
34 # nvme wdc log-page-directory /dev/nvme0
35
37 Part of the nvme-user suite.
38
39
40
41NVMe 09/29/2023 NVME-WDC-LOG-PAGE(1)