一键挂载数据盘


挂载数据盘命令; 
cd /root && wget https://soft.wdidc.net/tools/AutoTools.sh && chmod +x AutoTools.sh && bash AutoTools.sh

如提示;wget: command not found ;
centos命令: 
yum install wget 

debian/ubuntu命令: 
apt-get install wget