From owner-freebsd-questions Mon Apr 17 20:29:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dt051n0b.san.rr.com (dt051n0b.san.rr.com [204.210.32.11]) by hub.freebsd.org (Postfix) with ESMTP id 6628E37B916 for ; Mon, 17 Apr 2000 20:29:41 -0700 (PDT) (envelope-from DougB@gorean.org) Received: from gorean.org (doug@master [10.0.0.2]) by dt051n0b.san.rr.com (8.9.3/8.9.3) with ESMTP id UAA56270; Mon, 17 Apr 2000 20:29:36 -0700 (PDT) (envelope-from DougB@gorean.org) Message-ID: <38FBD6A0.55E0C7D7@gorean.org> Date: Mon, 17 Apr 2000 20:29:36 -0700 From: Doug Barton Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.72 [en] (X11; U; FreeBSD 5.0-CURRENT-0409 i386) X-Accept-Language: en MIME-Version: 1.0 To: Jerry Lei Cc: freebsd-questions@FreeBSD.org Subject: Re: about NFS server References: <20000417171710.89928.qmail@hotmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jerry Lei wrote: > > Hi, > > I setup a NFS server on one of my FreeBSD. > But I will get an error message as below. > Apr 15 22:37:52 freebie mountd[152]: bad xports list line /share > > My /etc/exports is as below > > /share -maproot=0 -network 192.168.201.0 freebie freefall > > What's wrong with my exports? please give me some suggestions. In all likelihood, /share is not a real mount point. You cannot export arbitrary directories. It's also possible that your host names aren't listed in /etc/hosts, or your -network specification is incorrect. I suspect that you want to leave the .0 off the end of that IP. I would try narrowing down your options to access from a known good nfs client specified by IP, and expand from there. Good luck, Doug -- Excess on occasion is exhilarating. It prevents moderation from acquiring the deadening effect of a habit. -- W. Somerset Maugham To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message