iowaprogrammer
ISP
I am running a NFS server on solaris 10
Server:
/etc/dfs/dfstab
share -F nfs -o rw,root=172.16.50.1:172.16.50.2 /shared
THe folder permissions are set to
drwxrwxrwx root root /shared
On the client (solaris 10) side I am mounting with the following command...
mount -F nfs 172.16.50.5:/shared /global/shared
I originally had the problem that I could not even create a file. I changed nothing but unmounted; stopped & started nfs server;
and then once again remounted share. It would now allow me to create a file ... but with wrong attributes. It has given it the owner nobody and group of nobody. Has anyone experienced this? From what I have read since I have shared the
the folder with the root= it should be created with owner:group of root:root.