当前位置:网站首页>由于不正常断电导致的unexpected inconsistency;RUN fsck MANUALLY问题已解决
由于不正常断电导致的unexpected inconsistency;RUN fsck MANUALLY问题已解决
2022-07-02 06:22:00 【呆呆象呆呆】
问题状况
服务器reboot之后很久都没有反应,链连接显示屏,发现显示屏是全黑的,就直接长按电源断电,进行手动重启。
开机界面出现
、dev/sda*:unexpected inconsistency;RUN fsck MANUALLY
sck exited with status code 4
the root filesustem on /dev/sda4 requires a manual fsck

原因
这种问题一般是非正常断电导致硬盘类似于自己锁住了的情况,或者有可能出现系统文件损坏
解决
手动在命令行中修复,然后在命令行中重启reboot
fsck -y /dev/sda4 #图片少打了一个空格,以左边为准 /dev/sda4指你损坏的设备
注:检测并修复磁盘/dev/*,-y 选项指定检测每个文件是自动输入yes
如果仍然报错可以参考一下参考文献,我修复完成就可以正常启动了
参考文献
Linux启动报错UNEXPECTED INCONSISTENCY解决方法_kerwin612的博客-CSDN博客
From 师弟SK一起解决
边栏推荐
- CUDA中的动态全局内存分配和操作
- NodeJs - Express 中间件修改 Header: TypeError [ERR_INVALID_CHAR]: Invalid character in header content
- Sentinel Alibaba open source traffic protection component
- sprintf_s的使用方法
- Decryption skills of encrypted compressed files
- 日期时间API详解
- TensorRT的命令行程序
- ctf三计
- When requesting resttemplate, set the request header, request parameters, and request body.
- Warp matrix functions in CUDA
猜你喜欢

Log (common log framework)

Redis——Cluster数据分布算法&哈希槽

Distributed transactions: the final consistency scheme of reliable messages

Cglib代理-代码增强测试

实现strStr() II

介绍两款代码自动生成器,帮助提升工作效率

深入学习JVM底层(三):垃圾回收器与内存分配策略

Learn about various joins in SQL and their differences

pytest(2) mark功能

The intern left a big hole when he ran away and made two online problems, which made me miserable
随机推荐
FE - weex 开发 之 使用 weex-ui 组件与配置使用
栈(线性结构)
Ruijie ebgp configuration case
Sentinel Alibaba open source traffic protection component
In depth understanding of JUC concurrency (I) what is JUC
Log (common log framework)
Redis——缓存击穿、穿透、雪崩
IPv6 experiment and summary
Latest CUDA environment configuration (win10 + CUDA 11.6 + vs2019)
Golang--map扩容机制(含源码)
AtCoder Beginner Contest 253 F - Operations on a Matrix // 树状数组
MySQL的10大经典错误
利用NVIDIA GPU将Minecraft场景渲染成真实场景
RestTemplate请求时设置请求头,请求参数,请求体。
日志(常用的日志框架)
NodeJs - Express 中间件修改 Header: TypeError [ERR_INVALID_CHAR]: Invalid character in header content
压力测试修改解决方案
Top 10 classic MySQL errors
【程序员的自我修养]—找工作反思篇二
CUDA中的Warp Shuffle