On Sat, Apr 16, 2011 at 01:08:52AM +0200, Paul de Weerd wrote: > On Sat, Apr 16, 2011 at 01:59:12AM +0300, Claudiu Pruna wrote: > | Hi list, > | > | I was wondering, in OpenBSD is there an equivalent to FreeBSD's > | mount_nullfs or to Linux's mount -o bind ? > > Sure; it's in the attic .. don't wake the spiders! > > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/miscfs/nullfs/Attic/
I use a local NFS mount when I want to accomplish this. It drags in a lot of complexity, but it has worked for me for years. -Dan