Setting Up NFS Shares in Ubuntu Server
There are multiple ways to share files from a NAS to different client devices in the homelab, since 95% of my infrastructure uses linux or macos NFS shares made the most sense to me. Here is a quick setup to get started, this setup purposedly ommits security settings (I am the less qualified person to give security advise) Installing the nfs server and creating the shares Install nfs-server: sudo apt install nfs-kernel-server Edit the exports file: ...

