📦 Auto-growing disks in Vagrant: because 10 GB is never enough
Have you ever fired up a Vagrant VM, provisioned a project, pulled some Docker images, ran a build… and ran out of disk space halfway through? Welcome to my world. Apparently, the default disk size in Vagrant is tiny—and while you can specify a bigger virtual disk, Ubuntu won’t magically use the extra space. You need to resize the partition, the physical volume, the logical volume, and the filesystem. Every. Single. Time.
Enough of that nonsense.
🛠 The setup
Here’s the relevant […]
https://amedee.be/%f0%9f%93%a6-auto-growing-disks-in-vagrant-because-10-gb-is-never-enough/