Home | History | Annotate | only in /src/sys/coda
Up to higher level directory
NameDateSize
cnode.h18-May-20246.4K
coda.h14-Nov-202019.9K
coda_io.h06-Sep-20152.4K
coda_namecache.c18-May-202419.5K
coda_namecache.h18-Mar-20095.6K
coda_opstats.h24-Jul-20214.6K
coda_pioctl.h06-Sep-20152.7K
coda_psdev.c18-May-202419.4K
coda_subr.c18-May-202413.7K
coda_subr.h02-Aug-20122K
coda_venus.c18-May-202421K
coda_venus.h04-Mar-20073.9K
coda_vfsops.c28-May-202516.1K
coda_vfsops.h17-Jan-20202.6K
coda_vnops.c14-May-202455.6K
coda_vnops.h14-Nov-20203K
files.coda02-Mar-2010325
README04-Aug-20121.3K
TODO08-Apr-2007408

README

      1 $NetBSD: README,v 1.4 2012/08/04 12:47:00 christos Exp $
      2 
      3 Coda is a distributed filesystem.  It is derived from AFS, but
      4 supports disconnected operation, both reading and writing.  This
      5 directory contains the interface between the VFS layer and a
      6 user-space program ("venus") that implements the client part of Coda.
      7 The interface is similar to puffs(9) in many respects.
      8 
      9 Coda servers do not need kernel support.
     10 
     11 For information on Coda, see
     12   http://www.coda.cs.cmu.edu
     13 
     14 As of Sat Aug  4 15:45:27 EEST 2012
     15 	- The coda/vcoda modules have been tested for read/write
     16 	  operations and load/unload on amd64 with a DEBUG/DIAGNOSTIC
     17 	  kernel and there are no locking errors.
     18 	- If you find issues with coda, please file a bug report.
     19 	  Also help can be obtained via the list codalist (a] coda.cs.cmu.edu.
     20 	- Pkgsrc/net/coda has the latest source available from cmu and
     21 	  has been fixed to co-exist with openafs (openafs has been modified)
     22 
     23 To test:
     24 - Install pkgsrc/net/coda
     25 
     26 # rm -fr /var/lib/coda			# remove junk if there was a crash
     27 # /usr/pkg/sbin/venus-setup xxxx	# xxxx the domain name
     28 # /usr/pkg/sbin/venus
     29 # clog guest (a] testserver.coda.cs.cmu.edu	# password is guest
     30 # echo foo > /coda/testserver.coda.cs.cmu.edu/playground/nb.test0 
     31 
     32 You should be able to access things in /coda
     33