Changes

Jump to: navigation, search
Mounting an NFS Filesystem on System Startup
</pre>
To mount, for example, a folder with the path ''/home/demo '' which resides on a system called ubuntu2 ''ubuntu'' in the local folder with the path ''/nfsmount '' add the following line to the ''/etc/fstab '' file:
<pre>
ubuntu2ubuntu:/home/demo /nfsmount nfs
</pre>
Next time the system reboots the ''/home/demo '' folder on the remote ubuntu2 ''ubuntu'' 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 ==

Navigation menu