Changes

Jump to: navigation, search
no edit summary
Next time the system reboots the /home/demo folder on the remote ubuntu2 system will be mounted on the local /nfsmount mount point. All the files in the remote folder can then be accessed as if they resided on the local hard disk drive.
 
== Unmounting an NFS Mount Point ==
 
Once a remote file system is mounted using NFS it can be unmounted using the ''unmount'' command with the local mount point as the command-line argument. For example, to unmount our example filesystem mount point requires the use of the following command:
 
<pre>
sudo umount /nfsmount
</pre>

Navigation menu