kern/175449: unionfs and devfs misbehaviour
David Naylor
naylor.b.david at gmail.com
Mon Jan 21 18:20:01 UTC 2013
The following reply was made to PR kern/175449; it has been noted by GNATS.
From: David Naylor <naylor.b.david at gmail.com>
To: bug-followup at 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--
More information about the freebsd-bugs
mailing list