From owner-freebsd-questions@FreeBSD.ORG Wed Jul 13 18:34:04 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D683D16A41C for ; Wed, 13 Jul 2005 18:34:04 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91A8443D48 for ; Wed, 13 Jul 2005 18:34:04 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 486 invoked from network); 13 Jul 2005 18:34:03 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Jul 2005 18:34:03 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 1430638; Wed, 13 Jul 2005 14:34:03 -0400 (EDT) Sender: lowell@be-well.ilk.org To: freebsd-questions@FreeBSD.org References: <20050713143315.GF90681@keyslapper.net> <20050713173357.GA10487@the-grills.com> <20050713182301.GP90681@keyslapper.net> From: Lowell Gilbert Date: 13 Jul 2005 14:34:02 -0400 In-Reply-To: <20050713182301.GP90681@keyslapper.net> Message-ID: <4464vek12d.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: Unstable NFS mount from shared Solaris filesystem? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 18:34:05 -0000 Louis LeBlanc writes: > On 07/13/05 12:34 PM, Kelly D. Grills sat at the `puter and typed: > > See FAQ 12.12 and section 23.3.5 of the handbook. > > The -r=1024 parameter solved my problems. > > The FAQ. Darnit, I knew I was forgetting something. > > That seems to have fixed it so far, but what does it mean? I can't > find it in the manpages. >From TFM (mount_nfs(8)): -r 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 mount point. (Use netstat(1) with the -s option to see what the ``fragments dropped due to timeout'' value is.) See the -w option as well.