From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263154AbUEBQ2s (ORCPT ); Sun, 2 May 2004 12:28:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263162AbUEBQ2s (ORCPT ); Sun, 2 May 2004 12:28:48 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:21663 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S263154AbUEBQ2r (ORCPT ); Sun, 2 May 2004 12:28:47 -0400 Date: Sun, 2 May 2004 17:28:42 +0100 From: viro@parcelfarce.linux.theplanet.co.uk To: Guennadi Liakhovetski Cc: GNU/Dizzy , linux-kernel@vger.kernel.org Subject: Re: [RFC] Filesystem with multiple mount-points Message-ID: <20040502162842.GX17014@parcelfarce.linux.theplanet.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 02, 2004 at 06:18:20PM +0200, Guennadi Liakhovetski wrote: > See "not nice" above. With the proposed option I would like to avoid > having one file appear at multiple paths. IOW each file would appear in no > more than 1 place in the tree. mount /tmp/blah mount --bind /tmp/blah/relative_path /desired_mountpoint umount -l /tmp/blah and you've got an exact equivalent of your "mount a subtree".