无法启用外部硬盘的 SMART 支持

无法启用外部硬盘的 SMART 支持

我使用最近购买的 1T Seagate Backup Plus Slim 外置硬盘ID 0bc2:ab24 Seagate RSS LLC(NTFS 文件系统)作为备份工具。我想在此磁盘上运行 Smartmontools 软件,但是当我尝试使用以下命令启用它时

smartctl -s on -d scsi /dev/sdb (as a root)

我得到以下回复:

smartctl 6.6 2016-05-31 r4324 [i686-linux-4.15.0-23-generic] (local b$
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontoo$

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
Informational Exceptions (SMART) disabled
Temperature warning disabled

事实上,当我尝试跑步时

smartctl -all -d scsi /dev/sdb

输出是:

smartctl 6.6 2016-05-31 r4324 [i686-linux-4.15.0-23-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               Seagate
Product:              BUP Slim WH
Revision:             0304
Compliance:           SPC-4
User Capacity:        1.000.204.885.504 bytes [1,00 TB]
Logical block size:   512 bytes
Logical Unit id:      0x5000000000000001
Serial number:        NA9DTQ90
Device type:          disk
Local Time is:        Wed Jun 20 20:25:13 2018 CEST
SMART support is:     Available - device has SMART capability.
SMART support is:     Disabled
Temperature Warning:  Disabled or Not Supported

=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Current Drive Temperature:     0 C
Drive Trip Temperature:        0 C

Error Counter logging not supported

Device does not support Self Test logging

这确认 SMART 支持仍处于禁用状态,但可用。有谁知道是否以及(如果是)如何启用它?

仅供参考:该驱动器连接到运行 Lubuntu 18.04 的旧 32 位笔记本电脑。

答案1

你在askubuntu上查过这个问题吗?https://askubuntu.com/questions/207573/how-to-enable-smart 如果失败,可能是您的 USB 外壳不支持 SMART,我的一个外壳也经历过这种情况。在这种情况下,您需要通过 SATA 直接连接驱动器或使用不同的外壳从设备检索 SMART 数据。

相关内容