Ubuntu9.10 and mirco2440 establish nfs links. Other development boards can also be used for reference.

Source: Internet
Author: User
First, configure Ubuntu9.10 Server 1. install the nfs server sudoapt-getinstallnfs-kernel-server2 on Ubuntu9.10. configure the server sudogedit/etc/exports in the open empty file, add the following sentence/opt/FriendlyARM/mini2440/root_qtopia * (rw, sync, no_root_sq

First, configure the Ubuntu 9.10 server.

1. Install the nfs server on Ubuntu 9.10

Sudo apt-get install nfs-kernel-server

2. Configure the server

Sudo gedit/etc/exports

In the open empty file, add the following sentence

/Opt/FriendlyARM/mini2440/root_qtopia * (rw, sync, no_root_squash)

/Opt/FriendlyARM/mini2440/root_qtopia is the shared directory * (rw, sync, no_root_squash) of Ubuntu 9.10. * indicates that all clients can mount the shared directory, rw indicates that the Client Connected to this directory has the Read and Write power to this directory, and no_root_squash indicates that the Client Connected to this directory is allowed to have the root identity of the host.

3. Start the service

Sudo/etc/init. d/nfs-kernel-server start

4. Install the serial port debugging software minicom (command line interface) or cutecom (graphical interface), and update the Code through the software source.

Sudo apt-get install minicom

Sudo apt-get install cutecom

The work on Ubuntu 9.10 is complete.

Related Article

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.