11.4Schristos$NetBSD: README,v 1.4 2012/08/04 12:47:00 christos Exp $
21.3Sgdt
31.3SgdtCoda is a distributed filesystem.  It is derived from AFS, but
41.3Sgdtsupports disconnected operation, both reading and writing.  This
51.3Sgdtdirectory contains the interface between the VFS layer and a
61.3Sgdtuser-space program ("venus") that implements the client part of Coda.
71.3SgdtThe interface is similar to puffs(9) in many respects.
81.3Sgdt
91.3SgdtCoda servers do not need kernel support.
101.3Sgdt
111.3SgdtFor information on Coda, see
121.3Sgdt  http://www.coda.cs.cmu.edu
131.3Sgdt
141.4SchristosAs of Sat Aug  4 15:45:27 EEST 2012
151.4Schristos	- The coda/vcoda modules have been tested for read/write
161.4Schristos	  operations and load/unload on amd64 with a DEBUG/DIAGNOSTIC
171.4Schristos	  kernel and there are no locking errors.
181.4Schristos	- If you find issues with coda, please file a bug report.
191.4Schristos	  Also help can be obtained via the list codalist@coda.cs.cmu.edu.
201.4Schristos	- Pkgsrc/net/coda has the latest source available from cmu and
211.4Schristos	  has been fixed to co-exist with openafs (openafs has been modified)
221.4Schristos
231.4SchristosTo test:
241.4Schristos- Install pkgsrc/net/coda
251.4Schristos
261.4Schristos# rm -fr /var/lib/coda			# remove junk if there was a crash
271.4Schristos# /usr/pkg/sbin/venus-setup xxxx	# xxxx the domain name
281.4Schristos# /usr/pkg/sbin/venus
291.4Schristos# clog guest@testserver.coda.cs.cmu.edu	# password is guest
301.4Schristos# echo foo > /coda/testserver.coda.cs.cmu.edu/playground/nb.test0 
311.1Srvb
321.4SchristosYou should be able to access things in /coda
33