From owner-freebsd-questions Mon Apr 7 18:50:46 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA08386 for questions-outgoing; Mon, 7 Apr 1997 18:50:46 -0700 (PDT) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id SAA08376 for ; Mon, 7 Apr 1997 18:50:41 -0700 (PDT) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA10332; Mon, 7 Apr 1997 21:50:08 -0400 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Mon, 7 Apr 1997 21:50 EDT Received: from lakes.water.net (lakes [10.0.0.3]) by ponds.water.net (8.8.3/8.7.3) with ESMTP id VAA02514; Mon, 7 Apr 1997 21:27:28 -0400 (EDT) Received: (from rivers@localhost) by lakes.water.net (8.8.3/8.6.9) id VAA04605; Mon, 7 Apr 1997 21:33:36 -0400 (EDT) Date: Mon, 7 Apr 1997 21:33:36 -0400 (EDT) From: Thomas David Rivers Message-Id: <199704080133.VAA04605@lakes.water.net> To: ponds!federation.addy.com!fbsdlist, ponds!netcom.com!sauber Subject: Re: clientside nfs caching Cc: ponds!FreeBSD.ORG!questions, ponds!xmission.com!softweyr Content-Type: text Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Soren wrote: > On Fri, 4 Apr 1997, Cliff Addy wrote: > > > On Thu, 3 Apr 1997, Wes Peters - Softweyr LLC wrote: > > > > > Soren Dossing asked: > > > > Does any applications exist for freebsd, that can do client side caching > > > > of file systems mounted with nfs or similar service. I will consider any > > > > free as well as commercial solutions. > > > > > > Good God I hope not. This is most certainly a recipe for disaster. > > > You're far better off getting a faster server or a faster network. > > > > No, client-side caching is standard behavior for nfs. I think you're > > confused because it often called caching, when really it's just read/write > > buffering. Under FreeBSD it's handled by nfsiod and is usually > > automatically launched. > > What I had in mind was actually something more like AFS (Andrew File > System). I need access over internet to a fileserver with source codes. > NFS might me OK... wil nfsiod cache/spool as much as, say 500MB at a time? > > Soren Well - I have to add to the "don't do it" sentiment. It has been my experience, for several years now, that AFS is generally not reliable - at least on HP/UX 9.05. We are now to the point that we have daily problems with afs cache problems... We've decided to migrate over to NFS... even though it may be slower, we can get the job done; whereas AFS just isn't cutting it. - Dave Rivers -