码迷,mamicode.com
首页 > 其他好文 > 详细

nfs文件系统挂载失败解决方法

时间:2016-05-27 14:39:46      阅读:299      评论:0      收藏:0      [点我收藏+]

标签:

nfs文件系统挂载失败解决方法

nfs文件系统挂载失败解决方法

Table of Contents

1 错误提示

bootserver=255.255.255.255, rootserver=192.168.1.88, rootpath=
VFS: Mounted root (nfs filesystem) on device 0:12.
Freeing init memory: 136K
nfs: server 192.168.1.88 not responding, still trying
nfs: server 192.168.1.88 not responding, still trying

2 我的配置

MINI6410 # prin
bootdelay=3
baudrate=115200
ethaddr=08:90:90:90:90:90
filesize=3ce68c
fileaddr=C0008000
gatewayip=192.168.1.1
netmask=255.255.255.0
ipaddr=192.168.1.230
serverip=192.168.1.88
bootcmd=tftp c0008000 uImage ;bootm c0008000
bootargs=root=/dev/nfs nfsroot=192.168.1.88:/home/wildbook/Documents/nfsboot/rootfs_tiny6410 ip=192.168.1.230 console=ttySAC0,115200 init=/linc
stdin=serial
stdout=serial
stderr=serial
  • 通过我各种排查,发现自己都没设置错误,在一个偶然的机会看到一帖tiny210 用 nfs 成功 mount 根文件系统 ,
    上面讲是nfs文件系统设置的问题,在后面加上proto=tcp,就可以解决问题
setenv bootargs root=/dev/nfs nfsroot=192.168.1.88:/home/wildbook/Documents/nfsboot/rootfs_tiny6410,proto=tcp ip=192.168.1.230 console=ttySAC0,115200 init=/linuxrc

Author: 野书

Created: 2016-05-27 五 14:11

Emacs 24.5.1 (Org mode 8.2.10)

nfs文件系统挂载失败解决方法

标签:

原文地址:http://www.cnblogs.com/wild-book/p/5534467.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!