logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nvme-wdc-vs-drive-info - Send the NVMe WDC vs-drive-info command, return result

Description

       For the NVMe device given, send the unique WDC vs-drive-info command and provide the additional drive
       information.

       The <device> parameter is mandatory and must be the NVMe character device (ex: /dev/nvme0).

       This will only work on WDC devices supporting this feature. Results for any other device are undefined.

       On success it returns 0, error code otherwise.

Example

       # nvme wdc vs-drive-info /dev/nvme0

Name

       nvme-wdc-vs-drive-info - Send the NVMe WDC vs-drive-info command, return result

Nvme

       Part of the nvme-user suite.

NVMe                                               02/16/2025                               NVME-WDC-VS-DRIVE(1)

Output Explanation

       There are several different fields returned from this command depending on the drive:

       Drive HW Revision

       FTL Unit Size

       Customer Serial Number

       HyperScale Boot Version

       TCG Device Ownership

Synopsis

nvmewdcvs-drive-info <device>

See Also