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

Install Node,Angular2 and Sublime 3

To change the owenership of any folder for domain user !!

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