From owner-freebsd-current@FreeBSD.ORG Mon Mar 5 23:28:25 2007 Return-Path: X-Original-To: freebsd-current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3AC8E16A40A for ; Mon, 5 Mar 2007 23:28:25 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from smtp5-g19.free.fr (smtp5-g19.free.fr [212.27.42.35]) by mx1.freebsd.org (Postfix) with ESMTP id 04B3213C4A8 for ; Mon, 5 Mar 2007 23:28:24 +0000 (UTC) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (tataz.chchile.org [82.233.239.98]) by smtp5-g19.free.fr (Postfix) with ESMTP id 674CF7D66 for ; Tue, 6 Mar 2007 00:28:23 +0100 (CET) Received: from obiwan.tataz.chchile.org (unknown [192.168.1.25]) by tatooine.tataz.chchile.org (Postfix) with ESMTP id DE9509EF18 for ; Mon, 5 Mar 2007 23:30:08 +0000 (UTC) Received: by obiwan.tataz.chchile.org (Postfix, from userid 1000) id B3B7F405F; Tue, 6 Mar 2007 00:30:08 +0100 (CET) Date: Tue, 6 Mar 2007 00:30:08 +0100 From: Jeremie Le Hen To: freebsd-current@FreeBSD.org Message-ID: <20070305233008.GA2479@obiwan.tataz.chchile.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Subject: Wrong behaviour with stacked mounts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Mar 2007 23:28:25 -0000 Hi list, % jarjarbinks:/mnt/msdos:129# echo $PWD % /mnt/msdos % jarjarbinks:/mnt/msdos:130# mount -t msdosfs % /dev/ad0s5 on /mnt/msdos (msdosfs, local) % jarjarbinks:/mnt/msdos:131# mount -t msdosfs /dev/da0s1 /mnt/msdos/ % jarjarbinks:/mnt/msdos:132# mount -t msdosfs % /dev/ad0s5 on /mnt/msdos (msdosfs, local) % /dev/da0s1 on /mnt/msdos (msdosfs, local) % jarjarbinks:/mnt/msdos:133# umount /mnt/msdos/ % umount: unmount of /mnt/msdos failed: Device busy Whilst the current shell current directory vnode (I'm not sure I'm totally right here) is still the lower mount point (/dev/ad0s5), umount(8) refuses to umount the upper mount point. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >