File System for mounting other NFS servers in Ubuntu14.04

Source: Internet
Author: User
For details about file systems mounted to other NFS servers in Ubuntu14.04, refer to the download, installation, and configuration summary page of Ubuntu14.04.

File System for mounting other NFS servers in Ubuntu 14.04

Reading:

Download, install, and configure Ubuntu 14.04Page http://www.linuxidc.com/Linux/2014-04/100370.htm

Install Ubuntu 14.04 permanent update address on a hard disk in Windows 7: Http://www.linuxidc.com/Linux/2014-04/100369.htm

The nfs client is not installed in Ubuntu by default, so you must first install:

Sudo apt-get install nfs-common

After the installation is complete, create a new directory for mounting:

Sudo mkdir/mnt/nfs

If the IP address of the server is 192.168.0.103, use showmount to view the shared directory on the server:

Showmount-e 192.168.0.103

Then, run the mount command. If the directory on the server is/nfs, run the following command:

Sudo mount-t nfs 192.168.0.103:/nfs/mnt/nfs/

You can mount the/nfs directory on the server to the local/mnt/nfs directory.

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

This article permanently updates the link address: Http://www.linuxidc.com/Linux/2014-04/100496.htm

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.