From owner-freebsd-questions@FreeBSD.ORG Sat May 14 00:25:14 2005 Return-Path: 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 4302B16A4CE for ; Sat, 14 May 2005 00:25:14 +0000 (GMT) Received: from ybbsmtp13.mail.mci.yahoo.co.jp (ybbsmtp13.mail.mci.yahoo.co.jp [210.80.241.187]) by mx1.FreeBSD.org (Postfix) with SMTP id 23D8B43D7B for ; Sat, 14 May 2005 00:25:13 +0000 (GMT) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by ybbsmtp13.mail.mci.yahoo.co.jp with SMTP; 14 May 2005 00:25:12 -0000 X-Apparently-From: Received: from hydra.near.this (hydra.near.this [10.0.3.20]) by gorgon.near.this (Postfix) with ESMTP id A28817F24; Sat, 14 May 2005 09:25:03 +0900 (JST) Received: by hydra.near.this (Postfix, from userid 100) id D3E2F9924; Sat, 14 May 2005 09:25:02 +0900 (JST) Date: Sat, 14 May 2005 09:24:58 +0900 From: horio shoichi To: "Kelly D. Grills" In-Reply-To: <20050513030327.GA16580@the-grills.com> References: <4283ACC3.3020705@sdf.lonestar.org> <20050512230502.GA16214@the-grills.com> <4283FA64.5080900@sdf.lonestar.org> <20050513030327.GA16580@the-grills.com> X-Mailer: Sylpheed-Claws 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20050514.002502.c29394abc67f06f4.10.0.3.20@bugsgrief.net> cc: freebsd-questions@freebsd.org Subject: Re: NFS freeze X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 00:25:14 -0000 On Thu, 12 May 2005 22:03:40 -0500 "Kelly D. Grills" wrote: > On Fri, May 13, 2005 at 02:52:52AM +0200, Pietro Cerutti wrote: > > > > Kelly D. Grills wrote: > > > > > >Have a look at section 23.3.5 of the handbook. -r=1024 cured my > > >problems. > > > > > > > Thank you, this solves the problem when mounting manually. > > What if I used amd to automatically mount the NFS share? > > I didn't find how to set mount specific options in amd. > > > > Well, I've no experience with amd. I took a quick look at amd.conf(5), > the "selectors_on_default" parameter looks like it may be relevant. > > -- > Kelly D. Grills > kdgrills@the-grills.com An excerpt from /usr/src/contrib/amd/doc/am-utils.texi: For example, if the default options specified were @example opts:=rw,nosuid,intr,rsize=1024,wsize=1024,quota,posix @end example You get the idea how to set rsize into opts:=. horio shoichi