IP能够ping通的情况下,NFS服务器已经开启(开启方法参考https://blog.csdn.net/loveshipting/article/details/106181710)

=> nfs
Using FEC1 device
File transfer via NFS from server 192.168.1.250; our IP address is 192.168.1.33
Filename '/home/linux/nfs/zImage'.
Load address: 0x80800000
Loading: *
ARP Retry count exceeded; starting again
=> nfs                                     
Using FEC1 device
File transfer via NFS from server 192.168.1.250; our IP address is 192.168.1.33
Filename '/home/linux/nfs/zImage'.
Load address: 0x80800000
Loading: *** ERROR: Cannot mount

解决方法:
bootfile环境变量设置错误,应该指向正确需要下载的文件:

=> setenv bootfile '/home/nanty/linux/nfs/zImage'
=> nfs
Using FEC1 device
File transfer via NFS from server 192.168.1.250; our IP address is 192.168.1.33
Filename '/home/nanty/linux/nfs/zImage'.
Load address: 0x80800000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ########################
done
Bytes transferred = 6777096 (676908 hex)
=> 
Logo

更多推荐