NFS¶
On nas:
Export datasets via nfs
/etc/exports
/dpool/media 192.168.1.0/24(rw,async,no_subtree_check,no_root_squash)
# The config on lab needed an FSID
/mnt/storage 192.168.1.0/24(rw,sync,crossmnt,fsid=0)
Apply config:
Verify shares:
On client node:
Mounting manually worked fine for me but when I tried mounting from etc/fstab, I was getting mount errors saying the folder/file didn't exist. I'll sort out the errors later.