The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/coda/README

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 $NetBSD: README,v 1.3 2007/04/08 13:50:51 gdt 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 April 2007, Coda is not quite stable enough for demanding
   15 production use, but is usable by those who are willing to deal with
   16 problems.  Help can be obtained via the list codalist@coda.cs.cmu.edu.
   17 
   18 As of April 2007, pkgsrc/net/coda\* is old, and gdt recommends running
   19 code from Coda's CVS.
   20 
   21 As of April 2007, the kernel code has not been tested on 64-bit
   22 architectures.  It runs on i386 and has previously been tested on
   23 sparc.
   24 

Cache object: 6c6bb5f115343e26f5647c541889c09b


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.