nfs-server安装和端挂盘

安装步骤

1、安装命令
yum install nfs-utils rpcbind -y
2、设置开放文件并且开放权限
chmod 777 /home/share/
3、设置/etc/exports填写如下
vi /etc/exports
/home/share *(rw,sync,no_root_squash)
4、启动/重启/开启启动 nfs-server 和 rpcbind
# 启动
service nfs-server start 
service rpcbind start
#重启
service nfs-server restart 
service rpcbind restart
#开机启动
systemctl enable nfs-server
systemctl enable rpcbind

客户端安装

1、安装命令 (Mac无需安装)
yum install nfs-utils 
2、Centos挂盘命令
mount -t nfs,vers=3,local_lock=yes 192.168.1.253:/home/share /app 
# 或
mount -t nfs -o nolock 192.168.1.253:/home/share /app
3、Mac挂载(无需安装客户端
sudo mount -o resvport 192.168.1.253:/home/share/ /app

Centos开机启动

vim  /etc/rc.d/rc.local
mount -t nfs -o nolock 192.168.1.253:/home/share /app
chmod +x /etc/rc.d/rc.local
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值