NetBSD/sys/coda
andvar 7ba300a976 s/auxillary/auxiliary/ in comments. 2022-05-20 19:34:22 +00:00
..
README
TODO
cnode.h
coda.h Rewrite coda_readdir() to directly process the container file. 2020-11-14 11:42:56 +00:00
coda_io.h
coda_namecache.c s/auxillary/auxiliary/ in comments. 2022-05-20 19:34:22 +00:00
coda_namecache.h
coda_opstats.h s/structres/structures + s/whenver/whenever 2021-07-24 22:30:59 +00:00
coda_pioctl.h
coda_psdev.c fix various typos, mainly s/trasfering/transferring/ and s/theese/these/. 2022-05-03 20:52:30 +00:00
coda_subr.c
coda_subr.h
coda_venus.c
coda_venus.h
coda_vfsops.c specfs: Let spec_node_lookup_by_dev wait for reclaim to finish. 2022-03-28 12:37:46 +00:00
coda_vfsops.h
coda_vnops.c add a kauth vnode check for creating links 2022-03-27 16:24:57 +00:00
coda_vnops.h Add coda_pathconf() always returning EINVAL. 2020-11-14 11:42:05 +00:00
files.coda

README

$NetBSD: README,v 1.4 2012/08/04 12:47:00 christos Exp $

Coda is a distributed filesystem.  It is derived from AFS, but
supports disconnected operation, both reading and writing.  This
directory contains the interface between the VFS layer and a
user-space program ("venus") that implements the client part of Coda.
The interface is similar to puffs(9) in many respects.

Coda servers do not need kernel support.

For information on Coda, see
  http://www.coda.cs.cmu.edu

As of Sat Aug  4 15:45:27 EEST 2012
	- The coda/vcoda modules have been tested for read/write
	  operations and load/unload on amd64 with a DEBUG/DIAGNOSTIC
	  kernel and there are no locking errors.
	- If you find issues with coda, please file a bug report.
	  Also help can be obtained via the list codalist@coda.cs.cmu.edu.
	- Pkgsrc/net/coda has the latest source available from cmu and
	  has been fixed to co-exist with openafs (openafs has been modified)

To test:
- Install pkgsrc/net/coda

# rm -fr /var/lib/coda			# remove junk if there was a crash
# /usr/pkg/sbin/venus-setup xxxx	# xxxx the domain name
# /usr/pkg/sbin/venus
# clog guest@testserver.coda.cs.cmu.edu	# password is guest
# echo foo > /coda/testserver.coda.cs.cmu.edu/playground/nb.test0 

You should be able to access things in /coda