From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <3.0.5.32.20010512103528.018b9100@mail.real.com> To: 9fans@cse.psu.edu, 9fans@cse.psu.edu From: "Fariborz 'Skip' Tavakkolian" Subject: Re: [9fans] Persistent cache for cfs In-Reply-To: <20010512130225.4B64F199E1@mail.cse.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sat, 12 May 2001 10:35:28 -0700 Topicbox-Message-UUID: 9f629636-eac9-11e9-9e20-41e7f4b1d025 Stash is exactly what I was shooting for. There are a couple of distributed fs options on the Linux/*BSD side with OpenAFS (IBM) and Coda (CMU); Both use a cache to continue operating when disconnected. Their models have too much unnecessary overhead for Plan9. At 09:02 AM 5/12/01 -0400, presotto@plan9.bell-labs.com wrote: >What plan 9 could use is a stash, something that stores files >you accessed recently, perhaps picking them up lazily. That way, >you could disconnect and keep working. You'ld still need a >local file system like Unix's root file system because you need >some guaranteed files, or you could just provide a set of files >that the stash absolutely has to have, in addition to what it >caches. It would be a nice and useful project for someone to >do. There was a lot of good work some years ago at Columbia >and other places. No idea where it went.