在NFS Server切换到一个新机器后,发现部分机器无法mount。
Server系统FC2
F7可以正常mount,FC6提示错误,FC1提示服务关闭。
Google了一下,下面是结果:
I installed FC2T3 on one of my machines and could not mount any NFS-Dir
from my Server (SuSE 8.2). With FC1 on my other machines I have no
problem at all mounting any NFS-Dirs from the server.
[root@flaneur root]# mount 192.168.1.2:/home
mount to NFS server '192.168.1.2' failed: server is down.
You have new mail in /var/spool/mail/root
[root@flaneur root]# rpcinfo -p arogno
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100004 2 udp 816 ypserv
100004 1 udp 816 ypserv
100004 2 tcp 819 ypserv
100004 1 tcp 819 ypserv
100009 1 udp 832 yppasswdd
600100069 1 udp 844 fypxfrd
600100069 1 tcp 846 fypxfrd
100005 1 udp 877 mountd
100005 2 udp 877 mountd
100005 1 tcp 880 mountd
100005 2 tcp 880 mountd
100003 2 udp 2049 nfs
100003 2 tcp 2049 nfs
[root@flaneur root]#
SELinux and the firewall are already disabled...
Has anyone any suggestions?
I got a solution for this problem - thanks to Ron McKown and the fedora-test-list:
You should mount your nfs-dir with the "nfsvers"-option like this:
mount -o nfsvers=2 192.168.1.2:/home
好久没有搞NFS了,都忘记的差不多了
阅读(4998) | 评论(1) | 转发(0) |