nameisnotimportant, 1 year ago (edited 9 months ago) Thanks! That’s a great reference and I’ll keep that in my bookmarks 👍 Eventually (with help from others) I mounted the share with sudo mount -o rw,soft,intr,nfsvers=4 192.your.NAS.IP:/volumeNAME/some-path /nfs (I don’t put it on my fstab to save a bit of wear on my NAS) Cheers!
Thanks! That’s a great reference and I’ll keep that in my bookmarks 👍
Eventually (with help from others) I mounted the share with
sudo mount -o rw,soft,intr,nfsvers=4 192.your.NAS.IP:/volumeNAME/some-path /nfs
(I don’t put it on my fstab to save a bit of wear on my NAS)
Cheers!