看著很複雜的smartmontools說明文件,其中有一段
引用:
scterc[,READTIME,WRITETIME] - [ATA only] [NEW EXPERIMENTAL SMARTCTL FEATURE] prints values and descriptions of the SCT Error Recovery Control settings. These are equivalent to TLER (as used by Western Digital), CCTL (as used by Samsung and Hitachi) and ERC (as used by Seagate). READTIME and WRITETIME arguments (deciseconds) set the specified values. Values of 0 disable the feature, other values less than 65 are probably not supported. For RAID configurations, this is typically set to 70,70 deciseconds.
|
from
http://smartmontools.sourceforge.ne...smartctl.8.html
所以我應該要用smartmontool的command line使用以下指令開啟ERC?
smartctl -l scterc,70,70 sda
(已用-i sda 確定sda 代表目標硬碟5K3000)