nfs安装笔记
需要2个东西
yum -y install nfs-utils portmap
设置
vi /etc/exports
/home/nfs 192.168.0.*(rw,sync,no_root_squash)
重启服务
service portmap restart service nfs restart
客户端:
mount -t nfs serverip:/home/nfs /mnt/nfs
参考:
http://soft.zdnet.com.cn/software_zone/2007/1010/543223.shtml
http://blog.csdn.net/heiyeshuwu/archive/2006/11/09/1374671.aspx
分类: Windows