用于 Fedora 17 的 smartctl

Eri*_*ski 1 installation fedora smartctl

我给自己买了一个发出奇怪声音的硬盘。

我想检查错误,我想使用smartctl,

这个命令

[root@defiant ~]# smartctl -V
Run Code Online (Sandbox Code Playgroud)

产生一个错误:

bash: smartctl: command not found...
Run Code Online (Sandbox Code Playgroud)

yum install smartctl不起作用。我如何 yum 安装 smartctl?

Mic*_*ton 5

找出它包含在哪个包中:

yum provides */smartctl
Run Code Online (Sandbox Code Playgroud)

然后安装指示的包,应该是smartmontools.