Usage

NFS, like most other file systems can be mounted. OpenBSD supports NFS version 2 and 3.

each nfs server has a set of paths it exports, on UNIX system paths are usually like:

/something/somewhere

but other systems may also offer paths with different names.

to mount a NFS path:

$ doas mount_nfs host:path /mount_point

where, host is the IP, domain or hostname of the server, path is the exported directory and mount_point is where you'd like to mount it.