From owner-freebsd-questions Fri Dec 10 17:44:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id CE70614EA7 for ; Fri, 10 Dec 1999 17:44:37 -0800 (PST) (envelope-from jpr@vcnet.com) Received: (qmail 4689 invoked from network); 11 Dec 1999 01:44:37 -0000 Received: from joff.vc.net (HELO ?209.239.239.22?) (209.239.239.22) by mail.vcnet.com with SMTP; 11 Dec 1999 01:44:37 -0000 Mime-Version: 1.0 Message-Id: In-Reply-To: References: Date: Fri, 10 Dec 1999 17:44:37 -0800 To: freebsd-questions@freebsd.org From: Jon Rust Subject: Re: exports question Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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