Friday 16 May 2014

Using your SSD for caches

You have an SSD mounted on /scratch. Your home directory however is still on the spinning disk.

mv .cache /scratch/home/timp/

In your ~/.xsessionrc:

XDG_CACHE_HOME=/scratch/home/timp/.cache
export XDG_CACHE_HOME