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.
VMs don’t automatically grow when you make them larger than the image it was created from.
Install something like growpart and run:
So that it grows to fill the entire disk.