1NVME-TOSHIBA-VS-S(1)              NVMe Manual             NVME-TOSHIBA-VS-S(1)
2
3
4

NAME

6       nvme-toshiba-vs-smart-add-log - Retrieve a Toshiba device's vendor
7       specific extended SMART log page contents and either save to file or
8       dump the contents.
9

SYNOPSIS

11       'nvme toshiba vs-smart-add-log ' <device> [--log=<NUM>, -l <NUM>]
12                       [--namespace-id=<NUM>, -n <NUM>]
13                       [--output-file=<FILE>, -o <FILE>]
14

DESCRIPTION

16       For the NVMe device given, sends the Toshiba vendor log request and
17       either saves the result to a file or dumps the content to stdout.
18
19       The <device> parameter is mandatory and may be either the NVMe
20       character device (ex: /dev/nvme0), or a namespace block device (ex:
21       /dev/nvme0n1).
22
23       The log contents may be associated with the controller, in which case
24       the namespace parameter is ignored.
25
26       Two logs exist, page 0xC0 (log page directory) and page 0xCA (vendor
27       log page)
28
29       This will only work on Toshiba devices supporting this feature.
30

OPTIONS

32       -l <NUM>, --log=<NUM>
33           Log page: 0xC0 or 0xCA (defaults to 0xCA)
34
35       -n <NUM>, --namespace-id=<NUM>, -o <FILE>, --output-file=<FILE>
36           Output binary file. Defaults to text-formatted dump to stdout
37

EXAMPLES

39       •   Get the current log from the device and dumps it to stdout:
40
41               # nvme toshiba vs-smart-add-log /dev/nvme0
42
43       •   Get the contents of log page 0xC0 from the device and save to a
44           binary file:
45
46               # nvme toshiba vs-smart-add-log /dev/nvme0 --output-file=log.bin --log=0xC0
47

NVME

49       Part of the nvme-user suite
50
51
52
53NVMe                              04/11/2022              NVME-TOSHIBA-VS-S(1)
Impressum