1NVME-CHANGED-NS-L(1) NVMe Manual NVME-CHANGED-NS-L(1)
2
3
4
6 nvme-changed-ns-list-log - Send NVMe Changed Namespace List log page
7 request, returns result and log.
8
10 nvme changed-ns-list-log <device> [--raw-binary | -b]
11 [--output-format=<fmt> | -o <fmt>]
12
14 Retrieves the NVMe Changed Namespace List log page from an NVMe device
15 and provides the returned structure.
16
17 The <device> parameter is mandatory and must be a NVMe character device
18 (ex: /dev/nvme0).
19
20 On success, the returned Changed Namespace List log structure may be
21 returned in one of several ways depending on the option flags; the
22 structure may parsed by the program and printed in a readable format or
23 the raw buffer may be printed to stdout for another program to parse.
24
26 -b, --raw-binary
27 Print the raw Changed Namespace List log buffer to stdout.
28
29 -o <format>, --output-format=<format>
30 Set the reporting format to normal, json, or binary. Only one
31 output format can be used at a time.
32
34 · Print the Changed Namespace List Log page in a human readable
35 format:
36
37 # nvme changed-ns-list-log /dev/nvme0
38
39 · Print the raw Changed Namespace List log to a file:
40
41 # nvme changed-ns-list-log /dev/nvme0 --raw-binary > log.raw
42
43 It is probably a bad idea to not redirect stdout when using this
44 mode.
45
47 Part of the nvme-user suite
48
49
50
51NVMe 04/24/2020 NVME-CHANGED-NS-L(1)