Disk size issue #13
-
Hey, I regularly get an error along the lines of "No space left on device" whenever I use apt inside the VM, but I can't seem to find any config options for disk space. How can I fix that ? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
Hello , |
Beta Was this translation helpful? Give feedback.
-
I was using the bookworm base box, and the issue stopped when I started using ubuntu-24.04. Here's the Vagrantfile I'm using (I'm forced to rename it to .txt cuz GitHub doesn't accept extensionless files). It's purpose is to setup a test kubernetes environment: |
Beta Was this translation helpful? Give feedback.
-
Thank you for sharing, I see the problem. utm/bookworm vagrant@debian:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/vda1 1.9G 1.4G 350M 80% / utm/ubuntu-24.04 vagrant@vagrant:~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/ubuntu--vg-ubuntu--lv 19G 5.2G 12G 31% / We will try to address this in next cloud image builds. naveenrajm7/utm-box#3 Side note: I see you are using network options in Vagrantfile, which are not yet implemented in UTM. |
Beta Was this translation helpful? Give feedback.
-
New version of With the new packer plugin version v0.3.0, all new cloud images should have default disk size increased to the packer provided disk size. For all existing you can use UTM's disk resize feature to increase the disk size. |
Beta Was this translation helpful? Give feedback.
New version of
utm/bookworm
v0.0.1 has the disk size of 40 GB . utm/bookworm v0.0.1With the new packer plugin version v0.3.0, all new cloud images should have default disk size increased to the packer provided disk size.
For all existing you can use UTM's disk resize feature to increase the disk size.