View Single Post
ruplee76's Avatar
Posts: 118 | Thanked: 20 times | Joined on May 2012 @ INDIA
#51
Originally Posted by thedead1440 View Post
If they are in ~/MyDocs its ok. What you need to do is check /home/ and /home/user/ for any junk that may be causing an issue...

Via terminal you can enter:
Code:
du -ham -d2 /home/ | sort -nr
The above would sort out to 2 folders deep (-d2) the sizes in descending order of the folders the sizes in MB. This would give you a rough idea of what's eating up your memory and you can act accordingly...

Sorry, had a typo. Finally i got the issue. Had a call recording app which had saved gigs of recorded files. Deleted them all and i am back with normal data storage..(phew). Thanks once again thedead1440, you are truely genious

Last edited by ruplee76; 2013-02-02 at 05:49.