After having used my L5 for just under two months it is beginning to run out of ‘disk’ space already.
I haven’t installed all that many apps just yet - mostly because there arn’t all that many - but already the 32 Gb internal memory is at nearly two-thirds of its capacity.
So, soon I - and I would guess others too - will be running out of disk space.
My question therefore, is what to do about this?
Are there ways to clean up the memory? Either by app or manually. Are there apps or commands that can weed out any dross? Is there any lingering obsolete stuff I can simply delete?
For starters, check the output of df -h /. If you used your L5 for just under two months, you may have hit a bug we had recently where the flashed images weren’t properly resized to fill the whole eMMC at first boot.
Also doing this once and a while will prune the size of the journal:
sudo journalctl --vacuum-time=7d
If you haven’t done this yet I bet you’ll get a bunch more space back as well but that isn’t automatic. I also went and configured my journal file to not exceed 500 meg and 30 days.