1826341 Members
3857 Online
109692 Solutions
New Discussion

nfs permission

 
SOLVED
Go to solution
Youngmin
Advisor

nfs permission

I configure /etc/exports on NFS.server(11.23)
and /etc/rc.config.d/nfsconf on both (cient,server)
server's exports file :
/Test -root=client

and then I excute following comman.
exportfs -a

and I tried to mount and create
but I failed action of create directory.
(mount is successful
: mount server:/Test /Test)

error message is in follow
# mkdir /Test/aaa
mkdir: cannot access /Test: Permission denied

I retried to re-action after restart nfs.client and nfs.server. but I failed too.

what should i do?

I want to create directory as root permission in client
2 REPLIES 2
Jollyjet
Valued Contributor
Solution

Re: nfs permission

hi you need to add permission on /etc/exports

example
/srv01/proj/intrs -anon=65534,root=srv005



refer my below solution thread

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1117735
Marco A.
Esteemed Contributor

Re: nfs permission

Which are the permissions of the exported FS, there is the clue.

Just unplug and plug in again ....