From owner-freebsd-questions@FreeBSD.ORG Sun Nov 9 19:50:02 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 7AC8816A4CE for ; Sun, 9 Nov 2003 19:50:02 -0800 (PST) Received: from hobbiton.shire.net (hobbiton.shire.net [206.71.64.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1AAF43FE1 for ; Sun, 9 Nov 2003 19:50:01 -0800 (PST) (envelope-from chad@shire.net) Received: from [67.161.247.57] (helo=[192.168.99.66]) by hobbiton.shire.net with asmtp (TLSv1:RC4-SHA:128) (Exim 4.10) id 1AJ33w-000CuF-00 for freebsd-questions@freebsd.org; Sun, 09 Nov 2003 20:50:00 -0700 Mime-Version: 1.0 (Apple Message framework v606) In-Reply-To: <20031109210901.Y31688@seekingfire.com> References: <61B97A72-128F-11D8-9FD6-003065A70D30@shire.net> <20031109112856.GB94834@xor.obsecurity.org> <6BE82884-1328-11D8-9FD6-003065A70D30@shire.net> <20031109210901.Y31688@seekingfire.com> Message-Id: From: "Chad Leigh -- Shire.Net LLC" Date: Sun, 9 Nov 2003 20:49:58 -0700 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.606) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-6.7 required=5.4 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_APPLEMAIL version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: NFS v2? possible? 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: Mon, 10 Nov 2003 03:50:02 -0000 On Nov 9, 2003, at 8:09 PM, Tillman Hodgson wrote: > > It's the same nfsd on the server side. I didn't do anything specify to > enable NFS version 2, my rc.conf entry says nfs_server_flags="-u -t -n > 14" (the 14 is because it's a high-usage NFS server and my testing > shows > that I consistently peak at around 12-14 nfsd's in use). You just have > to have the client request that version. > My Linux is now mounting the FreeBSD served mounts, but it takes like 10 minutes for the mount to happen. The exports is simple /local/web -maproot=root and an address to allow mounting from The nfsd is the standard set of options as is the portmapper and mountd (mountd is -2r right now as a test though I am not sure that made a difference) I am not up and how to debug nfs problems. I would appreciate pointers on seeing why it takes forever. thanks Chad