First create NFS share in OMV
Tutorial and documentation:
https://www.addictivetips.com/windows-tips/set-up-nfs-shares-on-openmediavault/
* remember to restrict Client to a certain IP address or range
Mount share in RPi with command:
sudo mount xxx.xxx.xxx.xxx:/export/<share_name> /mnt/<share_name>
Additional Documentation:
https://openmediavault.readthedocs.io/en/5.x/administration/services/nfs.html
TODO:
automount nfs share with fstab
https://pimylifeup.com/raspberry-pi-nfs-client/
