1NVME-WDC-DRIVE-ES(1) NVMe Manual NVME-WDC-DRIVE-ES(1)
2
3
4
6 nvme-wdc-drive-essentials - Retrieve WDC device's drive essentials bin
7 files and save to a tar file.
8
10 nvme wdc drive-essentials <device> [--dir-name=<DIRECTORY>, -d <DIRECTORY>]
11
13 For the NVMe device given, captures the drive essential bin files and
14 saves them into a tar file. The tar file will be in the following
15 format: DRIVE_ESSENTIALS_<Serial Num>_<FW
16 Revision>_<Date>_<Time>.tar.gz e.g.
17 DRIVE_ESSENTIALS_A00FD8CA_1048_20170713_091731.tar.gz
18
19 The <device> parameter is mandatory; NVMe character device (ex:
20 /dev/nvme0).
21
22 This will only work on WDC devices supporting this feature. Results for
23 any other device are undefined.
24
26 -d <DIRECTORY>, --dir-name=<DIRECTORY>
27 Output directory; defaults to current working directory.
28
30 · Gets the drive essentials data files from the device and saves the
31 tar file in current directory (e.g.
32 DRIVE_ESSENTIALS_A00FD8CA_1048_20170713_091731.tar.gz):
33
34 # nvme wdc drive-essentials /dev/nvme0
35
36 · Gets the drive essentials data files from the device and saves the
37 tar file to specified directory (e.g.
38 /tmp/DRIVE_ESSENTIALS_A00FD8CA_1048_20170713_091731):
39
40 # nvme wdc drive-essentials /dev/nvme0 -d /tmp/
41
43 Part of the nvme-user suite.
44
45
46
47NVMe 01/08/2019 NVME-WDC-DRIVE-ES(1)