Date: Fri, 10 Dec 1999 17:44:37 -0800 From: Jon Rust <jpr@vcnet.com> To: freebsd-questions@freebsd.org Subject: Re: exports question Message-ID: <v04210117b4775c664e8d@[209.239.239.22]> In-Reply-To: <v04210114b4774f8446d8@[209.239.239.22]> References: <v04210114b4774f8446d8@[209.239.239.22]>
next in thread | previous in thread | raw e-mail | index | archive | help
What is it abouting posting a message to a list that allows you to find the answer immediately after? The short version is: since /usr/src and /usr/obj are on the same filesystem (/usr), mountd is confused about what I want to do. The solution is to export /usr with the -alldirs flag. Not optimal, but it'll work. Sorry for the waste of list b/w, Jon At 4:52 PM -0800 12/10/99, I wrote: >From the exports man page: > > BUGS > The export options are tied to the local mount points in the kernel and > must be non-contradictory for any exported subdirectory of the local > server mount point. It is recommended that all exported directories > within the same server filesystem be specified on adjacent lines going > down the tree. > >I don't understand, but I think this is what's getting me. I'm >trying to export /usr/src and /usr/obj, but mountd coughs up this >error: > > Dec 10 16:28:52 rhap mountd[72605]: can't change attributes for /usr/obj > Dec 10 16:28:52 rhap mountd[72605]: bad exports list line /usr/obj -maproot > >This is based on an export file that looks like this: > > /usr/src -maproot=0 > /usr/obj -maproot=0 > >/usr/src exported fine and is mountable on other systems. I can >change it to just export /usr, but that's not exactly what I want. > >Thanks for some clarification, help, whacks with a clue-by-four. > >jon 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?v04210117b4775c664e8d>