当前位置:网站首页>由于不正常断电导致的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一起解决
边栏推荐
- 链表(线性结构)
- Name six schemes to realize delayed messages at one go
- Sublime Text 配置php编译环境
- Don't use the new WP collection. Don't use WordPress collection without update
- Shardingsphere JDBC
- CUDA中的Warp Shuffle
- Three suggestions for all students who have graduated and will graduate
- 20201025 Visual Studio2019 QT5.14 信号和槽功能的使用
- ShardingSphere-JDBC篇
- web自动中利用win32上传附件
猜你喜欢

阿里云MFA绑定Chrome浏览器

稀疏数组(非线性结构)

ctf三计

日期时间API详解

实现strStr() II

Code skills - Controller Parameter annotation @requestparam

Hydration failed because the initial UI does not match what was rendered on the server. One of the reasons for the problem

web自动中利用win32上传附件

Shardingsphere JDBC

Support new and old imperial CMS collection and warehousing tutorials
随机推荐
FE - Weex 使用简单封装数据加载插件为全局加载方法
深入学习JVM底层(二):HotSpot虚拟机对象
CUDA中的函数执行空间说明符
Support new and old imperial CMS collection and warehousing tutorials
Redis - big key problem
MySql索引
Warp shuffle in CUDA
Amazon AWS data Lake Work Pit 1
稀疏数组(非线性结构)
CUDA中的Warp Shuffle
Eggjs -typeorm 之 TreeEntity 实战
ModuleNotFoundError: No module named ‘jieba.analyse‘; ‘jieba‘ is not a package
代码技巧——Controller参数注解@RequestParam
IDEA公布全新默认UI,太清爽了(内含申请链接)
Warp matrix functions in CUDA
CUDA中的线程层次
构建学习tensorflow
最新CUDA环境配置(Win10 + CUDA 11.6 + VS2019)
Cglib agent - Code enhancement test
Don't use the new WP collection. Don't use WordPress collection without update