Difference between revisions of "Redhat:NFS Server"

From Define Wiki
Jump to navigation Jump to search
(Created page with "== NFS == NFS is used to share files and printers on a directory between Linux or Unix systems. NFS v4 is the default on RHEL6, but RHEL will also support NFS v2 and v3. ...")
(No difference)

Revision as of 15:14, 22 August 2013

NFS

NFS is used to share files and printers on a directory between Linux or Unix systems.

NFS v4 is the default on RHEL6, but RHEL will also support NFS v2 and v3. The differences are cover the communication and file sizes.


Installation

There is a group provides through yum to install of the needed packages:

yum groupinstall "NFS file server"

If you are using NFS v2 or v3, then s few extra packages will be required:

  • porttrserve
  • quota
  • rpcbind

Start the services

/etc/init.d/rpcbind start
/etc/init.d/nfs start