请问在mount的时候出现下面错误要做什么修改
[root@utu-linux /]# mount -t nfs 192.168.120.52:/utulinux/s3c2440 /home/work
-o nolock
mount: RPC: Unable to receive; errno = Connection refused
问题补充:服务器端 是虚拟机上装redhat 9.0
利用setup关闭了iptables和启用了nfs和portmap服务
/etc/exports 文件正确
prinse 于 2009-10-23 03:11:28发表:
学习了……
shaozhigang168 于 2009-10-16 10:16:26发表:
检查一下端口,用lsof
balini 于 2009-09-06 11:20:14发表:
(e:e2s
balini 于 2009-07-20 16:19:58发表:
)3):o
lovemmlzy 于 2009-04-24 20:33:31发表:
这是你自己的问题呀
85030455 于 2009-04-22 08:20:06发表:
在启动每个服务时都要把防火墙给清空!!!这很重要@!!
richedu 于 2009-04-14 15:56:03发表:
应该是你的iptables没有关掉,你使用setup只能设定下次启动时不开启iptables,对iptables当前状态没有影响。 使用命令 service iptables stop 关闭防火墙再次实验,
如果还是不能成功,检查你的portmap,以及nfs程序,可能是你的nfs程序本身没有给访问权限,如果还有问题,把错误贴图出来。
xtygaht 于 2009-04-02 13:36:49发表:
新手还不太懂``
jiang870320 于 2009-03-28 19:30:12发表:
service portmap start
service nfs start
netstat -an 看一下NFS 的端口开着不?
rebelyang 于 2009-02-27 23:11:11发表:
Server 端的portmap没有启动
你可以用查看下是否启动了nfs,portmap
#chkconfig --list nfs
#chkconfig --list portmap
然后再试试
#service nfs restart
#service portmap restart
最后记得关掉防火墙哦
lj1228 于 2009-02-25 23:27:54发表:
11111111111111
superich 于 2009-02-25 17:03:40发表:
service portmap restart
xujc1983 于 2009-02-22 01:40:49发表:
不是NFS服务的问题,就是网络的问题