coffee_cn

博客园 首页 新随笔 联系 订阅 管理

#yum -y install nfs-utils rpcbind

#service rpcbind start
#service nfs start

#chkconfig --add rpcbind
#chkconfig rpcbind on
#chkconfig --add nfs
#chkconfig nfs on

#vi /etc/exports
/data1/website/test 192.168.168.200/32(rw,sync)

#mount -t nfs4 192.168.168.100:/data1/website/test /data1/website/test

posted on 2015-01-28 11:16  coffee  阅读(174)  评论(0编辑  收藏  举报