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?
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?
You can free up space from logs:
journalctl --vacuum-time=1d
Afterwards, try updating again.
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.
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.