Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 13 Oct 2002 21:03:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 13 Oct 2002 21:03:44 -0400 Received: from leibniz.math.psu.edu ([146.186.130.2]:23467 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Sun, 13 Oct 2002 21:03:43 -0400 Date: Sun, 13 Oct 2002 21:09:34 -0400 (EDT) From: Alexander Viro To: Rob Landley cc: Nick LeRoy , Hans Reiser , "Martin J. Bligh" , linux-kernel@vger.kernel.org Subject: Re: The reason to call it 3.0 is the desktop (was Re: [OT] 2.6 not 3.0 - (NUMA)) (fwd) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 837 Lines: 21 > Logically, the second /var mount should be "mount --move /initrd/var /var", > followed by "umount /initrd" to free up the initrd memory. Right now it's > doing "mount -n --bind /initrd/var /var", because /etc is a symlink into /var > (has to remain editable, you see), and this way the information about which > partition var actually is can be kept in one place. (This is an > implementation detail: I could have used volume labels instead.) > > The point is, right now I can't free the initial ramdisk because it has an > active mount point under it.. umount -l mount --move - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/