MENU

文章目录

    挂载数据盘

    2018 年 01 月 19 日 • 阅读: 4757 • 常用命令

    阿里云挂挂载硬盘

    wget http://mirrors.linuxeye.com/scripts/auto_fdisk.sh
    chmod +x ./auto_fdisk.sh
    ./auto_fdisk.sh
    

    Centos/Fedora:

     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
    

    复制代码

    兼总条贯 知至知终

    最后编辑于: 2018 年 10 月 29 日