You are not logged in.
Well, I just did so, after running out of place on my root partition. (It took me a while to discover that my X server not starting was caused by that.)
I moved the whole folder (quite a few gigs) to home , without changing ownership or permissions and created a soft link to the original place.
So far, everything is running fine.
But is there any potential problem I should be worried about ?
Offline
Not in my experience. I link mine in some virtualboxes as well as in my chroots to /tmp so it gets nuked upon a reboot. Why not use cacheclean?
Last edited by graysky (2012-05-27 01:23:19)
Offline
Why not use cacheclean?
Nice, didn't know about that.
Offline
You can modify the cache location in /etc/pacman.conf:
#CacheDir = /var/cache/pacman/pkg/:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Or reorganise your partitions - take some space from /home and make a /var partition.
Offline
Works fine for me, for quite some time.
$ ls -l /var/cache/pacman/pkg
lrwxrwxrwx 1 root root 20 Jan 27 2011 /var/cache/pacman/pkg -> /mnt/Haven/packages/If we're going to talk about package cache maintenance tools, there's an officially supported tool in pacman-contrib: paccache.
Last edited by falconindy (2012-05-27 02:31:11)
Offline