View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#4
Your optfs on the partition for /home is full. Try to analyze with
Code:
du -kx /home | sort -n #this time it is neither l nor 1 it is a  | 'pipe'-symbol
This will list all folders on the /dev/mmcblk0p2 partition sorted by size starting with the smallest. As this will be quite a long list it will scroll out of the buffer of X-Terminal, but because only the biggest folders are important.

If this does not indicate some real space wasters there is the slight possibility, that your MyDocs partiition is or was temporarily not available, while still some copying was done to that folder.
You could check
Code:
sudo gainroot
umount /dev/mmcblk0p1
du -akx /home/user/MyDocs
If anything is listed move it away to free the space then remount the partition.

Last edited by michaaa62; 2011-02-20 at 16:22.
 

The Following User Says Thank You to michaaa62 For This Useful Post: