ccache over sshfs.
This might be a stupid idea. but. meh.
figure out - on the kindle - where your ccache is stored.
for me it was
/mnt/us/debian/mnt/us/home/root/.ccache
then on your PC create a folder to swap to:
mkdir -p /place/you/want/ccache (I used /home/me/ccache)
then on the kindle (not in debian)
sshfs me@dev:/home/me/ccache /mnt/us/debian/mnt/us/home/root/.ccache
and we are done
[root@kindle root]#
df -h
Quote:
Filesystem Size Used Available Use% Mounted on
/dev/root 340.2M 210.3M 112.8M 65% /
...
fsp 3.2G 3.1G 26.9M 99% /mnt/us
/dev/loop/0 3.2G 3.1G 26.9M 99% /mnt/base-us
/dev/loop/debian 1.9G 1.1G 693.9M 63% /mnt/us/debian
tmpfs 124.8M 76.0K 124.8M 0% /mnt/us/debian/dev
me@dev:/home/me/ccache
233.2G 201.4G 20.0G 91% /mnt/us/debian/mnt/us/home/root/.ccache
|
EDIT: okay this wasn't a great idea. locked up the device.. ;P
just use sshfs for sensible things then. hehehehe