一个命令解决服务器挂载数据盘
Linux自动磁盘挂载工具(来源于宝塔官方)
执行挂载前,如果你的系统是centos6/7/8,请先执行更换Yum命令(更换命令:点击)
只需要你先ssh链接你的服务器后,输入以下命令即可:
Centos系统请使用以下命令(www文件夹,常规):
yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh
Centos系统请使用以下命令(自定义目录,方便挂载你指定文件夹):
wget -O AutoMount.sh https://raw.githubusercontent.com/myluoluo/automount/master/AutoMount.sh chmod 755 AutoMount.sh ./AutoMount.sh
Ubuntu系统请使用以下命令:
wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && sudo bash auto_disk.sh
Debian系统请使用以下命令:
wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh
如果看了教学还不会的话,可联系本站客服,进行免费代挂载!!!