Perhaps, somewhat foolishly for a Linux newbie, I opted to manually partition. Unfortunately it looks like the 1.5 gb that I assigned to my Var partition is not going to be enough. Is this something that I can fix relatively easily with a partition manager app? I'm worried that if I start using a program like Thunderbird, this partition is going to go through the roof.
Any advice appreciated, thank you. I've attached a screen print of my file system.
[SOLVED] Var partition filling up quickly!
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
[SOLVED] Var partition filling up quickly!
Last edited by sam500 on Thu Feb 25, 2010 11:43 pm, edited 1 time in total.
LMDE
Re: Var partition filling up quickly!
Thunderbird shouldn't be a problem, by default it stores everything in /home
- rich_roast
- Level 6
- Posts: 1123
- Joined: Sat Sep 05, 2009 4:37 pm
Re: Var partition filling up quickly!
That does seem quite a lot for /var, mine occupies just 453MB, as an example.
There's a disk usage analyser with a gui in your all applications -> accessories menu, you can use that to analyse /var and identify what's filling her up. Mine reveals the main culprit as being apt's cache, taking up half of that space alone. I think you can clean the cache up, I don't know off the top of my head the commands but 'man apt' and follow the references, or try Googling for it. Of course I'd check with the disk usage analyser first to make sure that that is the cause, it could be something else.
There's a disk usage analyser with a gui in your all applications -> accessories menu, you can use that to analyse /var and identify what's filling her up. Mine reveals the main culprit as being apt's cache, taking up half of that space alone. I think you can clean the cache up, I don't know off the top of my head the commands but 'man apt' and follow the references, or try Googling for it. Of course I'd check with the disk usage analyser first to make sure that that is the cause, it could be something else.
Re: Var partition filling up quickly!
Thank you for your comments. I ran the Disk Usage Analyzer and my cache is also the main culprit at 570mb. If it's a 'cache', presumably I can trash it but I will do a little more research unless anyone has some additional advice. I've attached another screen print.
LMDE
- rich_roast
- Level 6
- Posts: 1123
- Joined: Sat Sep 05, 2009 4:37 pm
Re: Var partition filling up quickly!
And most of what's in cache is in archives, which I understand can be cleared with
See this.
Code: Select all
sudo apt-get clean
Re: Var partition filling up quickly!
Code: Select all
sudo apt-get autoclean
Fujitsu Lifebook AH532. Intel i5 processor, 6Gb ram, Intel HD3000 graphics, Intel Audio/wifi. Realtek RTL8111/8168B Ethernet.Lubuntu 13.10,Ubuntu12.10 (Unity), Mint16 (Cinnamon), Manjaro (Xfce).
Re: Var partition filling up quickly!
Yup, that's worked. My var partition is now back down to 19% Thank you all 

LMDE