Had to setup a NFS share and realized that I haven't done so since the Solaris 8 days.

Good thing that my setup is for a trusted network.
so quickly writing a /etc/exports and adding the correct line to the clients /etc/fstab don't forget to add a ,noauto there and done.

,nobootwait doesn't seem to be a thing anymore.

I'm not looking forward to the Kerberos fuckery

Oh and before anyone asks to get a NFS server running on Chimera Linux all you have to do is

doas apk add nfs-utils-server-dinit
doas dinitctl enable nfs-server
# write your /etc/exports file
doas exportfs -a

#linux #nfs #nfsv4 #chimeralinux

@TheOneDoc > kerberos fuckery

This or why NFS for me is read-only and otherwise it's sshfs.

@lanodan yea sshfs would have been my first choice, even SMB was higher up on my list but my friend insisted on NFS...

He's a Sadist so I shouldn't be surpriced 🤣