Expand an existing Ubuntu LVM without creating additional partitions, or adding to LVM VGs:
- Expand the physical device (VMware, HyperV, DD to a new physical device, etc)
- Use offline GParted cd to re size the extended partition on which LVM lives
- In live OS, use parted “resizepart” to extend the logical partition inside of the previously re sized extended partition
(parted) resizepart Partition number? 5 End? [268GB]? 1099GB
- reboot
- use LVM to resize the PV:
pvresize /dev/sda5
- resize the filesystem in the LV:
resize2fs
References: