Отвалился SMART на внешнем HDD
Есть внешний usb-винт Seagate Expansion STEA4000400 (опознаётся как ST4000LM016), подключен через хаб. Ещё пару недель всё было нормально и я спокойно мониторил температуру и reallocated sector count (коих было ноль). А сейчас куда-то всё успело отвалиться.
andreymal@home ~ $ sudo smartctl -d sat -a /dev/sdd
smartctl 6.6 2017-11-05 r4594 [x86_64-linux-4.14.8-1-ARCH]
Read Device Identity failed: scsi error unsupported field in scsi command
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
andreymal@home ~ $ sudo smartctl -d scsi -a /dev/sdd
=== START OF INFORMATION SECTION ===
...
SMART support is: Available - device has SMART capability.
SMART support is: Disabled
Temperature Warning: Disabled or Not Supported
Хорошо, Disabled, бывает. Пытаюсь включить:
andreymal@home ~ $ sudo smartctl -d sat --smart=on /dev/sdd
Read Device Identity failed: scsi error unsupported field in scsi command
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
andreymal@home ~ $ sudo smartctl -d sat --smart=on -T permissive /dev/sdd
Read Device Identity failed: scsi error unsupported field in scsi command
SMART support is: Ambiguous - ATA IDENTIFY DEVICE words 82-83 don't show if SMART supported.
SMART support is: Ambiguous - ATA IDENTIFY DEVICE words 85-87 don't show if SMART is enabled.
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
andreymal@home ~ $ sudo smartctl -d scsi --smart=on /dev/sdd
=== START OF ENABLE/DISABLE COMMANDS SECTION ===
Informational Exceptions (SMART) disabled
Temperature warning disabled
Как лечить?