使用 AutoFS 实现 NFS 自动挂载

服务安装

1
yum -y install autofs

注意:之前的系统在安装图形化界面时,会自动安装 AutoFS,现在都需要手动安装了。

服务配置

1
/PATH /etc/auto.misc

注意:将上面的代码添加到 AutoFS 配置文件/etc/auto.master 中,其中/PATH 为调用规则目录,/etc/auto.misc 为调用规则文件。

规则编写

1
DIRNAME	--fstype=nfs ServerIP:/PATH

注意:DIRNAME 为触发规则目录,–fstype=nfs 为指定文件系统类型,最后是挂载点。

服务启动

1
systemctl start autofs

注意:推荐启用开机运行。

本文链接:https://my.lmcjl.com/post/19683.html

展开阅读全文

4 评论

留下您的评论.