目录

工欲善其事

实践出真知

活跃标签: linux java mysql 待分类 js springboot win10 电路 vue macOS nginx esp32 windows git docker idea maven esp8266 python Arduino

存档:

centos7上检测硬盘是否有坏块

命令是centos7自带的,使用时要用root命令

badblocks -v /dev/sda10 > badsectors.txt

在 Linux 上使用 Smartmontools 工具扫描坏道

安装

yum install smartmontools
smartctl -H /dev/sda10

标题:centos7上检测硬盘是否有坏块
作者:llilei
地址:http://solo.llilei.work/articles/2022/06/02/1654176876702.html