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 Apache2 for Webhosting on Linux (Ubuntu 14.04)

How to set Java Path if you want to put your java any directory in linux Computer

Make autoservice for Tomcat