These are minimal instructions on how to set up an NFS server running on CentOS 6.
Install the required packages:
yum install nfs-utils nfs-utils-libEnable and start the required services:
chkconfig rpcbind on chkconfig nfs on service rpcbind restart service nfs restartCreate shares by editing:
/etc/exports