Linux:配置客户端自定义autofs服务

Linux:配置客户端自定义autofs服务

修改autofs的主策略文件

bash 复制代码
[root@server200 data]# vim /etc/auto.master

# 修改内容如下
/misc   /etc/auto.misc
# 挂载目录的上级目录
/mnt    /etc/auto.timinglee --timeout=3

修改autofs的自定义策略文件

bash 复制代码
[root@server200 data]# vim /etc/auto.timinglee

# 修改内容如下
# 最终挂载点		挂载参数   网络文件系统资源
timinglee       -rw     172.25.254.100:/data

**最终的挂载目录为 /mnt/timinglee **

访问测试

bash 复制代码
[root@server200 ~]# cd /mnt/
[root@server200 mnt]# ls
[root@server200 mnt]# cd timinglee
[root@server200 timinglee]# ls
file1  file2  file3  file4  file5

[root@server200 ~]# df
Filesystem            1K-blocks    Used Available Use% Mounted on
devtmpfs                   4096       0      4096   0% /dev
tmpfs                    991084       0    991084   0% /dev/shm
tmpfs                    396436    6188    390248   2% /run
/dev/mapper/rhel-root  16353280 4218868  12134412  26% /
/dev/nvme0n1p1           404128  240060    164068  60% /boot
/dev/sr0                8847936 8847936         0 100% /rhel9
tmpfs                    198216      52    198164   1% /run/user/42
tmpfs                    198216      36    198180   1% /run/user/0
172.25.254.100:/data   16353280 4217856  12135424  26% /mnt/timinglee
相关推荐
blessing。。28 分钟前
I2C学习
linux·单片机·嵌入式硬件·嵌入式
2202_7544215443 分钟前
生成MPSOC以及ZYNQ的启动文件BOOT.BIN的小软件
java·linux·开发语言
努力的悟空1 小时前
国土变更调查拓扑错误自动化修复工具的研究
运维·自动化
运维&陈同学1 小时前
【zookeeper03】消息队列与微服务之zookeeper集群部署
linux·微服务·zookeeper·云原生·消息队列·云计算·java-zookeeper
旦沐已成舟2 小时前
DevOps-Jenkins-新手入门级
服务器
周末不下雨2 小时前
win11+ubuntu22.04双系统 | 联想 24 y7000p | ubuntu 22.04 | 把ubuntu系统装到1T的移动固态硬盘上!!!
linux·运维·ubuntu
软件技术员3 小时前
Let‘s Encrypt SSL证书:acmessl.cn申请免费3个月证书
服务器·网络协议·ssl
哎呦喂-ll3 小时前
Linux进阶:环境变量
linux
耗同学一米八3 小时前
2024 年河北省职业院校技能大赛网络建设与运维赛项样题四
运维·网络