From owner-freebsd-questions Thu Oct 12 10:30:59 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA22605 for questions-outgoing; Thu, 12 Oct 1995 10:30:59 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA22600 for ; Thu, 12 Oct 1995 10:30:56 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA15345; Thu, 12 Oct 1995 10:27:36 -0700 From: Terry Lambert Message-Id: <199510121727.KAA15345@phaeton.artisoft.com> Subject: Re: PCNFS To: hedley@cs.bris.ac.uk (David Hedley) Date: Thu, 12 Oct 1995 10:27:35 -0700 (MST) Cc: freebsd-questions@freebsd.org In-Reply-To: <10762.813496533@danno> from "David Hedley" at Oct 12, 95 12:15:33 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 805 Sender: owner-questions@freebsd.org Precedence: bulk > Has anybody managed to get a PC running PCNFS (5.x) to mount a directory on > a FreeBSD host using the standard nfsd/mountd combination? I can't get it > to work at all. In the end I have resorted to compiling the user-space nfs > server code that Linux uses and this seems to work OK (although directories > with more than 20 files seem to screw it up badly). PCNFS required PCNFSD or PCNFSD functionality. On Linux, the functionality is "almost there" (as you found out) in the user space daemon. On BSD, you *must* run the PCNFSD. Luckily PCNFSD source comes with PCNFSD. I believe there are several ports (Sun, Beame and Whiteside) lying around already. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.