View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#4
You might look, if the error message is of some value by checking with some commands
Code:
mount
df
free
du -kx / | sort -n | tail -n 20
du -kx /home | sort -n | tail -n 20
If unsure please post the complete output here.

Last edited by michaaa62; 2011-12-23 at 15:21.