宝塔面板linux磁盘挂载工具【详细步骤】
时间:2024年03月12日
/来源:网络
/编辑:佚名
今天78模板网给大家带来宝塔面板磁盘挂载工具【详细步骤】,希望能够帮助到大家。
原因:
未挂载磁盘,或挂载操作不当引起的
使用方法 :根据系统选择命令后进入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
原因:
未挂载磁盘,或挂载操作不当引起的
使用方法 :根据系统选择命令后进入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
新闻资讯 更多
- 【建站知识】查询nginx日志状态码大于400的请求并打印整行04-03
- 【建站知识】Python中的logger和handler到底是个什么?04-03
- 【建站知识】python3拉勾网爬虫之(您操作太频繁,请稍后访问)04-03
- 【建站知识】xpath 获取meta里的keywords及description的方法04-03
- 【建站知识】python向上取整以50为界04-03
- 【建站知识】scrapy xpath遇见乱码解决04-03
- 【建站知识】scrapy爬取后中文乱码,解决word转为html 时cp1252编码问题04-03
- 【建站知识】scrapy采集—爬取中文乱码,gb2312转为utf-804-03