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