08 2020 档案
摘要:需要安装fio yum install fio -y 有很多依赖包 FIO用法: 随机读:(可直接用,向磁盘写一个2G文件,10线程,随机读1分钟,给出结果) fio -filename=/home/data -direct=1 -iodepth 1...
阅读全文
摘要:centos7以前版本,可以使用这个/etc/init.d/mysqld start 来启动mysql 但是centos7之后,通过systemctl start mysqld.service 这个要怎么操作呢 下面直接干货: #使用systemd管理mysq...
阅读全文
摘要:项目有一块磁盘无法挂载,而且还没有做RAID.... # mount /dev/sda /xxx 报错mount: special device /dev/sda/ does not exist (a path prefix is not a di...
阅读全文
摘要:一、部署CentOS8虚拟机 1.下载Centos8镜像 下载地址: https://www.centos.org/download/ 可以选择国内的下载源,比较快,这里推荐清华的和阿里的 2.下载完成后,部署虚拟机相关 内存必须要2G以上,官方建...
阅读全文