NFS部署与配置

服务端:

yum -y install rpcbind nfs-utils

vim /etc/exports

/home/udbac/shotpot/logs/ 10.153.10.219(rw)

systemctl restart rpcbind nfs

systemctl is-active rpcbind nfs

showmount -e

客户端

 

yum -y install rpcbind

/etc/init.d/rpcbind start

mount -t nfs 10.243.2.110:/webtrends/udbac/shotpot/logs /data/logs

posted @ 2017-04-05 11:38  有梦想的咸鱼吴  阅读(45)  评论(0)    收藏  举报