1NVME-WDC-DRIVE-RE(1) NVMe Manual NVME-WDC-DRIVE-RE(1)
2
3
4
6 nvme-wdc-drive-resize - Send NVMe WDC Resize Vendor Unique Command,
7 return result.
8
10 nvme wdc drive-resize <device> [--size=<sz> | -s <sz>]
11
13 For the NVMe device given, sends a Vendor Unique WDC Resize command.
14
15 The <device> parameter is mandatory and may be either the NVMe
16 character device (ex: /dev/nvme0), or a namespace block device (ex:
17 /dev/nvme0n1).
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
25 -s <sz>, --size=<sz>
26 The new size (in GB) to resize the drive to.
27
29 • Has the program issue WDC Resize Vendor Unique Command :
30
31 # nvme wdc drive-resize /dev/nvme0n1 --size=100
32
34 Part of the nvme-user suite.
35
36
37
38NVMe 11/04/2022 NVME-WDC-DRIVE-RE(1)