In Ubuntu7.10, Configure NFS-Linux Enterprise Application-Linux server application information. For more information, see. NFS is required for embedded development. The configuration process on Ubuntu 7.10 is as follows:
1. Install the nfs server
Apt-get install nfs-kernel-server
2. Modify the nsf configuration file
Vi/etc/exports
Add the nfs Directory format to the file as follows:
/Home/linux/xdvr/bin 192.168.1.124 (rw, sync, no_root_squash)
Save and exit
Exportfs-rv
3. modify the permissions of the directory (and its subdirectories)
Chmod 777-R/home/linux/xdvr/bin
4. Modify/etc/hosts
Add the ip address and name of the target board to the list.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service