Write problem in NFS

Hi Gurus,

I am trying to share certain file with NFS.

Requirement is to give access to root of another host to some file system which is shared through NFS.

Step1.

I entered the below line in /etc/dfs/dfstab

share -F nfs -o root=sun2 /usr/src

Executed

#shareall

Stared the smf service

Mount the file system on client side as

# mount -F nfs sun1:/usr/src /smb

After that when I am trying to create file as root I am getting authorization error

Thanks in anticipation

Common.. check the permissions of the mounted directory or share the directory as read/write.

Thanks incredible

I checked the permission before writing here.

Can you post the exact error that is shown in the /var/adm/messages file?