LXD VM - Storage problem inside VM

VMs don’t automatically grow when you make them larger than the image it was created from.

Install something like growpart and run:

  • growpart /dev/sda 2
  • reboot
  • resize2fs /dev/sda2

So that it grows to fill the entire disk.

1 Like