dodgypast Posted May 20, 2020 Posted May 20, 2020 (edited) 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, 2020 by dodgypast Quote
dodgypast Posted May 20, 2020 Author Posted May 20, 2020 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) 1 Quote
cmon_google_wtf Posted December 6, 2021 Posted December 6, 2021 (edited) 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, 2021 by omninewb Quote
Recommended Posts
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.