Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | H A D | 04-Aug-2012 | 1.3 KiB | 33 | 25 | |
TODO | H A D | 08-Apr-2007 | 408 | 20 | 11 | |
cnode.h | H A D | 17-May-2024 | 6.4 KiB | 208 | 102 | |
coda.h | H A D | 14-Nov-2020 | 19.9 KiB | 851 | 609 | |
coda_io.h | H A D | 06-Sep-2015 | 2.4 KiB | 62 | 9 | |
coda_namecache.c | H A D | 17-May-2024 | 19.5 KiB | 718 | 392 | |
coda_namecache.h | H A D | 18-Mar-2009 | 5.6 KiB | 175 | 86 | |
coda_opstats.h | H A D | 24-Jul-2021 | 4.6 KiB | 128 | 35 | |
coda_pioctl.h | H A D | 06-Sep-2015 | 2.7 KiB | 73 | 6 | |
coda_psdev.c | H A D | 17-May-2024 | 19.4 KiB | 774 | 529 | |
coda_subr.c | H A D | 17-May-2024 | 13.7 KiB | 543 | 322 | |
coda_subr.h | H A D | 02-Aug-2012 | 2 KiB | 49 | 13 | |
coda_venus.c | H A D | 17-May-2024 | 21 KiB | 758 | 545 | |
coda_venus.h | H A D | 04-Mar-2007 | 3.9 KiB | 138 | 83 | |
coda_vfsops.c | H A D | 17-May-2024 | 16.1 KiB | 647 | 414 | |
coda_vfsops.h | H A D | 17-Jan-2020 | 2.6 KiB | 71 | 28 | |
coda_vnops.c | H A D | 14-May-2024 | 55.6 KiB | 2,145 | 1,369 | |
coda_vnops.h | H A D | 14-Nov-2020 | 3 KiB | 87 | 36 | |
files.coda | H A D | 02-Mar-2010 | 325 | 15 | 10 |
README
1$NetBSD: README,v 1.4 2012/08/04 12:47:00 christos Exp $ 2 3Coda is a distributed filesystem. It is derived from AFS, but 4supports disconnected operation, both reading and writing. This 5directory contains the interface between the VFS layer and a 6user-space program ("venus") that implements the client part of Coda. 7The interface is similar to puffs(9) in many respects. 8 9Coda servers do not need kernel support. 10 11For information on Coda, see 12 http://www.coda.cs.cmu.edu 13 14As 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@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 23To 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@testserver.coda.cs.cmu.edu # password is guest 30# echo foo > /coda/testserver.coda.cs.cmu.edu/playground/nb.test0 31 32You should be able to access things in /coda 33