From owner-freebsd-questions Tue Sep 5 8:24:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 90B8C37B423 for ; Tue, 5 Sep 2000 08:24:47 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id KAA05486; Tue, 5 Sep 2000 10:24:36 -0500 (CDT) (envelope-from dan) Date: Tue, 5 Sep 2000 10:24:36 -0500 From: Dan Nelson To: Hanspeter Roth Bsag Cc: Alfred Perlstein , freebsd-questions@FreeBSD.ORG Subject: Re: ext2fs support robust? Message-ID: <20000905102436.A3926@dan.emsphone.com> References: <20000903154433.A13312@bs11.bsag.ch> <20000903140003.D18862@fw.wintelcom.net> <20000904100032.A21607@bs11.bsag.ch> <20000904141605.B14338@dan.emsphone.com> <20000905152852.A4417@bs11.bsag.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.8i In-Reply-To: <20000905152852.A4417@bs11.bsag.ch>; from "Hanspeter Roth Bsag" on Tue Sep 5 15:28:52 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Sep 05), Hanspeter Roth Bsag said: > > FreeBSD offers much better NFS than Linux, and for most people the > > only > > In which respect is FreeBsd's Nfs much better than Linux'? The main thing is that it supports NFSv3, which makes for write speeds as fast as regular filesystem writes. Without NFSv3, you have to sync writes to disk before acknowledging them back to the client, which is pretty slow. NFSv3 also handles files over 4gb, but that's not an issue with Linux yet. > > thing they need NFS locking for is mail delivery, and dotlocking > > works just as well in that case. > > I'm using procmail, mutt and tkbiff. I would have to reconfigure at > least three programs. How can I be sure that no other programs rely > on locking? I believe both procmail and mutt lock the mail file in as many ways as possible by defualt, which means that dotlocking is always used in addition to whatever filesystem-locking is supported (if any). Dunno about tkbiff. > We also have Solaris clients that feel better with Nfs locking. > > -Hanspeter -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message