[root@forum ~]# mount 192.168.2.206:/home /mnt/nfs
mount: 192.168.2.206:/home failed, reason given by server: Permission denied
可能的原因:
1、/etc/hosts里指定了IP--主机名,删之(建议不要擅自修改/etc/hosts);
2、可能是NFS服务器端/etc/exports设置的权限不对;
3、SELinux的问题:
[root@rhel5 ~]# setsebool -P nfs_export_all_rw on
另外,请LZ慎重考虑你的/的权限rw。