Unsolved
This post is more than 5 years old
2 Intern
•
614 Posts
0
4875
October 6th, 2011 06:00
NFS share not allowing write access from host
Hello,
I created an nfs share on the VNX. I added the host to the read/write access panel of the properties on the VNX. I can mount it, but when I try to create a file, I get permission denied. Any feedback would be appreciated.
Thanks!
Admingirl
No Events found!


bergec
275 Posts
0
October 6th, 2011 06:00
You need to add the host to the "root" list as well, otherwise the root user from that host will be seen as anonymous
Claude
admingirl
2 Intern
•
614 Posts
0
October 6th, 2011 06:00
Thank you Dynamox and Bergec. I see it now and will add and test.
admingirl
2 Intern
•
614 Posts
0
October 6th, 2011 06:00
Is the VNX using NFSV4?
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 6th, 2011 06:00
I don’t think nfs4 is enabled by default.
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
October 6th, 2011 06:00
did you add the same host(s) under root
admingirl
2 Intern
•
614 Posts
0
October 6th, 2011 06:00
I am still getting permission denied. I will check my syntax.
admingirl
2 Intern
•
614 Posts
0
October 6th, 2011 07:00
Ok. I will continue to troubleshoot.
Rainer_EMC
6 Operator
•
8.6K Posts
0
October 7th, 2011 06:00
You Need to set the access rights to the Dir accordingly - see man chmod
Rainer
admingirl
2 Intern
•
614 Posts
0
October 7th, 2011 06:00
Hi,
Thank you for your help. After opening a bunch of firewall ports and adding the host number into the root hosts, I can write to the directory but only as root. How do you open access for other users?
Thanks in advance!
Rainer_EMC
6 Operator
•
8.6K Posts
0
October 7th, 2011 06:00
You need to change after it's mounted
admingirl
2 Intern
•
614 Posts
0
October 7th, 2011 06:00
I know that, the strange thing is, for experimentation, I set the directory to 777, after the nfs mount is completed, it changes the directory permissions to 755.