首页 > Windows > nfs安装笔记

nfs安装笔记

2010年6月19日 发表评论 阅读评论

需要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 标签:
  1. 本文目前尚无任何评论.
  1. 本文目前尚无任何 trackbacks 和 pingbacks.