Configure NFS in Ubuntu7.10

Source: Internet
Author: User
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.

Hosts. allow hosts. deny
Jason @ tvt:/home/linux/xdvr/td2408ui $ cat/etc/hosts
192.168.1.124 NDVR31XX
127.0.0.1 localhost
127.0.1.1 tvt

# The following lines are desirable for IPv6 capable hosts
: 1 ip6-localhost ip6-loopback
Fe00: 0 ip6-localnet
Ip6-mcastprefix ff00: 0
Ff02: 1 ip6-allnodes
Ff02: 2 ip6-allrouters
Ff02: 3 ip6-allhosts

5. Restart nfs
/Etc/init. d/nfs-kernel-server restart

6. Complete
Mount-o nolock-t nfs 192.168.1.107:/home/linux/xdvr/bin/root.

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.