TrueNAS Version: Dragonfish-24.04.1.1
Hi,
I’m trying to create multiple NFS shares one for the whole network with read only checkbox checked and then for specific ips to have write rights.
But I get hit with the following error: ERROR - Export conflict. This share is exported to everybody and another share exports /mnt/data/Movies for 10.10.4.205, 10.10.4.144
the another share export part is true. I just don’t see any other supposed share that’s already sharing to “everybody”.
I did all my changes via the web gui but I’ve also checked the /etc/exports to see if I could see any other shares with the same path which wasn’t the case.
"/mnt/data/Movies"\
10.10.4.144(sec=sys,rw,anonuid=3007,anongid=3007,all_squash,no_subtree_check)\
10.10.4.205(sec=sys,rw,anonuid=3007,anongid=3007,all_squash,no_subtree_check)
Is there something I should check to resolve this problem?