1NVME-WDC-DRIVE-RE(1)              NVMe Manual             NVME-WDC-DRIVE-RE(1)
2
3
4

NAME

6       nvme-wdc-drive-resize - Send NVMe WDC Resize Vendor Unique Command,
7       return result.
8

SYNOPSIS

10       nvme wdc drive-resize <device> [--size=<sz> | -s <sz>]
11

DESCRIPTION

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

OPTIONS

25       -s <sz>, --size=<sz>
26           The new size (in GB) to resize the drive to.
27

EXAMPLES

29       ยท   Has the program issue WDC Resize Vendor Unique Command :
30
31               # nvme wdc drive-resize /dev/nvme0n1 --size=100
32

NVME

34       Part of the nvme-user suite.
35
36
37
38NVMe                              04/24/2020              NVME-WDC-DRIVE-RE(1)
Impressum