| 白群晖能不能设置自动调动风扇速度装载硬盘温度的配置文件在文件夹/usr/syno/etc.defaults/
 配置文件为scemd.xml然后通过vim修改文件,能不能行?
 <?xml version="1.0" encoding="UTF-8"?>
 <scemd>
 <fan_config period="20" threshold="6" type="DUAL_MODE_HIGH" hibernation_speed="UNKNOWN">
 <disk_temperature fan_speed="20%90hz" action="NONE">0</disk_temperature>
 <disk_temperature fan_speed="30%90hz" action="NONE">41</disk_temperature>
 <disk_temperature fan_speed="50%90hz" action="NONE">46</disk_temperature>
 <disk_temperature fan_speed="70%90hz" action="NONE">50</disk_temperature>
 <disk_temperature fan_speed="99%00hz" action="NONE">53</disk_temperature>
 <disk_temperature fan_speed="99%00hz" action="SHUTDOWN">61</disk_temperature>
 <m2_temperature fan_speed="20%90hz" action="NONE">0</m2_temperature>
 <m2_temperature fan_speed="50%90hz" action="NONE">56</m2_temperature>
 <m2_temperature fan_speed="99%00hz" action="NONE">65</m2_temperature>
 <m2_temperature fan_speed="99%00hz" action="SHUTDOWN">70</m2_temperature>
 <cpu_temperature fan_speed="20%90hz" action="NONE">0</cpu_temperature>
 <cpu_temperature fan_speed="50%90hz" action="NONE">65</cpu_temperature>
 <cpu_temperature fan_speed="99%00hz" action="NONE">70</cpu_temperature>
 <cpu_temperature fan_speed="99%00hz" action="SHUTDOWN">90</cpu_temperature>
 </fan_config>
 <fan_config period="20" threshold="6" type="DUAL_MODE_LOW" hibernation_speed="UNKNOWN">
 <disk_temperature fan_speed="20%90hz" action="NONE">0</disk_temperature>
 <disk_temperature fan_speed="30%90hz" action="NONE">46</disk_temperature>
 <disk_temperature fan_speed="50%90hz" action="NONE">52</disk_temperature>
 <disk_temperature fan_speed="70%90hz" action="NONE">55</disk_temperature>
 <disk_temperature fan_speed="99%00hz" action="NONE">58</disk_temperature>
 <disk_temperature fan_speed="99%00hz" action="SHUTDOWN">61</disk_temperature>
 <m2_temperature fan_speed="20%90hz" action="NONE">0</m2_temperature>
 <m2_temperature fan_speed="50%90hz" action="NONE">56</m2_temperature>
 <m2_temperature fan_speed="99%00hz" action="NONE">65</m2_temperature>
 <m2_temperature fan_speed="99%00hz" action="SHUTDOWN">70</m2_temperature>
 <cpu_temperature fan_speed="20%90hz" action="NONE">0</cpu_temperature>
 <cpu_temperature fan_speed="50%90hz" action="NONE">65</cpu_temperature>
 <cpu_temperature fan_speed="99%00hz" action="NONE">70</cpu_temperature>
 <cpu_temperature fan_speed="99%00hz" action="SHUTDOWN">90</cpu_temperature>
 </fan_config>
 <fan_config hw_version="Synology-DX5" period="20" threshold="6" type="DUAL_MODE_HIGH_EBOX" hibernation_speed="FULL">
 <disk_temperature fan_speed="FULL" action="NONE">0</disk_temperature>
 <disk_temperature fan_speed="FULL" action="NONE">45</disk_temperature>
 <disk_temperature fan_speed="FULL" action="NONE">55</disk_temperature>
 <disk_temperature fan_speed="FULL" action="SHUTDOWN">61</disk_temperature>
 </fan_config>
 <fan_config hw_version="Synology-DX5" period="20" threshold="6" type="DUAL_MODE_LOW_EBOX" hibernation_speed="FULL">
 <disk_temperature fan_speed="FULL" action="NONE">0</disk_temperature>
 <disk_temperature fan_speed="FULL" action="NONE">45</disk_temperature>
 <disk_temperature fan_speed="FULL" action="NONE">55</disk_temperature>
 <disk_temperature fan_speed="FULL" action="SHUTDOWN">61</disk_temperature>
 </fan_config>
 ……
 ……
 ……
 </fan_config>
 </scemd>
 
 |