Changes within the Proxmox VM UI
- Shutdown VM
- Go to VM
- Go to Hardware
- Select
Hard Disk
- From the top nav, select
Disk Action
thenResize
- Enter the amount you want to increase the disk by
- Start the VM
Changes within the Ubuntu VM
- ssh into VM
- run
cfdisk
(free space should be available) - select disk to resize
- select Resize and Enter
- select Write and Enter
- hit Q to quit
- Run
sudo resize2fs /dev/vda2
(replace/dev/vda2
with correct disk name) - Confirm changes by running df -h