From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 19:33:59 2003 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 F3A8F16A4CE; Thu, 6 Nov 2003 19:33:58 -0800 (PST) Received: from ms-smtp-03-eri0.southeast.rr.com (ms-smtp-03-lbl.southeast.rr.com [24.25.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id D04DC43FAF; Thu, 6 Nov 2003 19:33:57 -0800 (PST) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu163-100-105.nc.rr.com [24.163.100.105]) hA73XsZO021835; Thu, 6 Nov 2003 22:33:55 -0500 (EST) Message-ID: <3FAB1298.7020209@mindcore.net> Date: Thu, 06 Nov 2003 22:33:44 -0500 From: Scott W User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Antoine Jacoutot References: <3FA9C654.1040407@mindcore.net> <3FAA0884.7010508@lphp.org> In-Reply-To: <3FAA0884.7010508@lphp.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-current@freebsd.org cc: freebsd-questions Subject: Re: NFS client mount options in CURRENT/5.1- 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: Fri, 07 Nov 2003 03:33:59 -0000 Antoine Jacoutot wrote: > Scott W wrote: > >> mount -tnfs -orw,rsize=8196,wsize=8196,bg,hard,intr,async sol:/export >> /mnt >> nfs: -o rsize=: option not supported > > > Try "-r 8196 -w 8196" and have a look at man mount_nfs. > > Antoine Definite user error on my part, thanks. I couldn't find anything on hard vs soft mounts however- I'm assuming the default is hard, as there is only a soft (-s) option available on freeBSD? Thanks again, Scott