2010/12/7 <fajfu...@wp.pl>

> Hi
>
> Can I remove /var/cache/ directory.
> My contens of it is as follows:
> cups  edb  eix  fontconfig  genkernel  hald  ldconfig  man
> revdep-rebuild  samba
>
> thanks for answer
>
>
>
> Hi,
Before you decide to remove something do some testing.
start by running
$ du -sh /*
Then see what grabs the most, or what seems not in place.
Then try to run the command again in the directory that seems to be too big.

In my case /var/cache is just 16M so no need to look there.

Another option is to mount some parts of your filesystem as tmpfs.
This will put files on the main memory and not on the hard drive.
Take care that this files will be gone when you unmount or restart.

You can save some more space with
FEATURES="noman noinfo nodoc"
placed in /etc/make.conf

Regards,
Kfir

Reply via email to