Linux NFS Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:


=Server Installation=
=Server Installation=
==Install Packages==
<pre>
sudo su -
yum install rpcbind nfs-utils
</pre>
On some system we also need to install "nfs-utils-lib".


=Client Installation=
=Client Installation=

Revision as of 06:13, 21 August 2016

Internal

Relevance

  • Updated for Amazon EC2

Server Installation

Install Packages

sudo su -
yum install rpcbind nfs-utils 

On some system we also need to install "nfs-utils-lib".

Client Installation