1833013 Members
2904 Online
110048 Solutions
New Discussion

Mount NFS problem

 
Achilles_2
Regular Advisor

Mount NFS problem

I ran the command "mount server:/dir_name /dir_name" to mount nfs to my local host but it failed. The reason is "Permission denied". So I checked the permission rights in both side are correct. I don't know what's wrong?
Do anyone help me to solve?
5 REPLIES 5
Senthil Kumar .A_1
Honored Contributor

Re: Mount NFS problem

Hi Achilles,

I want these answered.

1) The hostname on which you want to mount.
2) As what user u are trying to mount.
3) The content of the /etc/exports file on
nfs server. Atleast there sould be a
entry for the filesystem which u are
mounting remotely. Please produce the
content of /etc/exports file here.
4) rpcinfo -p output.


Regards,
Senthil
Let your effort be such, the very words to define it, by a layman - would sound like a "POETRY" ;)
Indrajit_1
Valued Contributor

Re: Mount NFS problem

Hi,
Could u please tell me what OS running on both server and client machine?


cheers
indrajit

Never Ever Give Up
Muthukumar_5
Honored Contributor

Re: Mount NFS problem

From server end, they have to give permission to NFS client to mount the File system?

Check from server as,

# exportfs -v
# cat /etc/exports

Is permission to the client given?

hth.
Easy to suggest when don't know about the problem!
Steven E. Protter
Exalted Contributor

Re: Mount NFS problem

Shalom Achilles,

nfs.core and nfs.client need to have succesfully started on the client as well.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Achilles_2
Regular Advisor

Re: Mount NFS problem

Thanks you for your help.
The problem is solved out.
I just create the file /etc/exports, then exportfs the directoy.