当前位置: 技术问答>linux和unix
mount时出现nfs错误
来源: 互联网 发布时间:2016-09-26
本文导语: [root@(none) /]# mount 192.168.2.34:/ /tmp nfs warning: mount version older than kernel portmap: server localhost not responding, timed out ...
[root@(none) /]# mount 192.168.2.34:/ /tmp
nfs warning: mount version older than kernel
portmap: server localhost not responding, timed out
RPC: failed to contact portmap (errno -5).
portmap: server localhost not responding, timed out
RPC: failed to contact portmap (errno -5).
lockd_up: makesock failed, error=-5
portmap: server localhost not responding, timed out
RPC: failed to contact portmap (errno -5).
虽然有错但是到了tmp下还是能看到linux下的目录,要加载摄像头,测试驱动加载的成功与否,到了usb驱动目录下,insmod时候nfs又提示错误如下:
[root@(none) spca5xx]# insmod spca5xx.o
Using spca5xx.o
nfs: server 192.168.2.34 not responding, still trying
nfs: server 192.168.2.34 not responding, still trying
nfs: server 192.168.2.34 not responding, still trying
有人说util Linux版本问题,但是我的nfs是yum应该可以匹配的fedora10最新的nfsserver啦,
请问这类错误的原因?达人帮忙分下哈
平台:Linux:fedora10,内核2.6.28
开发板:YLP2440,内核2.6.12
nfs warning: mount version older than kernel
portmap: server localhost not responding, timed out
RPC: failed to contact portmap (errno -5).
portmap: server localhost not responding, timed out
RPC: failed to contact portmap (errno -5).
lockd_up: makesock failed, error=-5
portmap: server localhost not responding, timed out
RPC: failed to contact portmap (errno -5).
虽然有错但是到了tmp下还是能看到linux下的目录,要加载摄像头,测试驱动加载的成功与否,到了usb驱动目录下,insmod时候nfs又提示错误如下:
[root@(none) spca5xx]# insmod spca5xx.o
Using spca5xx.o
nfs: server 192.168.2.34 not responding, still trying
nfs: server 192.168.2.34 not responding, still trying
nfs: server 192.168.2.34 not responding, still trying
有人说util Linux版本问题,但是我的nfs是yum应该可以匹配的fedora10最新的nfsserver啦,
请问这类错误的原因?达人帮忙分下哈
平台:Linux:fedora10,内核2.6.28
开发板:YLP2440,内核2.6.12
|
说实话我觉得 nfs文件系统在前期调试的时候确实很方便,但我使用过程中时不时就会出现mount不成功(说是局域网网络不稳定~),所以总的来说还是不好用,不知道大家怎么看?
|
个人经验:
1.配置文件,最好不要用ip地址 可以把服务对象的ip设置一个名字
2.启动所有必须的服务
3.关闭防火墙
4.连接时 有时需要把文件锁关掉 mount -o nolock xxxxxxxx xxxx
1.配置文件,最好不要用ip地址 可以把服务对象的ip设置一个名字
2.启动所有必须的服务
3.关闭防火墙
4.连接时 有时需要把文件锁关掉 mount -o nolock xxxxxxxx xxxx
|
防火墙的问题。
NFS防火墙比较别扭,如果你能开放对特定IP的所有端口访问会简单些,否则,需要修改NFS的设置,把动态端口都变成静态的,然后加上若干iptable的规则。
需要的端口包括RPC,nfs,mountd,nfslock,可能还有别的,一时想不起来了。
NFS防火墙比较别扭,如果你能开放对特定IP的所有端口访问会简单些,否则,需要修改NFS的设置,把动态端口都变成静态的,然后加上若干iptable的规则。
需要的端口包括RPC,nfs,mountd,nfslock,可能还有别的,一时想不起来了。
|
哈哈,我也出现过这样的情况。我的是板子连接到局域网,指定IP的。
假如局域网堵塞(比如有人在用BT下载)或者网络连接出现了问题,就会出现这样的提示。
假如局域网堵塞(比如有人在用BT下载)或者网络连接出现了问题,就会出现这样的提示。
|
nfs 要配置好,有时候网络接触不良也会这样
|
网络不好。检查防火墙,网线接触是否正常。