NFS did the trick. Although this made me to apply some unusual pf rules to
make portmapper work
pass in inet proto { tcp udp } from self to self port { 111 2049 }
pass out inet proto { tcp udp } from self to self port { 111 2049 }
without it nfsd[70598]: can't register with udp portmap
Thank you.
чт, 16 апр. 2020 г. в 16:16, Adam Thompson <[email protected]>:
> On 2020-04-16 02:13, Ono Caritofilaxy wrote:
> > Hello.
> >
> > I want to mount /usr/local/srcdir /usr/local/dstdir/subdir
> >
> > answer was "no" 3 years ago
> > https://marc.info/?l=openbsd-misc&m=149743861203607&w=2
> >
> > Can I do this now?
> > If not - why? Is it dangerous?
>
> You should be able to do this as an NFS mount. With all the nastiness
> that NFS mounts come with, but it's an option. (I'm doing it in
> production on 6.6-STABLE.)
> -Adam
>