> > Is there a loopback file system implementation available in netbsd? > > "man mount_null" Yes, but both nullfs and unionfs suffer from some kind of locking bugs, such that having multiple processes do stuff in the same directory causes deadlocks. There are several PRs on this. --apb (Alan Barrett)