1NVME-LBA-STATUS-L(1)              NVMe Manual             NVME-LBA-STATUS-L(1)
2
3
4

NAME

6       nvme-lba-status-log - Send LBA Status Log Page request returns result
7       and log
8

SYNOPSIS

10       nvme lba-status-log <device> [--rae | -r] [--output-format=<fmt> | -o <fmt>]
11

DESCRIPTION

13       Retrieves the NVMe LBA Status Log Page from an NVMe device and provides
14       the returned structure.
15
16       The <device> parameter is mandatory and may be either the NVMe
17       character device (ex: /dev/nvme0), or a namespace block device (ex:
18       /dev/nvme0n1).
19
20       On success, the returned LBA Status Log Page structure may be returned
21       in one of several ways depending on the option flags; the structure may
22       parsed by the program and printed in a readable format or the raw
23       buffer may be printed to stdout for another program to parse.
24

OPTIONS

26       -r, --rae
27           Retain an Asynchronous Event.
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

EXAMPLES

34       •   Print the LBA Status Log page in a normal readable format:
35
36               # nvme lba-status-log /dev/nvme0
37
38       •   Show the output in json format
39
40               # nvme lba-status-log /dev/nvme0 -o json
41               +
42
43               NVME
44
45       Part of the nvme-user suite
46
47
48
49NVMe                              04/11/2022              NVME-LBA-STATUS-L(1)
Impressum