Dom0 update fails

Trying to get the latest Dom0 update installed, but it fails with:

Error Summary
-------------
Disk Requirements:
   At least 133MB more space needed on the / filesystem.

Where can I increase this?

1 Like

You can free up space from logs:

journalctl --vacuum-time=1d

Afterwards, try updating again.

2 Likes

If you want to increase the size of dom0 to avoid this happening in the
future, you can also increase the space allocated to dom0. For example:

sudo lvresize --size 40G /dev/qubes_dom0/root
sudo resize2fs /dev/mapper/qubes_dom0-root
I never presume to speak for the Qubes team. When I comment in the Forum I speak for myself.
3 Likes

I got rid of 1.8G of archived journals using the @FranklyFlawless which fixed my immediate issue, as I was able to apply the update. Thanks.

Iā€™m also going to apply your solution @unman. Thanks for sharing that.

1 Like