Resize disks of a VM
Source: https://pve.proxmox.com/wiki/Resize_disks
- Extend the disk in the web UI
- Run
partprobeon the machine - Run
parted
printto show current layout. This will ask you to fix the GPT. Say “Fix”resizepart 1–1being the partition ID- It asks for the end. Type
100%
- Resize the filesystem:
resize2fs /dev/vda1