嵌入式开发板 NFS 挂载问题,我的板子是天嵌的TQ2440,
输入挂载时出现这个提示rpcbind:serverlocalhostnotresponding,timedoutrpcbind:serverlocalhostnotres...
输入挂载时出现这个提示
rpcbind: server localhost not responding, timed out
rpcbind: server localhost not responding, timed out
rpcbind: server localhost not responding, timed out
rpcbind: server localhost not responding, timed out
svc: failed to register lockdv1 RPC service (errno 5).
lockd_up: makesock failed, error=-5
------------------------------------------------------------------------------
挂载步骤如下:
1.用securecrt连上开发板,监控串口0。
2.启动开发板到uboot界面,按开发板上的按键7(或在uboot里输入run bootlinux)使开发板进入linux系统。
3.开发板上linux系统进入到触摸屏校准这一步时,在securecrt里按ctrl+c中断图形界面,再根据提示按Enter进入busybox命令行。
4.配置好开发板(目标机)linux系统和虚拟机(宿主机)linux系统的IP地址,使之能够互通。
5.在虚拟机(宿主机)linux系统里配置好nfs服务,步骤如下:
### vi /etc/exports编辑nfs服务器的配置文件,把需要挂载的目录加入文件中,格式如:
/root/test/ 192.168.1.0/24 (rw,async,no_root_squash)
/*这里是设置192.168.1网段的所有主机都能挂载本机的/root/test/目录,并且有读写权限,异步写入方式,root用户权限不降级*/
6.重启nfs服务使之生效(在nfs运行正常时使用exportfs也行):
service portmap start (在RedHat中PORTMAP是默认启动的)
service nfs restart
7.在开发板(目标机)linux系统里挂载远程虚拟机(宿主机)linux系统的/root/test/目录,格式如:
mount -t nfs 192.168.1.180:/root/test /mnt/nfs
/*把远程主机192.168.1.180上的/root/test目录挂载到本地的/mnt/nfs目录。
请问各位大虾,这是怎么回事? 展开
rpcbind: server localhost not responding, timed out
rpcbind: server localhost not responding, timed out
rpcbind: server localhost not responding, timed out
rpcbind: server localhost not responding, timed out
svc: failed to register lockdv1 RPC service (errno 5).
lockd_up: makesock failed, error=-5
------------------------------------------------------------------------------
挂载步骤如下:
1.用securecrt连上开发板,监控串口0。
2.启动开发板到uboot界面,按开发板上的按键7(或在uboot里输入run bootlinux)使开发板进入linux系统。
3.开发板上linux系统进入到触摸屏校准这一步时,在securecrt里按ctrl+c中断图形界面,再根据提示按Enter进入busybox命令行。
4.配置好开发板(目标机)linux系统和虚拟机(宿主机)linux系统的IP地址,使之能够互通。
5.在虚拟机(宿主机)linux系统里配置好nfs服务,步骤如下:
### vi /etc/exports编辑nfs服务器的配置文件,把需要挂载的目录加入文件中,格式如:
/root/test/ 192.168.1.0/24 (rw,async,no_root_squash)
/*这里是设置192.168.1网段的所有主机都能挂载本机的/root/test/目录,并且有读写权限,异步写入方式,root用户权限不降级*/
6.重启nfs服务使之生效(在nfs运行正常时使用exportfs也行):
service portmap start (在RedHat中PORTMAP是默认启动的)
service nfs restart
7.在开发板(目标机)linux系统里挂载远程虚拟机(宿主机)linux系统的/root/test/目录,格式如:
mount -t nfs 192.168.1.180:/root/test /mnt/nfs
/*把远程主机192.168.1.180上的/root/test目录挂载到本地的/mnt/nfs目录。
请问各位大虾,这是怎么回事? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |