zedboard---------在主机Ubuntu下面建立和开发板(busybox文件系统)通信的网络文件系统

来源:互联网 发布:python安卓开发 编辑:程序博客网 时间:2024/05/21 14:58
Just record it linux,because it it not convinent to use Chinese in my computer,I try Engling;

In unbuntu :we need to do
   1. sudo gedit /etc/exports and add"/home/gzw/gzw_zed_nfs *(rw,sync,no_root_squash)" the end of the file,save it and quit;


   2.start ubuntu nfs service: there is all kinds of ways of starting the nfs server ,but they may differ in command,but in my computer ubuntu10.4 just run"sudo /etc/init.d/nfs-kernel-server restart",before this ,you may do "sudo apt-get install.."


   3. run" telnet 192.168.1.100"  to connect to zedboard;


   4. run"mount -t nfs 192.168.1.110:/home/gzw/gzw_zed_nfs /mnt -o proto=tcp -o nolock".
  that's all;

2013.5.26 mark it .xiaogaogao