我的硬盘发出奇怪的声音。
我想要检查错误,我想要使用 smartctl,
此命令
[root@defiant ~]# smartctl -V
产生错误:
bash: smartctl: command not found...
yum install smartctl
不起作用。我该如何 yum install smartctl?
答案1
找出它包含在哪个包中:
yum provides */smartctl
然后安装指示的包,应该是smartmontools
。
答案2
你会发现它在smartmontools
包装里
yum search all smartctl
如果您知道包中文件的完整路径名,那么您可以直接安装该包,在本例中是:
sudo yum 安装 /usr/sbin/smartctl
答案3
我找到了答案。你不需要安装 smartctl,你可以这样做:
yum install smartmontools
我发现这很有帮助: