当前位置: 技术问答>linux和unix
nfs挂载不上 开发板重启
来源: 互联网 发布时间:2017-04-01
本文导语: 本帖最后由 sandy_liu530 于 2013-02-19 16:50:09 编辑 设备ip 172.16.112.2,虚拟机ip 172.16.112.208 启动参数 set bootargs root=/dev/nfs nfsroot=172.16.112.208:/home/my/nfs ip=172.16.112.2:172.16.112.208:172.16.112.1:255.255.252.0 noinitrd init=/linuxrc console=tt...
启动参数
set bootargs root=/dev/nfs nfsroot=172.16.112.208:/home/my/nfs ip=172.16.112.2:172.16.112.208:172.16.112.1:255.255.252.0 noinitrd init=/linuxrc console=ttyS2,115200 mem=64M
系统运行到这里
IP-Config: Complete:
device=eth0, addr=172.16.112.2, mask=255.255.252.0, gw=172.16.112.1,
host=172.16.112.2, domain=, nis-domain=(none),
bootserver=172.16.112.208, rootserver=172.16.112.208, rootpath=
到这里之后开发板就重启,请问是什么原因造成的
(注:虚拟机端的nfs服务应该配置正确了,用下面这个命令可以挂载上172.16.112.208:/home/my/nfs
mount -o nolock -t nfs 172.16.112.208:/home/my/nfs /mnt)
|
board ip=192.168.1.6 主机IP=192.168.1.101
set bootargs noinitrd root=/dev/nfs nfsroot=192.168.1.101:/rootfs ip=192.168.1.6:192.168.1.101:192.168.1.1:255.255.255.0::eth0:off init=/linuxrc console=ttySAC0
我用的UBUNTU,没用虚拟机,这个设置是可以的。
set bootargs noinitrd root=/dev/nfs nfsroot=192.168.1.101:/rootfs ip=192.168.1.6:192.168.1.101:192.168.1.1:255.255.255.0::eth0:off init=/linuxrc console=ttySAC0
我用的UBUNTU,没用虚拟机,这个设置是可以的。