在腾讯云买了云服务器,默认一块系统盘,再买了一块数据盘,安装了宝塔面板后只显示一块硬盘,另一块没有挂载。
只要登陆linux服务器上一条命令就可以实现磁盘挂载了。
使用方法 :根据系统选择命令后进入ssh执行命令即可
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
转原文:https://www.bt.cn/bbs/thread-3187-1-1.html
使用方法 :根据系统选择命令后进入ssh执行命令即可
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