From owner-freebsd-hackers Tue Jan 29 21:14:38 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 250EA37B402 for ; Tue, 29 Jan 2002 21:14:36 -0800 (PST) Received: from horsey.gshapiro.net (gshapiro@localhost [IPv6:::1]) by horsey.gshapiro.net (8.12.2/8.12.2) with ESMTP id g0U5EZIL025974 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Tue, 29 Jan 2002 21:14:35 -0800 (PST) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.2/8.12.2/Submit) id g0U5EZev025971; Tue, 29 Jan 2002 21:14:35 -0800 (PST) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15447.33083.101584.686340@horsey.gshapiro.net> Date: Tue, 29 Jan 2002 21:14:35 -0800 From: Gregory Neil Shapiro To: Brent Verner Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: multiple mounts of single device In-Reply-To: <20020130032020.GA5077@rcfile.org> References: <20020130032020.GA5077@rcfile.org> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG brent> I've been searching for info regarding mounting the same device brent> to multiple locations in the filesystem, i.e... brent> # mount /dev/ad0s1e /usr brent> # mount -r /dev/ad0s1e /var/jail/AAAA/usr brent> # mount -r /dev/ad0s1e /var/jail/BBBB/usr I can't comment on this specifically but can tell you that I use localhost NFS mounts to accomplish this with jails under RELENG_4. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message