您的位置:首页 > 理论基础 > 计算机网络

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

2013-07-13 21:14 471 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  zedboard nfs busybox