Monday, May 29, 2006

NFS Configuartion !!!!

NFS configuartion
network file shareing through unix and linux

Create a directories in /mnt or ur home directories
Edit   vi   /etc/export
add the directory which u want to share in the network
  /mnt/songs     server.plannet.com(ro,sync)
ro  ---> read only
rw ----> read write
* ---->    All
Then start deamons
 /etc/init.d/nfs start

killall -HUP rpc.nfsd rpc.mountd
than check exportfs -r and -a

using mount command
mount
ex
mount server.plannet.com  /mnt/urdrive

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

No comments:

Post a Comment

Powered By Blogger