Ubuntu14.04 and Tiny6410 Mount NFS service!

Source: Internet
Author: User

I am logged into Ubuntu as root:

Perform #apt-get install Nfs-kernel-server//install NFS service on Ubuntu

Perform #mkdir/root/nfs//Create a shared folder on Ubuntu

Perform #vi/etc/exports on Ubuntu

Add/root/nfs * (Rw,sync,no_root_squash,no_subtree_check) to the exports file

/root/nfs: The shared folder you just created

*: Allow all network segments to be accessed or use specific IP

RW: Clients hooking up this directory have read and write access to the shared directory

Sync: Data is written to memory and hard disk synchronously

No_subtree_check: The permissions of the parent directory are not checked.

No_root_squash:root users have full administrative access to the root directory.

Perform #/etc/init.d/rpcbind restart restart Rpcbind service on Ubuntu

Perform #/etc/init.d/nfs-kernel-server restart on Ubuntu to restart NFS Services

Note this may appear at this time: not Starting:portmapper was not running//restart Ubuntu system is good;

Perform #showmount-E on Ubuntu//Show shared directory description build Success

The Linux system on arm executes #mount-T nfs-o nolock 10.10.206.221:/root/nfs/mnt

Address of 10.10.206.221//ubuntu

At this point, you can see the contents of the Ubuntu/root/nfs directory under the/mnt directory of the arm Linux system!

Ubuntu14.04 and Tiny6410 Mount NFS service!

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.