On Fri, 2021-03-12 at 10:05 +0100, Carlos E. R. wrote:
On 12/03/2021 04.54, Carl Spitzer {L Juno} wrote:
this DV6000 is running 11.4 as it only holds 2gig memory.
11.4 has no systemd, so no journal, no .../systemd/coredump, and no btrfs. There can be no updates, so no .../packages either :-)
root is filling up there was once 4gig free now down to 1.5 gig end of last year and now only 1.3 gig.
The typical culprit is /var/log/, the other is /tmp. But don't make guesses, find out. Use tools to find where disk space is going to.
du -chs /
or
du -chs --exclude=/home /
if /home is a different partition.
I've also found `ncdu` really helpful in navigating filling drives. It comes with a TUI that let's you navigate through your system, showing where all the space is going. https://dev.yorhel.nl/ncdu Best of luck, Chris