please have a look at 3.2.1 for nfs server options (i.e. no_root_sqash as recommended by woolmilkporc) for the exported dir:
http://nfs.sourceforge.net
Main Topics
Browse All TopicsI created an NFS mount between two Sun Solaris 10 servers.
Server1 - shared "/data/lfs"
Server2 - mounted "Server1:/data/lfs" to "/data/lfs_copy"
Both of these shares are owned by root on their prospective servers. Why can't I create folders from Server2 on "/data/lfs_copy". I receive a permissions denied error!
I know this works because I've done this in the past, what am I missing?? How do I get this to work?? Should I use another method to share remote file-systems?
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
please have a look at 3.2.1 for nfs server options (i.e. no_root_sqash as recommended by woolmilkporc) for the exported dir:
http://nfs.sourceforge.net
Being root on Server2 is not the same as being root on Server1, for security - You need to explicitly grant root-equivalent access to the NFS share to NFS client systems.
The Solaris equivalent of Linux "no_root_squash" would be "-o root=Server2" in your case, used either as an option to the "share" command or in /etc/dfs/dfstab
Business Accounts
Answer for Membership
by: woolmilkporcPosted on 2009-08-30 at 08:49:34ID: 25218051
Hi,
the filesystem in question needs to be exported with the "no_root_sqash" option.
wmp