Nfs Server
Nfs Server
Step-1
# mkdir /read
# mkdir /write
# chmod 777 /write
Step-2
# vim /etc/exports
/read *(ro,sync)
/write *(rw,async)
:wq
# exportfs -v
# exportfs -r
# showmount -e
# showmount -e 192.168.0.x