群晖手动调整硬盘温度限制范围

打开群晖的ssh和telnet并连接上

先把/usr/syno/etc.defaults/scemd.xml拷贝到桌面,sudo -i

cp /usr/syno/etc.defaults/scemd.xml /volume1/docker/scemd.xml

然后用编辑器搜索并替换所有的61和58为90即可。

然后再用scp上传到群晖上,比如说上传到/volume1/docker

登陆上root账户,替换原来的文件就好

cp /volume1/docker/scemd.xml /usr/syno/etc.defaults/scemd.xml

cp /volume1/docker/scemd.xml /usr/syno/etc/scemd.xml

然后重启就好了

或者使用命令行

sed -i 's/61/71/g' /usr/syno/etc.defaults/scemd.xml
sed -i 's/61/71/g' /usr/syno/etc/scemd.xml
sed -i 's/58/68/g' /usr/syno/etc.defaults/scemd.xml
sed -i 's/58/68/g' /usr/syno/etc/scemd.xml
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享