LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Stealing Disk space (https://www.linuxquestions.org/questions/linux-newbie-8/stealing-disk-space-785556/)

vinaytp 01-29-2010 03:57 AM

Stealing Disk space
 
Hi all,

Initially I had allocated 20GB for /home. Recently I found almost 7.7 GB of my /home partition has been occupied by a directory called /home/vinay/.mozilla/firefox/2xjho3z3.default

Does any one have idea that why 2xjho3z3.default directory under firefox has consumed lot of space. Is it normal ?

Thanks..

San-Raal 01-29-2010 04:09 AM

While browsing the internet with Mozilla Firefox, the browser stores information on you computer under this directory, for faster web browsing. It is normal that this cache can grow to large quantities if not deleted while browsing frequently.

You can press Ctrl+Shift+Del in your Mozilla Browser and there you can delete the contents of this cache.

MS3FGX 01-29-2010 04:11 AM

That is your Firefox profile directory. All of your settings and extensions are kept there. Although I can't imagine what would be taking up nearly 8 GB. You should go into the directory and find out which subdirectories are taking up the space with a command like:

Code:

du -hsc ./*

jschiwal 01-29-2010 04:15 AM

When running firefox, in the Preferences, you can clear your history, set a limit for offline storage, and clear your offline storage. Also look at your ~/.thumbnails/ directory. You may be able to free space there.

If /tmp & /home are directories of the root partition (/) and /home isn't on it's own partition, you could delete contents you own before powering down. You may find an option where you can configure your system to do this automatically when you reboot.

vinaytp 01-29-2010 04:15 AM

Thanks for reply.

I frequently clear the private data in my browser. I don't think this is the effect of cache created by the browser for faster browsing.

I Suspect, there should be something more than this to create 7.7 GB of data. Also I did not find any directories inside 2xjho3z3.default.

Anyway I deleted the contents of 2xjho3z3.default directory.

Thanks again..


All times are GMT -5. The time now is 01:48 AM.