From owner-freebsd-hackers Tue Mar 12 12:55:29 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA15215 for hackers-outgoing; Tue, 12 Mar 1996 12:55:29 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA15208 for ; Tue, 12 Mar 1996 12:55:27 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id NAA06431; Tue, 12 Mar 1996 13:51:41 -0700 From: Terry Lambert Message-Id: <199603122051.NAA06431@phaeton.artisoft.com> Subject: Re: AFS client for freebsd? To: kenh@cmf.nrl.navy.mil (Ken Hornstein) Date: Tue, 12 Mar 1996 13:51:41 -0700 (MST) Cc: rmallory@wiley.csusb.edu, freebsd-hackers@FreeBSD.ORG In-Reply-To: <199603120514.AAA24840@ginger.cmf.nrl.navy.mil> from "Ken Hornstein" at Mar 12, 96 00:15:00 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > >I know Transarc does not currently support FreeBSD, but does > >anyone have any information of them planning to write an AFS lkm > >for FreeBSD? They have clients for netbsd, and just about every > >other os including OS2 and NT.. > > It's worth pointing out that Transarc didn't have anything to do with the > NetBSD AFS client - that was done by John Kohl and others at MIT. > > If you have a source license, I would think it wouldn't be that hard to > port the source-code diffs (I looked at the code myself, for other reasons). > They're pretty straightforward. If you don't .... try to find someone > who does :-) The port is trivial if you: 1) Unset the vmio flag 2) Hack the VOP_READDIR cookie code (FreeBSD and NetBSD differ here; see the NFS server code for specifics). Note that the NetBSD port is only available as binary, and only then if you have an AFS license already. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.