1NVME-WDC-GET-DRIV(1)              NVMe Manual             NVME-WDC-GET-DRIV(1)
2
3
4

NAME

6       nvme-wdc-get-drive-status - Send the NVMe WDC get-drive-status command,
7       return result
8

SYNOPSIS

10       nvme wdc get-drive-status <device>
11

DESCRIPTION

13       For the NVMe device given, send the unique WDC get-drive-status command
14       and provide the additional drive status information.
15
16       The <device> parameter is mandatory and may be either the NVMe
17       character device (ex: /dev/nvme0).
18
19       This will only work on WDC devices supporting this feature. Results for
20       any other device are undefined.
21
22       On success it returns 0, error code otherwise.
23

OUTPUT EXPLANATION

25       ┌──────────────────────────┬───────────────────────────┐
26Field                     Description               
27       ├──────────────────────────┼───────────────────────────┤
28       │                          │                           │
29Percent Life Used.        │ The percentage of drive   │
30       │                          │ function used.            │
31       ├──────────────────────────┼───────────────────────────┤
32       │                          │                           │
33EOL (End of Life) Status  │ The 3 possible states are │
34       │                          │ : Normal, Read Only, or   │
35       │                          │ End of Life.              │
36       ├──────────────────────────┼───────────────────────────┤
37       │                          │                           │
38Assert Dump Status        │ The 2 possible states are │
39       │                          │ : Present or Not Present. │
40       ├──────────────────────────┼───────────────────────────┤
41       │                          │                           │
42Thermal Throttling Status │ The 3 possible states are │
43       │                          │ : Off, On, or Unavaiable. │
44       ├──────────────────────────┼───────────────────────────┤
45       │                          │                           │
46Format Corrupt Reason     │ The 3 possible states are │
47       │                          │ : Not Corrupted, Corrupt  │
48       │                          │ due to FW Assert, or      │
49       │                          │ Corrupt for Unknown       │
50       │                          │ Reason.                   │
51       └──────────────────────────┴───────────────────────────┘
52

EXAMPLES

54       ·   Has the program issue WDC get-drive-status command :
55
56               # nvme wdc get-drive-status /dev/nvme0
57

NVME

59       Part of the nvme-user suite.
60
61
62
63NVMe                              04/08/2019              NVME-WDC-GET-DRIV(1)
Impressum