View Single Post
Posts: 4 | Thanked: 0 times | Joined on May 2012
#9194
Originally Posted by zacaaron View Post
Ok so you have the same prob that I have. Doesn't matter that the phone reports that there's still space, The issue seems to be the security framework Aegis hiding the real used space by it's files. Since we can't do anything bout Aegis, we have no choice but to try free up space.

Best place I found for this is the /home/user/.thumbnails/ folder. You can try the following in Terminal to see how much space is used by the folders inside .thumbnails

Code:
cd /home/user/.thumbnails/
du -h
You can delete most of the folders in .thumbnails, the OS will regenerate back what is needed. But to make it more safe, you should remove your facebook & twitter accounts from Accounts before deleting those folders taking up huge space.

I had 800mb in .thumbnails folder, after cleaning it up it only ate 100mb++
Okay thanks, so it is 721.7m so i can clean it from the terminal or just manually from filebox. Also i downloaded this program called cleaner (QAD) that cleans cache data. It worked when i used that as well.