1NVME-SEAGATE-VS-S(1) NVMe Manual NVME-SEAGATE-VS-S(1)
2
3
4
6 nvme-seagate-vs-smart-add-log - Retrieve Seagate vendor specific
7 extended-SMART Information
8
10 nvme seagate vs-smart-add-log <device> [OPTIONS]
11
13 For the NVMe device given, sends the Seagate vendor log request and
14 either saves the result to a file or dumps the content to stdout.
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 The log contents may be associated with the controller, in which case
21 the namespace parameter is ignored.
22
23 Two logs exist, page 0xC4 (Extended SMART log page) and page 0xCF (DRAM
24 Supercap SMART log page)
25
26 This command will only work on Seagate devices supporting this feature.
27 Not all commands work across all product families.
28
30 -l <NUM>, --log=<NUM>
31 Log number, page 0xC4 (Extended SMART log page) and page 0xCF (DRAM
32 Supercap SMART log page)
33
34 -n <NUM>, --namespace-id=<NUM>
35 Namespace number
36
37 -o <FILE>, --output-file=<FILE>
38 Output in binary format. Defaults to text-formatted dump to stdout
39
41 Get the vendor specific extended SMART information for the specified
42 device.
43
44 # nvme seagate vs-smart-add-log /dev/nvme0
45
47 Part of the nvme-user suite
48
49
50
51NVMe 11/04/2022 NVME-SEAGATE-VS-S(1)