Index of /archives/NetBSD/NetBSD-release-9/src/sys/coda

Icon  Name                                       Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] CVS/ 2024-02-15 03:50 - [TXT] README 2012-08-04 21:47 1.3K [TXT] TODO 2007-04-08 22:50 408 [TXT] cnode.h 2014-12-14 00:59 6.4K [TXT] coda.h 2020-11-14 22:01 20K [TXT] coda_io.h 2015-09-06 15:00 2.4K [TXT] coda_namecache.c 2014-10-18 17:33 20K [TXT] coda_namecache.h 2009-03-19 00:14 5.6K [TXT] coda_opstats.h 2005-12-11 21:19 4.6K [TXT] coda_pioctl.h 2015-09-06 15:00 2.7K [TXT] coda_psdev.c 2017-10-25 17:12 19K [TXT] coda_subr.c 2015-01-06 20:24 14K [TXT] coda_subr.h 2012-08-03 01:06 2.0K [TXT] coda_venus.c 2013-10-18 05:56 21K [TXT] coda_venus.h 2007-03-04 15:01 3.9K [TXT] coda_vfsops.c 2017-04-04 16:36 16K [TXT] coda_vfsops.h 2017-06-09 07:29 2.6K [TXT] coda_vnops.c 2020-11-14 22:01 55K [TXT] coda_vnops.h 2012-08-03 01:06 2.9K [   ] files.coda 2010-03-03 01:43 325
$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