lyqalex Posted February 19, 2022 Share Posted February 19, 2022 大家好,我是阿力,有些问题比较有代表性,所以决定把解决方案进行整理,以便需要的朋友参考。 相关帖子: https://forums.unraid.net/topic/119915-无法关机/ 方案: 因为nfs客户端在服务器端离线时会无法umount,所以卡机,造成无法关机的情况,解决方案如下: 1、按图点击进行设置 2、点击默认,出现默认脚本,然后找到如图‘unmount’),下面写入“ umount -l /mnt/remotes/* ”卸载全部挂载。或者每个挂载点写入以上内容,*以具体挂载目录替代。然后save。 测试通过。 Quote Link to comment
unraidvvv Posted February 19, 2022 Share Posted February 19, 2022 37 minutes ago, unraidvvv said: 脚本能分享下吗? 我傻了,才看到默认按钮。感谢大佬圆我关机梦。 Quote Link to comment
wasser Posted May 4, 2022 Share Posted May 4, 2022 感谢大佬解决问题,搜索了一圈不知道怎么回事,原来是nfc的缘故 Quote Link to comment
mysll Posted May 17, 2022 Share Posted May 17, 2022 可以在config目录新建一个文件叫stop,然后把umount -l /mnt/remotes/*写在里面,这是关机时执行的脚本,也可以把其它关机时需要操作的逻辑写在这里,当然第一行要写上#!/bin/bash Quote Link to comment
lpc Posted June 25, 2022 Share Posted June 25, 2022 啊。。。遇到过这个问题,直接给unraid断电了233333 Quote Link to comment
jhin0310 Posted August 19, 2022 Share Posted August 19, 2022 难怪unraid有时候会异常失联 只能强制关机 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.