Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Aug 2001 10:39:15 -0700
From:      Fred Condo <fred@condo.chico.ca.us>
To:        questions@FreeBSD.ORG
Subject:   Re: mountd error messages (NFS)
Message-ID:  <20010805103915.B9964@absinthe.condo.chico.ca.us>
In-Reply-To: <20010804142915.B35633@absinthe.condo.chico.ca.us>; from fred@condo.chico.ca.us on Sat, Aug 04, 2001 at 02:29:15PM -0700
References:  <20010804142915.B35633@absinthe.condo.chico.ca.us>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Aug 04, 2001 at 02:29:15PM -0700, Fred Condo wrote:
> I am trying to set up NFS for the first time and can't get mountd to
> accept my exports file, shown here:
> 
> /usr/home -network aaa.bbb.ccc -mask 255.255.255.0
> /usr/src -network aaa.bbb.ccc -mask 255.255.255.0 -maproot=0 
> /usr/obj -network aaa.bbb.ccc -mask 255.255.255.0 -maproot=0 
> /usr/share -network aaa.bbb.ccc -mask 255.255.255.0 -ro -mapall=nobody
> /usr/local -network aaa.bbb.ccc -mask 255.255.255.0 -ro -mapall=nobody
> 
> The only line mountd accepts is /usr/home. The others generate the
> following log entries (reformatted for email legibility):
> 
> Aug  4 13:42:00 <daemon.err> webclass mountd[60164]:
>      can't change attributes for /usr/local
> Aug  4 13:42:00 <daemon.err> webclass mountd[60164]: bad exports list
>      line /usr/local -network aaa.bbb.ccc -mask 255.255.255.0 -ro -mapall
> 
> Clearly I need a clue. I've read the entries in the Handbook and man
> pages to get this far. Thanks for any cluage I can get.

Bad form to followup my own message... but... The clue is in the BUGS
section of the exports(5) man page. Basically, because all my exports
are on the same filesystem, they all have to be exported with
identical flags. Hope this helps someone in future trying to set up
nfs :)

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?20010805103915.B9964>