Resize Proxmox Linux VM disk
Supporting Docs
Resizing guest disk
On pve shell:
Enlarge the partition(s) in the virtual disk
On linux VM shell:
Resize the partition 1 (LVM PV) to occupy the whole remaining space of the hard drive):
(parted) print
Warning: Not all of the space available to /dev/sdb appears to be used, you can
fix the GPT to use all of the space (an extra 268435456 blocks) or continue
with the current setting?
Fix/Ignore? F
(parted) resizepart 1 100%
(parted) print
(parted) quit
Enlarge the filesystem(s) in the partitions on the virtual disk
On linux VM shell: