2011/05/24

NFS config

Server side

add following lines to /etc/exports
/opt/perth *(rw,no_root_squash,no_all_squash)
/home/xgu/src/ *(rw,no_root_squash,no_all_squash)

service nfs stop
service nfs start


Client Side

mount 10.132.10.87:/opt/perth/refsw/BSEAV/bin /mnt/nfs/


For Ubuntu
to install
# sudo apt-get install nfs-kernel-server

to start service
# sudo /etc/init.d/nfs-kernel-server restart

No comments:

Post a Comment

Post Code on Blogger

Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...