On 2021-06-12, James Cook <falsif...@falsifian.org> wrote: > On Fri, Jun 11, 2021 at 11:04:15PM -0300, Gustavo Rios wrote: >> Hi folks! >> >> I have a questions regarding OpenBSD. Does it supports autofs ? >> Any reference regarding how to implement it? >> >> Thanks in advance. >> >> -- >> The lion and the tiger may be more powerful, but the wolves do not perform >> in the circus > > See amd(8). I have not used it or Linux's autofs, but I think they have the > same purpose. >
They do, but they work quite differently; amd(8) uses a localhost NFSv2 mount. There are some issues with this, including a 2GB maximum file size. You might do better to avoid it if possible.