I am trying to use the
I tried adding just the async flag as well with
Can anyone help me out?
zfs set sharenfs
command in order to share a directory with specific options, but whenever I try to add more than the -ro flag (ie zfs set sharenfs="-ro" library/Movies
), the share stops being listed when I run showmount -e
.I tried adding just the async flag as well with
zfs set sharenfs="-ro,-async" library/Movies
, but as I said it stopped working. I am looking to get the following config for that particular directory:
Code:
"/library/Movies" -async,no_subtree_check,fsid=104 *(sec=sys,rw,insecure,anongid=100,anonuid=99,all_squash)
Can anyone help me out?