May 20, 20206 yr I'm sharing a share via nfs to my linux VM, but I've been having ownership issues that I'd like to overcome. The /etc/exports that UNRAID generates is: "/mnt/user/MyMedia" -async,no_subtree_check,fsid=100 *(sec=sys,rw,insecure,anongid=100,anonuid=99,all_squash) I tried editing it with nano to: "/mnt/user/MyMedia" -async,no_subtree_check,fsid=100 *(sec=sys,rw,insecure,all_squash,anongid=1000,anonuid=1000) But after rebooting it was reverted back to the original. Anyone know how I can make the edit stick, or achieve the same effects through the gui? Edited May 20, 20206 yr by dodgypast
May 20, 20206 yr Author Got it working by using the following in the rule section of the private option: (sec=sys,rw,insecure,all_squash,anongid=1000,anonuid=1000)
December 6, 20214 yr On 5/20/2020 at 2:45 AM, dodgypast said: Got it working by using the following in the rule section of the private option: (sec=sys,rw,insecure,all_squash,anongid=1000,anonuid=1000) Necro-ing the thread, but, this was the closest I could find for my issue as well. Did your change within the parens persist through a reboot/re-share/re-export of the shares? Edited December 6, 20214 yr by omninewb
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.