View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#2
If by any chance your MyDocs partition was not mounted, the files would be go right in MyDocs folder. To check this umount the MyDocs partition and check the content of MyDocs.
Code:
sudo gainroot
umount /dev/mmcblk0p1
du -ak /home/user | sort -n
This will list the largest files and folders in MyDocs last, so they will not scroll out of terminal buffer. If this is not sufficient please try the same du command o /home/user/MyDocs.
 

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