sh SMART Scripts

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh SMART Scripts相关的知识,希望对你有一定的参考价值。

for sd in /dev/sd[a-z]; do echo $sd; smartctl -t short $sd; done
for sd in /dev/sd[a-z]; do echo $sd; smartctl -c $sd | grep Self-test | grep -v supported; smartctl -c $sd | grep remaining; done
watch -c -n 1 -d --exec ./smart-test-status-all.sh

以上是关于sh SMART Scripts的主要内容,如果未能解决你的问题,请参考以下文章

sh 使用手表监控SMART测试状态

sh SMART Test Status所有驱动器(/ dev / sd [a-z])

sh SMART Short Test在所有驱动器上启动(/ dev / sd [a-z])

sh [scripts] allscripts #sh

sh [Bash:脚本中需要--force] #scripts #bash

sh: react-scripts: 运行 npm start 后找不到命令