Grow LVM physical volume
Published: 19 February 2017
Note: this article is old and may contain outdated or incorrect information.
The pvresize command can be used to grow an existing physical volume so long as you grow the parition on the underlying device.
- Use
fdisk -l /dev/sdc1
to find the start sector of the partition. - Delete existing partition and create a new partition with the same start sector.
- Use
pvresize /dev/sdc1
to grow current physical volume.