Ubuntu NFS Configuration

Source: Internet
Author: User

Ubuntu NFS Configuration


Mount End (10.0.0.2):


# Apt-get Install Nfs-kernel-server


# Vi/etc/exports


Press A or I to enter edit mode


/home 10.0.0.3 (Rw,sync,no_subtree_check) (that is, only allow 10.0.0.3 to mount the/home directory)


Press the ESC key to exit edit mode


: Wq (Save and exit)


# service Nfs-kernel-server Resart




Mount End (10.0.0.3):


# Vi/etc/fstab



Press A or I to enter edit mode


10.0.0.2:/home/home2 NFS RW 0 0


Press the ESC key to exit edit mode


: Wq (Save and exit)


# mount-a


# ls/home2




This article from "Linux" blog, declined reprint!

Ubuntu NFS Configuration

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.