On Tue, Dec 9, 2008 at 10:51 PM, Pankaj Kumar <[EMAIL PROTECTED]> wrote:
> following entry in the /etc/exports file:
...
> /home/rashid    192.168.0.4(rw)
> /home/ccpplinux/public_html    192.168.0.3(rw)

> [EMAIL PROTECTED] ~]# mount -t nfs 192.168.0.2:/home/ccpplinux/ /root/server/
> mount: 192.168.0.2:/home/ccpplinux/ failed, reason given by server: Permission
> denied

You are missing the "public_html" in the path.  Try:
    mount -t nfs 192.168.0.2:/home/ccpplinux/public_html /root/server/

Run the exportfs(8) command on the nfs server and see if all file systems
are correctly exported by the server.  Check syslog and /var/log/messages
on both client and server for clues on what is breaking.

If you are using iptables on any of your machines, you will need to configure
it to permit nfs traffic.

- Raja
_______________________________________________
To unsubscribe, email [EMAIL PROTECTED] with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to