博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

ELM's Blog

工作、学习、生活、娱乐......
  wenzk.cublog.cn

关于作者
姓名:ELM
职业:网管[网吧管理员]
年龄:26
位置:辽宁 沈阳
介绍:一定要把网络管好
QQ:616621
Email:wzk<AT>wenzk<DOT>net
|| << >> ||
我的分类


Fedora Core 2 Test 3 - NFS server: server is down
在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了,都忘记的差不多了

 原文地址 http://forums.fedoraforum.org/archive/index.php/t-1767.html
 TAG linux fedora nfs
发表于: 2008-01-24,修改于: 2008-01-24 08:32,已浏览1315次,有评论1条 推荐 投诉


网友评论
网友: 本站网友 时间:2008-04-19 05:07:29 IP地址:64.68.115.★
非常有用,谢谢,但是为什么之前我不加参数就可以mount, 但是现在必须要加上这个参数才行.

Blog作者的回复:
可能是默认使用的NFS版本不一样吧


 发表评论