From owner-freebsd-questions Tue Feb 6 9:25:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.nbrewer.com (unknown [208.42.68.70]) by hub.freebsd.org (Postfix) with ESMTP id 906CE37B491 for ; Tue, 6 Feb 2001 09:24:52 -0800 (PST) Received: by mail.nbrewer.com (Postfix, from userid 1009) id B2F6F5EC; Tue, 6 Feb 2001 11:24:51 -0600 (CST) Date: Tue, 6 Feb 2001 11:24:51 -0600 From: Christopher Farley To: The Hermit Hacker Cc: freebsd-questions@freebsd.org Subject: Re: /etc/exports ... two file systems, two different perms, one sys ... Message-ID: <20010206112451.A35631@northernbrewer.com> Mail-Followup-To: Christopher Farley , The Hermit Hacker , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from scrappy@hub.org on Tue, Feb 06, 2001 at 12:58:09PM -0400 Organization: Northern Brewer, St. Paul, MN Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The Hermit Hacker (scrappy@hub.org) wrote: > > Okay, I'm lost ... how do I setup /etc/exports so that I can export two > different file systems, to the same system, with two different > permissions? > > I'm trying: > > /usr/local/CivCTP -ro alcyone ghoul > /usr/local/src -maproot=0 alcyone > > and it gives me: > > Feb 6 12:57:44 atelier mountd[51342]: can't change attributes for /usr/local/src > Feb 6 12:57:44 atelier mountd[51342]: bad exports list line /usr/local/src -maproot Are /usr/local/CivCTF and /usr/local/src actually different filesystems, ie: they both have distinct entries in /etc/fstab? You can mount individual directories on the remote machine, but if they are on the same filesystem, they will necessarily have the same permissions. -- Christopher Farley www.northernbrewer.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message