File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ nvme-rotational-media-info-log(1)
2+ =================================
3+
4+ NAME
5+ ----
6+ nvme-rotational-media-info-log - Retrieve Rotational Media Information Log, show it
7+
8+ SYNOPSIS
9+ --------
10+ [verse]
11+ 'nvme rotational-media-info-log' <device> [--endg-id=<endgid> | -e <endgid>]
12+ [--verbose | -v] [--output-format=<fmt> | -o <fmt>]
13+ [--timeout=<timeout>]
14+
15+ DESCRIPTION
16+ -----------
17+ Retrieve Rotational Media Information Log, show it
18+
19+ The <device> parameter is mandatory NVMe character device (ex: /dev/nvme0).
20+
21+ On success it returns 0, error code otherwise.
22+
23+ OPTIONS
24+ -------
25+ -e <endgid>::
26+ --endg-id=<endgid>::
27+ This field specifies the identifier of the endurance group.
28+
29+ -v::
30+ --verbose::
31+ Increase the information detail in the output.
32+
33+ -o <fmt>::
34+ --output-format=<fmt>::
35+ Set the reporting format to 'normal', 'json' or 'binary'. Only one
36+ output format can be used at a time.
37+
38+ -t <timeout>::
39+ --timeout=<timeout>::
40+ Override default timeout value. In milliseconds.
41+
42+ EXAMPLES
43+ --------
44+ * Has the program issue a rotational-media-info-log
45+ +
46+ ------------
47+ # nvme rotational-media-info-log /dev/nvme0 --endg-id=1
48+ ------------
49+
50+ NVME
51+ ----
52+ Part of the nvme-user suite.
You can’t perform that action at this time.
0 commit comments