On Tue, Dec 9, 2008 at 12:21 PM, Pankaj Kumar pankaj@glug4muz.org wrote:
======================================================================= root[~]# mount 192.168.0.2:/home/rashid/ /root/server/ mount.nfs: internal error root[~]# =======================================================================
======================================================================= [root@FedoraClient ~]# 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 [root@FedoraClient ~]# =======================================================================
Be careful. Fedora has a bug which prevents mounting exported NFS. I had reported it a long time ago but its low priority and I dont know if it was fixed. Anyway, be sure to check that your firewall isn't blocking some ports since NFS4 uses dynamically assigned ports. You need to pin those ports. This is also a known "issue" for many people. Google around and you'll find the solution.