June 25, 201511 yr If I set Security to Public on the NFS setting, then have Read and Write permission. root@Tower:/var/log# exportfs -v /mnt/user/Media <world>(rw,async,wdelay,insecure,root_squash,all_squash,no_subtree_check,fsid=100,anonuid=99,anongid=100,sec=sys,rw,root_squash,all_squash) however, changing Security back to Private with the rule: 192.168.1.12(rw) then Only Read is set. ]root@Tower:/var/log# exportfs -v /mnt/user/Media 192.168.1.12(ro,async,wdelay,root_squash,no_subtree_check,fsid=100,sec=sys,ro,root_squash,no_all_squash) This is a bug, Read and Write suppose to be set . I did not have this issue in unRAID 5.
June 26, 201511 yr Author Set your rule to 192.168.1.12(rw,sec=sys) Does that work? I have changed the rule to 192.168.1.12(rw,sec=sys) and it did not work. root@Tower:~# exportfs -v /mnt/user/Media 192.168.1.12(ro,async,wdelay,root_squash,no_subtree_check,fsid=100,sec=sys,ro,root_squash,no_all_squash)
June 26, 201511 yr Sorry, order matters, try: 192.168.1.12(sec=sys,rw) This was solved here: http://lime-technology.com/forum/index.php?topic=38988.msg388413#msg388413
June 26, 201511 yr Author Sorry, order matters, try: 192.168.1.12(sec=sys,rw) This was solved here: http://lime-technology.com/forum/index.php?topic=38988.msg388413#msg388413 Yup, thats fixed it! root@Tower:~# exportfs -v /mnt/user/Media 192.168.1.12(rw,async,wdelay,root_squash,no_subtree_check,fsid=100,sec=sys,rw,root_squash,no_all_squash) Thanks
Archived
This topic is now archived and is closed to further replies.