synchronization
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2025-08-25 15:57:40 +08:00
commit cee91802b3
106 changed files with 9124 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
> 本文作者:丁辉
# Linux命令无法执行
**报错**`Input/output error`
> 原因: 这可能为硬盘坏道、锁死等问题导致。
**问题解决方案:**
1. 直接重启内核, 执行命令激活 "CONFIG_MAGIC_SYSRQ" 选项
```bash
echo 1 > /proc/sys/kernel/sysrq
```
2. 重启设备
```bash
echo b > /proc/sysrq-trigger
```
完美解决