From: michi1@michaelblizek.twilightparadox.com (michi1 at michaelblizek.twilightparadox.com)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Is it possible to use a local drive to cache an NFS share
Date: Tue, 4 Sep 2012 07:14:37 +0200 [thread overview]
Message-ID: <20120904051437.GA2241@grml> (raw)
In-Reply-To: <CAGdaadZiofoPTvOU0E6q19eEOe9hCWhkxaX=VB8YOWyEF8LdMQ@mail.gmail.com>
Hi!
On 22:27 Mon 03 Sep , Mulyadi Santosa wrote:
> Hi :)
>
> On Mon, Sep 3, 2012 at 8:00 PM, Graeme Russ <graeme.russ@gmail.com> wrote:
> > Hi All,
> >
> > I am mounting /home over NFS which is great, but it really kills compile
> > times. So I have a local HDD which I have copied all my source code over
> > from which I do my coding and compiling.
> >
> > What I would love to do is use the local drive to cache /home. Specifically
> > one user directory under /home - only one machine will ever be modifying
> > the contents of this directory.
>
> I suggest to use ccache, if your focus is only about compiling.
>
> Then configure ccache to use your local drive as the directory to
> store the cache objects.
ccache caches the compilation result, but it still needs to reads the source
code files and write the object files...
-Michi
--
programing a layer 3+4 network protocol for mesh networks
see http://michaelblizek.twilightparadox.com
next prev parent reply other threads:[~2012-09-04 5:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-03 13:00 Is it possible to use a local drive to cache an NFS share Graeme Russ
2012-09-03 15:26 ` michi1 at michaelblizek.twilightparadox.com
2012-09-03 15:27 ` Mulyadi Santosa
2012-09-04 5:14 ` michi1 at michaelblizek.twilightparadox.com [this message]
2012-09-03 19:51 ` Rajat Sharma
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120904051437.GA2241@grml \
--to=michi1@michaelblizek.twilightparadox.com \
--cc=kernelnewbies@lists.kernelnewbies.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.