Add the following line at the end of the file to mount the NFS share on boot. Replace 10.10.100.254:/path/to/nfs/share with the actual NFS server IP and the path to the shared directory.
This command will mount all filesystems listed in /etc/fstab
.
You should see the NFS share mounted at /mnt/nfs_mount
.
That's it! You've successfully configured NFS to connect to the network mount and made it persistent across reboots by modifying the /etc/fstab
Alternatively you can opt to use the GUI in Proxmox to add the NFS.