|
|
第1行: |
第1行: |
| [[category:ops]]
| | = = |
| =trouble= | |
| <pre>
| |
| 内网机器 PHP的人 随便重启,然后机器再起来出事了
| |
| ls /home
| |
| cannot access Input/output error
| |
|
| |
|
| 和乱码
| | =see also = |
| d?????????? ? ? ? ? ? home
| |
|
| |
|
| </pre>
| | [[Cloudflare]] |
| =shooting=
| |
| <pre>
| |
| lsof | grep home
| |
| 有关home分区的程序先kill掉
| |
|
| |
|
| | = 11种绕过CDN查找真实IP方法= |
| | [https://www.cnblogs.com/qiudabai/p/9763739.html 11种绕过CDN查找真实IP方法] |
|
| |
|
| 然后关掉机器 ,再硬重启
| | =CDN定制缓存= |
| 如果不行就得
| | [https://www.wangsu.com/document/10/15841 定制缓存 ] |
| fsck
| |
|
| |
|
| 例如如果上面的 /home at /dev/sda1
| | =R = |
| 1.应该是采用 修复命令 fsck
| | [https://www.jianshu.com/p/e1d06d5f454d 简述回源原理和CDN缓存] |
| fsck -s /dev/sda1
| |
| 意外断电导致/dev/sda1分区的文件系统崩溃,所以针对这个分区进行修复,如果其他分区也出现类似情况,可以进行全盘修复
| |
|
| |
|
| |
|
| 2.机器重启
| | [https://developer.aliyun.com/article/97173 关于CDN那些名词,你知道吗?] |
|
| |
|
| | | [https://www.wangsu.com/document/10/21057 网宿文档中心] |
| </pre>
| |
| =see also=
| |
| [https://unix.stackexchange.com/questions/39905/input-output-error-when-accessing-a-directory “Input/output error” when accessing a directory]
| |
| | |
| [https://www.cnblogs.com/Alanf/p/7509268.html cannot access Input/output error] | |
| | |
| [https://linoxide.com/how-tos/inputoutput-error-bad-blocks-how-to-restart-linux/ Input/Output Error : Bad Blocks - How to Restart Linux ]
| |