From owner-freebsd-stable@FreeBSD.ORG Tue Apr 15 00:04:21 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62D0D106564A; Tue, 15 Apr 2008 00:04:21 +0000 (UTC) (envelope-from rblayzor.bulk@inoc.net) Received: from mx1-b.inoc.net (mx1-b.inoc.net [64.246.131.28]) by mx1.freebsd.org (Postfix) with ESMTP id BF4228FC0A; Tue, 15 Apr 2008 00:04:20 +0000 (UTC) (envelope-from rblayzor.bulk@inoc.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=inoc.net; h=Received:From:To:Subject:Date; b=AQG/51q2eYVtCtFS1H5is3AL8b1tQWWrqMA2spGg8ZK1pTVKx62picFie/k24p3BzBVNqF8l4+kUrtO3dyw5jPXueynZeysDjkJsByH0bnnwObG1CowxyNP6qebH4MeFvm/upPIWGZkaaETKNT+Y/iCTYXErd9MIGDfbqFjMTLQ=; Received: from [172.16.0.199] (cpe-74-76-249-18.nycap.res.rr.com [74.76.249.18]) by mx1-b.inoc.net (build v8.3.7) with ESMTP id 143115226-1941382 for multiple; Tue, 15 Apr 2008 00:04:20 +0000 (UTC) Message-Id: <10B588A9-926B-47DC-8CB5-581FFA77DA31@inoc.net> From: Robert Blayzor To: Alfred Perlstein In-Reply-To: <20080414232851.GU95731@elvis.mu.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Mon, 14 Apr 2008 20:04:17 -0400 References: <1208170926.12349.20.camel@nawfal-desktop> <1886249E-54FF-4EFE-A7B9-C6AB2488EB4D@inoc.net> <20080414232851.GU95731@elvis.mu.org> X-Mailer: Apple Mail (2.919.2) Cc: nawfal@googlemail.com, freebsd-stable@freebsd.org Subject: Re: NFS and /etc/exports X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2008 00:04:21 -0000 On Apr 14, 2008, at 7:28 PM, Alfred Perlstein wrote: > >> Are -r and -w really needed/useful for TCP mounts? > > yes. Really? Please explain then, because the mount_nfs man page contradicts this... "Set the read data size to the specified value. It should nor- mally be a power of 2 greater than or equal to 1024. This should be used for UDP mounts when the ``fragments dropped due to timeout'' value is getting large while actively using a mountpoint." and "Set the write data size to the specified value. Ditto the comments w.r.t. the -r option, but using the ``fragments dropped due to timeout'' value on the server instead of the client. Note that both the -r and -w options should only be used as a last ditch effort at improving performance when mounting servers that do not support TCP mounts." -- Robert Blayzor, BOFH INOC, LLC rblayzor@inoc.net http://www.inoc.net/~rblayzor/ Mac OS X. Because making Unix user-friendly is easier than debugging Windows.