摘要: 1. 安装nfs软件: # yum install nfs-utils -y 2. 开放nfs服务: 在/etc/exports里写入类似的行 # echo "/data/nfs/volumes 10.18.0.0/24(rw,no_root_squash)" >> /etc/exports 3. 阅读全文
posted @ 2021-03-01 10:30 kunsile 阅读(262) 评论(0) 推荐(0)