yum -y install nfs-utils portmap
Prepare e modifique o arquivo / etc / exports para compartilhar arquivos, que seria semelhante ao mostrado abaixo
/home/NFS-files 192.168.100.0/24(ro,sync)
/home/NFS-share */26(rw,sync)
/ISO 192.168.100.0/24(ro,sync)
service portmap start
service nfs start