Simple NFS in Linux

At the server Side: 

vi /etc/exportfs
 path 192.168.0.0/16 (ro)
 exportfs -a
 service portmap start
 service nfs start

Comments

Popular posts from this blog

How to add a disk to LVM

How to configure proxy for common linux apps

How to migrate MediaWiki?