裸族の頭SATAx2 (CRASSU2) での、SMART診断をおこなえるソフトが見つかりました。
Hard Disk Sentinel Linux Edition (FREE)
By using Hard Disk Sentinel Linux console edition, it is possible to examine the temperature and health information (and more) of IDE, S-ATA (SATA II also), SCSI and USB hard disks connected to motherboard or external controller cards. The user must be root to use this software or start it with sudo.
と書いてあるように、けっこういろいろなUSB-HDDにも対応していて良かったです。
よくつかわれる、smartctlでも、
sudo smartctl /dev/sdc -x -d usbjmicron,0 -T permissive
というように、usbjmicronに2つのHDDがつながっているため、0や1を設定して出せるという困ったちゃんでしたが、
HDSentinel
では、うまく処理されてきました。また、正常の度合いを%で表示してくれるので、簡単です。
上のソフトで判ったのですが、Helth98%?というHDDがあって、bad sectorが1つありました。
不良セクタを叩いて潰す を使ってつぶしておきました。
smartctlには-d usbjmicron,{0|1}をつけて対応できました。