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

宝面板挂载硬盘教程

发布人:管理员 发布时间:2023-08-16 10:43 阅读量:657

SSH执行下面的命令(前提已装好宝塔面板)

yum install wget -y && wget -O auto_disk.sh http://download.bt.cn/tools/auto_disk.sh && bash auto_disk.sh

挂载磁盘命令:

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

目录结构
全文