View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#8
I am sorry, should have been
Code:
du -H /opt | sort -n
Please also check the diskusage for /home/user
Code:
du -H /home/user | sort -n
mount without options does tell you which device and which directory are mounted where.

Everything is mounted where it should be for /home and /opt, but the partition is full. Could be /home/user or /opt, so please check with the above command, which one is the culprit for wasting your valuable space.