From owner-freebsd-questions@FreeBSD.ORG Sun Nov 9 18:48:58 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 08B3116A4CE for ; Sun, 9 Nov 2003 18:48:58 -0800 (PST) Received: from hobbiton.shire.net (hobbiton.shire.net [206.71.64.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3148643FE3 for ; Sun, 9 Nov 2003 18:48:57 -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 1AJ26q-0006es-00; Sun, 09 Nov 2003 19:48:56 -0700 In-Reply-To: <20031109112856.GB94834@xor.obsecurity.org> References: <61B97A72-128F-11D8-9FD6-003065A70D30@shire.net> <20031109112856.GB94834@xor.obsecurity.org> Mime-Version: 1.0 (Apple Message framework v606) Message-Id: <6BE82884-1328-11D8-9FD6-003065A70D30@shire.net> From: "Chad Leigh -- Shire.Net LLC" Date: Sun, 9 Nov 2003 19:48:53 -0700 To: Kris Kennaway 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.0 required=5.4 tests=BAYES_10,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) cc: freebsd-questions@freebsd.org 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 02:48:58 -0000 On Nov 9, 2003, at 4:28 AM, Kris Kennaway wrote: > On Sun, Nov 09, 2003 at 01:33:23AM -0700, Chad Leigh -- Shire.Net LLC > wrote: >> Hi >> >> I have a linux server that needs to mount my FBSD server's web volume >> and the linux server only has v2 support right now (and I cannot make >> my own kernel since this is a UML kernel distributed as part of a >> product) and so I would like to run a v2 compatible nfs server on my >> FBSD server if possible. Can I do this? How? Thanks > > Read the mount_nfs and/or nfsd manpages..the answer is right there. The mount_nfs is for mounting on FreeBSD. I am serving from FreeBSD and mounting on Linux, so that does not apply. I read the nfsd man page a few time before posting, and just did again, and I see nothing in their about nfs versions except that the server listens on the port as outlined in thge NFS v3 spec. Please enlighten me on what I should read in the nfsd man page. Thanks Chad > > Kris