阅读198 返回首页    go 技术社区[云栖]


HI3531网络tftp、nfs加载

 ifconfig eth0 hw ether 00:00:23:34:45:66;

ifconfig eth0 192.168.1.10 netmask 255.255.255.0;

route add default gw 192.168.1.1;ifconfig;

ping 192.168.1.100

                                            

mount -t nfs -o nolock 192.168.1.210:/home/ks/hi3531/nfs_3531  /mnt

 

tftp 192.168.1.210 -l test –g

tftp 192.168.1.210 -l a1.264 –p

最后更新:2017-04-03 12:54:04

  上一篇:go word中插入题注(表1、图1)
  下一篇:go 使用github管理你的代码