Ch 16 NFS

Network File sharing

 

#vi /etc/exports

Give a path of folder which you want to share.

/var/ftp/pub/share *(ro,sync) or (rw,sync) or (rw,no_root_squash,sync)

# service portmap restart

# service nfs restart

# service nfslock restart

 # showmount –e

how many folder in sharing.

Or

# exportfs –rav

client side

# service portmap restart

# service nfs restart

# service nfslock restart

# mount –t nfs ip:/share /Local_path