Date: Tue, 6 Feb 2001 11:24:51 -0600 From: Christopher Farley <chris@northernbrewer.com> To: The Hermit Hacker <scrappy@hub.org> Cc: freebsd-questions@freebsd.org Subject: Re: /etc/exports ... two file systems, two different perms, one sys ... Message-ID: <20010206112451.A35631@northernbrewer.com> In-Reply-To: <Pine.BSF.4.31.0102061255390.3040-100000@thelab.hub.org>; from scrappy@hub.org on Tue, Feb 06, 2001 at 12:58:09PM -0400 References: <Pine.BSF.4.31.0102061255390.3040-100000@thelab.hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010206112451.A35631>