From owner-freebsd-hackers Thu May 30 19:35:37 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA01631 for hackers-outgoing; Thu, 30 May 1996 19:35:37 -0700 (PDT) Received: from ginger.cmf.nrl.navy.mil (root@ginger.cmf.nrl.navy.mil [134.207.10.161]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA01599 for ; Thu, 30 May 1996 19:35:30 -0700 (PDT) Received: from excalibur.cmf.nrl.navy.mil (excalibur.cmf.nrl.navy.mil [134.207.6.17]) by ginger.cmf.nrl.navy.mil (8.7.5/8.7.3) with ESMTP id WAA00285; Thu, 30 May 1996 22:34:19 -0400 (EDT) Message-Id: <199605310234.WAA00285@ginger.cmf.nrl.navy.mil> To: Martin Heller cc: hackers@freebsd.org Subject: Re: Has anyone taken a look at the coda file system ? In-reply-to: Your message of "Fri, 31 May 1996 01:46:24 +0200." X-Face: "Evs"_GpJ]],xS)b$T2#V&{KfP_i2`TlPrY$Iv9+TQ!6+`~+l)#7I)0xr1>4hfd{#0B4 WIn3jU;bql;{2Uq%zw5bF4?%F&&j8@KaT?#vBGk}u07<+6/`.F-3_GA@6Bq5gN9\+s;_d gD\SW #]iN_U0 KUmOR.P<|um5yPkEpSD@*e` Date: Thu, 30 May 1996 22:34:29 -0400 From: Ken Hornstein Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Has anyone looked at the coda file system (CFS) from CMU ? >The coda file system is the descendent of the Andrew file system (AFS), >seems to be compatible with AFS, a makefile for an NetBSD-i386 client seems >to exist and the source code is ftp-able from their ftp for anyone >(ftp.cs.cmu.edu) . I looked at coda not too long ago. It has it's advantages (one big one being that it was free), but the disadvantages were: - Wasn't compatible with AFS at all (clients could coexist on the same box, but the two couldn't talk to each other). - Documentation was rather sparse - Didn't use Kerberos for authentication - Didn't do some of the cooler things that AFS can do (like moving volumes on the fly, etc). It's definately worth looking at it, but since you need a server as well as a client to test it out, I think you have a lot of work ahead of you :-) --Ken