Notes to Self

Alex Sokolsky's Notes on Computers and Programming

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