System runs out of space, space returns after restart

This is not an answer, but some tips on how to identify the source of the problem. Exactly which location use your hard drive space.
To find what is taking the space, you can do the following:
  • First, get a listing of the occupied space of the root folders with sudo du -h -d 1 --exclude=/proc --exclude=/run /. This will give you some output like the following:
    309M    /opt
    3,8G    /var
    512K    /root
    (...)
    3,5M    /lib32
    

Popular posts from this blog

How to install and configure ApacheTomcat and Integrate with apache2 on Linux (Ubuntu 14.04)

Creat Backup of MYSQL (Ubuntu 14.04)