From mboxrd@z Thu Jan 1 00:00:00 1970 From: anothy@cosym.net To: 9fans@cse.psu.edu Subject: Re: [9fans] AFS-client for Plan9 - ? MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Message-Id: <20001113201911.6003E199EB@mail.cse.psu.edu> Date: Mon, 13 Nov 2000 15:19:02 -0500 Topicbox-Message-UUID: 29a5c346-eac9-11e9-9e20-41e7f4b1d025 //Local caching would be great, I think. okay, let me say off the bat i have no idea how AFS handles caching, so this comparison may be totally inapropriate. but for fs caching in Plan 9 (without 9p↔AFS), take a look at cfs(4) and the -C option to mount in bind(1). if your goal is talking to AIX or other Unix boxes, take a look at u9fs(4). -α.