安装nfs

yum install nfs-utils rpcbind

设置目录

vi /etc/exports

/data/uploads 192.168.1.*(rw,sync,no_root_squash)

客户端

mount -t nfs 192.168.1.7:/home/upload/ /tmp


要关闭防火墙才可以,暂时还不知道怎么设置防火墙