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