My new Ubuntu computer (running 16.10) fills disk space until it's full. Executing du -h --max-depth 1
on the /
directory shows very little space used (like 30 GiBs at most).
When I reboot, this issue is resolved.
My new Ubuntu computer (running 16.10) fills disk space until it's full. Executing du -h --max-depth 1
on the /
directory shows very little space used (like 30 GiBs at most).
When I reboot, this issue is resolved.
Disk Usage Analyzer
to find where your disk space is going. Look at the size of the log files in /var/log. If they're huge,more /var/log/syslog
to see what's filling them up... probably the same error over and over. See http://askubuntu.com/questions/880106/which-files-should-i-remove-from-var-log-directory-to-free-space-in-ubuntu-16-0/880124#880124 – heynnema Feb 10 '17 at 01:04sudo du -h / --max-depth=1 | sort -h
which will show you which folders are taking up the most room at the bottom of the list. That should help you get a better understanding of where all your space is going. Ignore the/
at the bottom as that is all the space of all folders added together. – Terrance Feb 10 '17 at 01:08du
(unless I was looking at it wrong) would.xsession_errors
purge on reboot by chance? – grepsedawk Feb 10 '17 at 01:20feh
which I use once a minute in my i3 config to change my background) – grepsedawk Feb 10 '17 at 01:32