Date: Mon, 17 Apr 2000 20:29:36 -0700 From: Doug Barton <DougB@gorean.org> To: Jerry Lei <tylei@hotmail.com> Cc: freebsd-questions@FreeBSD.org Subject: Re: about NFS server Message-ID: <38FBD6A0.55E0C7D7@gorean.org> References: <20000417171710.89928.qmail@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38FBD6A0.55E0C7D7>