#freeze
*sataが2本させる裸族の頭 [#AiE3FMz]
&attachref(./crassu2-thumb-autoxauto.jpg);~
[[裸族の頭SATAx2 (CRASSU2):http://www.century.co.jp/products/crassu2.html]] での、SMART診断をおこなえるソフトが見つかりました。~
[[Hard Disk Sentinel Linux Edition (FREE):https://www.hdsentinel.com/hard_disk_sentinel_linux.php]]~
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
では、うまく処理されてきました。また、正常の度合いを%で表示してくれるので、簡単です。~
*エラーありbadblockをつぶす。 [#XDfi08I]
上のソフトで判ったのですが、Helth98%?というHDDがあって、bad sectorが1つありました。
[[不良セクタを叩いて潰す :http://nyacom.net/?p=78]]を使ってつぶしておきました。~
smartctlには-d usbjmicron,{0|1}をつけて対応できました。