Sunday, July 12, 2009

NFS( network file system)

>It is used to share the data between linux To linux system
>Sharing on the basis of IP address
>"ACL"( access control list) is defined the mange shared list
>configuration file is "/etc/exports"

Create The NFS
> First create check IP
#ifconfig
#service network restart
#mii-tool ( to check the cable connected or not)
#lokkit ( to mange firewall)
> then define ACL
# vim /etc/exports

and add entry
example : /dirname 10.0.0.256(rw,sync)


#chkconfig portmap on
#service nfs restart
#chkconfig nfs on
#showmount -e IP address
#mount 10.0.0.55:/dirname /mnt

after mounting we can share the data

No comments:

Post a Comment