Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2013 18:20:00 GMT
From:      David Naylor <naylor.b.david@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/175449: unionfs and devfs misbehaviour
Message-ID:  <201301211820.r0LIK06v044801@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/175449; it has been noted by GNATS.

From: David Naylor <naylor.b.david@gmail.com>
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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301211820.r0LIK06v044801>