上一篇 下一篇 分享链接 返回 返回顶部

Centos/Ubuntu/Debian挂载数据盘脚本

发布人:云泽 发布时间:2024-05-28 09:27 阅读量:823

Centos系统请使用以下命令:
yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.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

目录结构
全文