Mount : Permission Denied

5.4k Views Asked by At

I am trying to mount a solaris sparc 5.10 dir over solaris sparc 5.11 like

root> mount S5.10Machine:/mydir /mydir

and I am getting

nfs mount S5.10Machine:/mydir permission denied.

I have given 777 permission on S5.10Machine:/mydir

1

There are 1 best solutions below

0
On

If you trying to mount nfs share, be sure that you have premittions in /etc/dfs/dfstab.

man share

There is rw option, which set right to access.

And if you want to mount nfs share, right command will be:

mount -F nfs S5.10Machine:/mydir /mydir