Increasing Guest Disk Size
Increase VM Disk Size
Use Proxmox GUI to give the guest VM more disk.
Guest
Extend partition size:
sudo cfdisk
Verify with lsblk
.
Then resize the file system. For ext4:
sudo resize2fs /dev/sda3
Use Proxmox GUI to give the guest VM more disk.
Extend partition size:
sudo cfdisk
Verify with lsblk
.
Then resize the file system. For ext4:
sudo resize2fs /dev/sda3