NVME-WDC-VS-INTER(1) | NVMe Manual | NVME-WDC-VS-INTER(1) |
nvme-wdc-vs-internal-log - Retrieve WDC device's internal firmware log and save to file.
nvme wdc vs-internal-log <device> [--output-file=<FILE>, -o <FILE>] [--transfer-size=<SIZE>, -s <SIZE>]
For the NVMe device given, sends the WDC Vendor Specific Internal Log request and saves the result to a file.
The <device> parameter is mandatory NVMe character device (ex: /dev/nvme0).
This will only work on WDC devices supporting this feature. Results for any other device are undefined.
-o <FILE>, --output-file=<FILE>
-s <SIZE>, --transfer-size=<SIZE>
# nvme wdc vs-internal-log /dev/nvme0
# nvme wdc vs-internal-log /dev/nvme0 -o test.bin
# nvme wdc vs-internal-log /dev/nvme0 -o /tmp/test
# nvme wdc vs-internal-log /dev/nvme0 -s 0x10000
# nvme wdc vs-internal-log /dev/nvme0 -s 16384
Part of the nvme-user suite.
01/08/2019 | NVMe |