做嵌入式开发需要用到NFS,在Ubuntu 7.10上配置过程如下:
1、安装nfs服务器
apt-get install nfs-kernel-server
2、修改nsf配置文件

在文件中添加nfs的目录格式如下
/home/linux/xdvr/bin 192.168.1.124(rw,sync,no_root_squash)
保存退出

3、修改该目录(及其子目录)的权限

4、修改/etc/hosts
把目标板的ip和名称加到列表中














5、重启nfs

6、完成

做嵌入式开发需要用到NFS,在Ubuntu 7.10上配置过程如下:
1、安装nfs服务器
2、修改nsf配置文件
在文件中添加nfs的目录格式如下
/home/linux/xdvr/bin 192.168.1.124(rw,sync,no_root_squash)
保存退出
3、修改该目录(及其子目录)的权限
4、修改/etc/hosts
把目标板的ip和名称加到列表中
5、重启nfs
6、完成