From owner-freebsd-fs Wed May 1 17:10:51 2002 Delivered-To: freebsd-fs@freebsd.org Received: from mail.allcaps.org (mail.allcaps.org [208.252.245.17]) by hub.freebsd.org (Postfix) with ESMTP id D192C37B41E for ; Wed, 1 May 2002 17:10:44 -0700 (PDT) Received: by mail.allcaps.org (Postfix, from userid 501) id E703E32601; Wed, 1 May 2002 17:10:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.allcaps.org (Postfix) with ESMTP id E23972E821; Wed, 1 May 2002 17:10:38 -0700 (PDT) Date: Wed, 1 May 2002 17:10:38 -0700 (PDT) From: "Andrew P. Lentvorski" To: Ian Dowse Cc: , Subject: Re: Non-standard root filesystems In-Reply-To: <200205012027.aa63727@salmon.maths.tcd.ie> Message-ID: <20020501170107.E2382-100000@mail.allcaps.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, 1 May 2002, Ian Dowse wrote: > I presume you know that FreeBSD already allows you to mount another > filesystem directly over /? Do you actually need to remove the > original root filesystem, or is it just for cosmetic reasons that > you would like it to disappear from the mountlist? I believe that if you open a file on the underlying filesystem, it's descriptor remains active even if you union mount/overlay mount the fs. Until you close all the open files, there is still access going to the underlying fs. Somebody please correct me if I am mistaken on this. -a To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message