Redhat:NFS Server
Jump to navigation
Jump to search
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