From owner-freebsd-questions@FreeBSD.ORG Thu Jun 24 15:43:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85F4F16A4CE for ; Thu, 24 Jun 2004 15:43:53 +0000 (GMT) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EACF43D49 for ; Thu, 24 Jun 2004 15:43:53 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.84.3]) by out005.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040624154323.ZZVH3910.out005.verizon.net@[192.168.1.3]>; Thu, 24 Jun 2004 10:43:23 -0500 Message-ID: <40DAF698.70803@mac.com> Date: Thu, 24 Jun 2004 11:43:20 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040608 X-Accept-Language: en-us, en MIME-Version: 1.0 To: agerber@ncsu.edu References: <20040624120059.76ED916A4D5@hub.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [68.161.84.3] at Thu, 24 Jun 2004 10:43:23 -0500 cc: freebsd-questions@freebsd.org Subject: Re: Mounting hard disk in multiple locations X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 15:43:53 -0000 Alan Gerber wrote: > I'm trying to mount a single hard disk slice in two separate locations (one > location being r/o and another being r/w), and having a hard time figuring out > how to do it. mount the slice r/w as a normal filesystem, then NFS export that filesystem RO and mount it again in the second location. -- -Chuck