first commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-12-13 17:57:17 +08:00
commit 6165fb97a5
109 changed files with 9251 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
```
完美解决