You are not logged in.

#1 2009-11-08 07:37:14

vajorie
Member
Registered: 2009-03-12
Posts: 66

mounting chromium's profile to tmpfs?

I've got a netbook and use firefox with its profile mounted on tmpfs (not just for write-related stuff, but speed as well). I was wondering whether anyone know how to do this for chromium too.

I don't know where its profile, cache etc are saved... some seem to go under .cache and some under .config, which makes things confusing for me...
thanks

Offline

#2 2010-03-05 10:24:21

el_cammello
Member
From: Italy
Registered: 2009-03-20
Posts: 70
Website

Re: mounting chromium's profile to tmpfs?

link

mkdir /tmp/chromium_cache
rm -R /home/user/.cache/chromium
ln -s /tmp/chromium_cache/ /home/user/.cache/chromium

# from root:
echo "su -c \"mkdir /tmp/chromium_cache\" user " >> /etc/rc.local

Sorry for my bad english :-)

Offline

Board footer

Powered by FluxBB