View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#17
Your optfs partition is full. List your files sorted for size to find the offending space wasters
Code:
sudo gainroot
du -kx /home | sort -n | tail -n 50
There is always the possibility that a corrupted MyDocs partition might not get mounted to the correct place. Nevertheless files are saved in this folder. So try for these files
Code:
sudo gainroot
umount /home/user/MyDocs
ls -al /home/user/MyDocs
If files are listed after the unmount command, they are actually in /home/user and wasting space, because you never might access them behind the mounted partition. Move them to an external card temporarily.
 

The Following 2 Users Say Thank You to michaaa62 For This Useful Post: