View Single Post
Old 10-24-2013, 11:00 AM   #12
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
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

Last edited by twobob; 10-24-2013 at 12:29 PM.
twobob is offline   Reply With Quote