From owner-freebsd-questions Fri Oct 27 07:17:43 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA20615 for questions-outgoing; Fri, 27 Oct 1995 07:17:43 -0700 Received: from dtr.com (dtr.rain.com [204.119.8.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA20605 for ; Fri, 27 Oct 1995 07:17:39 -0700 From: bmk@dtr.com Received: (from bmk@localhost) by dtr.com (8.6.11/8.6.9) id HAA28076; Fri, 27 Oct 1995 07:17:14 -0700 Message-Id: <199510271417.HAA28076@dtr.com> Subject: Re: NFS problems... To: wwong@wiley.csusb.edu (William Wong) Date: Fri, 27 Oct 1995 07:17:13 -0700 (PDT) Cc: questions@freebsd.org In-Reply-To: <199510270726.AAA04077@wiley.csusb.edu> from "William Wong" at Oct 27, 95 00:26:25 am Reply-To: bmk@dtr.com X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 859 Sender: owner-questions@freebsd.org Precedence: bulk > > Can't say. I wouldn't use a shared mail spool, though. FreeBSD doesn't > > support NFS file locking (some goes for other free UN*Xes and some > > commercial ones as well). > > > Since I'm using the FreeBSD mail server to mount a portion of the filesystem > from the IBM RS/6000 (/home/foo_directory) to its /var directory *and* trying > to insure that nothing gets accessed in the /home/foo_directory of the IBM > system, couldn't I get away with not having the file locking capability? Sure. > Besides, why doesn't FreeBSD have NFS file locking? Is it because it isn't > supported yet? My understanding is because Sun has poorly documented the protocol. It's very difficult to code something when you have neither a specification, nor an existing implementation (in source form) to work from. Nevertheless, I believe someone is working on it.