For When You Can't Have The Real Thing
[ start | index | login ]
start > Sun > Solaris > 10 > Export as root

Export as root

Created by dave. Last edited by dave, 9 years and 295 days ago. Viewed 2,154 times. #1
[edit] [rdf]
labels
attachments
(2014-06-09)

Problem

I have a file system exported from a Solaris 10 node as so:

share -F nfs -o root=144.111.132.36,anon=0 -d "opt" /opt
However the mounting system sees all "root" ownerships as "nobody" and can't manipulate the filesystem as root.

Solution

On the exporting server, turn off nfs4 in /etc/default/nfs:

NFS_SERVER_VERSMAX=3

Restart nfs.server and you should be good to go.

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt