Go /etc/fstab
Ip_of server:/shared_name /mount point NFS results 0 0
Save and exist
fstab entries of nfs share should be well written
]]>daemons for nfs
nfs
mountd
rpc-bind
nfs*
rpcbind*
xinetd*
To Mount NFS share on the Client use below command :
# mount -t nfs IP_of_NFS_Server:/NFS_Share_Name /mount_point
E.g
# mount -t nfs nfs.linuxtechi.com:/nfs_data /mnt/data
]]>