From owner-freebsd-bugs@FreeBSD.ORG Mon Jan 21 18:20:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 22DEBE05 for ; Mon, 21 Jan 2013 18:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1231167D for ; Mon, 21 Jan 2013 18:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r0LIK0Cn044805 for ; Mon, 21 Jan 2013 18:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r0LIK06v044801; Mon, 21 Jan 2013 18:20:00 GMT (envelope-from gnats) Date: Mon, 21 Jan 2013 18:20:00 GMT Message-Id: <201301211820.r0LIK06v044801@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Naylor Subject: Re: kern/175449: unionfs and devfs misbehaviour X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: David Naylor List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2013 18:20:01 -0000 The following reply was made to PR kern/175449; it has been noted by GNATS. From: David Naylor To: bug-followup@freebsd.org Cc: Subject: Re: kern/175449: unionfs and devfs misbehaviour Date: Mon, 21 Jan 2013 20:17:08 +0200 --nextPart1374642.2FTBem0oxv Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Another example, this time using nullfs: # mkdir -p bottom top nullfs/dir top/mnt # touch nullfs/dir/file # mount -t unionfs bottom top # mount -t nullfs nullfs top/mnt # ls top/mnt/dir/ ls: top/mnt/dir/: No such file or directory # ls top/mnt/ dir # ls top/mnt/dir/ file --nextPart1374642.2FTBem0oxv Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEABECAAYFAlD9higACgkQUaaFgP9pFrKVeACeJApWsuEcFZzbVw+rN4jW5PiC tAUAn3WwUwIaOok6eArSUo4F4QjY9zAb =sO20 -----END PGP SIGNATURE----- --nextPart1374642.2FTBem0oxv--