踩坑日志--MFS设置永久挂载

一:设置MFS永久挂载

1.1:使用脚本的方式实现永久挂载

  • [root@client ~]# cd /etc/profile.d
    [root@client profile.d]# vi qidong.sh	'//编辑脚本'
    #!/bin/bash
    /usr/local/mfs/bin/mfsmount /opt/mfs -H 192.168.233.131 >/dev/null 2>&1
    [root@client profile.d]# reboot
    
  • 本人写的MFS分布式存储系统博客:https://blog.csdn.net/CN_TangZheng/article/details/104425634
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章