Operating System - HP-UX
1752805 Members
5432 Online
108789 Solutions
New Discussion юеВ

Re: NFS mount - Client error mkdir: cannot access .: Permission denied

 
ManojK_1
Valued Contributor

NFS mount - Client error mkdir: cannot access .: Permission denied

Hi,

We have configure HP Unix 11.31 as NFS server and HP Unix 11.23 as NFS client.

I have shared the filesystem from NFS server by the following command.
share -F nfs -o root=192.168.11.21 /data

and mounted the partition /data on NFS.

I am not able to create, delete any of the files inside /t24.

What might be the reason?


Thanks and Regards,
Manoj K
4 REPLIES 4
smatador
Honored Contributor

Re: NFS mount - Client error mkdir: cannot access .: Permission denied

Hakki Aydin Ucar
Honored Contributor

Re: NFS mount - Client error mkdir: cannot access .: Permission denied

ManojK_1
Valued Contributor

Re: NFS mount - Client error mkdir: cannot access .: Permission denied

Hi,

The problem got solved with a very simple change.

Instead of IP Addresses i have put hostname. After that everything become fine.

share -F nfs -o root=drmakn02 /data

Again for testing purpose i have replaced hostname by IP Address --- same error.

I think there is something relating hostname and NFS v4 in HP Unix 11.31 and hostname is prefered in place of IP Addresses of clients.

Thanks and Regards,
Manoj K
Thanks and Regards,
Manoj K
ManojK_1
Valued Contributor

Re: NFS mount - Client error mkdir: cannot access .: Permission denied

solved
Thanks and Regards,
Manoj K