Build NFS to mount the remote host directory to the local host

Source: Internet
Author: User

build NFS to mount the remote host directory to the local host


Prepare 2 servers centos6.5

1, first on each server to install First off NFS packets

Yum Install Nfs-utils

Yum Install nfs*

chkconfig--level NFS on

Service NFS Start

2. Perform the following actions on 172.16.11.100 first:

Mkdir/vnetoo

Vi/etc/exports, join:

/vnetoo 172.16.11.150 (Rw,sync,no_root_squash)

3. Then, in 172.16.11.100 (if you are now logged in 72.16.11.100 , of course, SSH login to 172.16.11.150, and Su to root) run:

mkdir/Vnetoo

chmod 777-r/Vnetoo

Mount 172.16.11.100:/vnetoo/vnetoo

You can do it.

Add mount to the/etc/rc.local and the boot will automatically mount.



Build NFS to mount the remote host directory to the local host

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.