Linux磁盘一键自动挂载ssh指令

Linux磁盘一键自动挂载ssh指令

龙毅
2022-10-24 / 0 评论 / 1,067 阅读 / 正在检测是否收录...

l9mte0rg.png

说明
  • 本工具默认将数据盘挂载到/www目录
  • 若您的磁盘已分区,且未挂载,工具会自动将分区挂载到/www
  • 若您的磁盘是新磁盘,工具会自动分区并格式化成xfs/ext4文件系统

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
0

评论 (0)

取消