加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

CentOS7/Linux_NFS永久挂载的方法

(2020-05-14 01:51:38)
标签:

nfs挂载

nfs永久挂载

分类: OperatingSystem
一、环境:

1、OS:CentOS-7-x86_64-DVD-1908.iso;

2、全程使用root账户操作;




二、安装NFS

1、安装服务端: yum   -y    install     rpcbind

2、安装客户端: yum   -y    install     nfs-utils




三、配置共享文件夹

vim  /etc/exports




四、NFS服务管理:

1、systemctl start nfs-server         //启动nfs服务

2、systemctl enable nfs-server       //开机自动启动nfs服务

3、systemctl restart nfs-server      //重新启动nfs服务

4、systemctl stop nfs-server         //停止nfs服务

5、systemctl disable nfs-server     //取消开机启动nfs服务





五、永久挂载(rc.local必须具有执行权限)

[root@centos7 rc.d]# vim         /etc/rc.d/rc.local
mount        -t nfs        nfs_server_ip:/root/laohu        /mnt/laohu

[root@centos7 rc.d]# wq

[root@centos7 rc.d]# chmod 711 rc.local

[root@centos7 rc.d]# reboot

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有