服务器自动挂载第二块硬盘
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
复制代码