The following reply was made to PR kern/175449; it has been noted by GNATS.
From: David Naylor <[email protected]> To: [email protected] 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-- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
