Setting Up Nfs on Linux
I feel my neckbeard growing in here. So there is a video guide I made a few months back.
Required Packages Debian/Ubuntu:
Server Only apt install nfs-kernel-server
Client Only apt install nfs-common
CentOS/Redhat/Fedora (should come preinstalled)
dnf install nfs-utils
Setting up the file share There’s a few things that need done here. First things first we need to pick a directory, or make one.