当前位置:网站首页>Unexpected inconsistency caused by abnormal power failure; Run fsck manually problem resolved
Unexpected inconsistency caused by abnormal power failure; Run fsck manually problem resolved
2022-07-02 06:36:00 【Dull as dull】
Problem status
The server reboot There was no response for a long time , Chain connection display , I found that the display screen was completely black , Just press and hold the power off , Do a manual restart .
The boot screen appears
、dev/sda*:unexpected inconsistency;RUN fsck MANUALLY
sck exited with status code 4
the root filesustem on /dev/sda4 requires a manual fsck

reason
This kind of problem is usually caused by abnormal power failure, which is similar to the case that the hard disk is locked , Or there may be system file corruption
solve
Repair manually on the command line , Then restart on the command line reboot
fsck -y /dev/sda4 # The picture is missing a space , Subject to the left /dev/sda4 Refers to your damaged equipment
notes : Detect and repair disks /dev/*,-y Option to detect that each file is automatically entered yes
If you still report an error, you can refer to the references , After my repair, I can start normally
reference
Linux Initiate error reporting UNEXPECTED INCONSISTENCY resolvent _kerwin612 The blog of -CSDN Blog
From Younger martial brother SK To solve
边栏推荐
- Win电脑截图黑屏解决办法
- Find the highest value of the current element Z-index of the page
- Flask-Migrate 检测不到db.string() 等长度变化
- web自动化切换窗口时报错“list“ object is not callable
- 计算属性普通函数写法 和 set get 写法
- FE - Eggjs 结合 Typeorm 出现连接不了数据库
- CUDA中的Warp Shuffle
- Distributed transactions: the final consistency scheme of reliable messages
- TensorRT的功能
- ModuleNotFoundError: No module named ‘jieba.analyse‘; ‘jieba‘ is not a package
猜你喜欢
随机推荐
20201002 vs 2019 qt5.14 developed program packaging
Eggjs -typeorm 之 TreeEntity 实战
CUDA中的异步数据拷贝
Android - Kotlin 下使用 Room 遇到 There are multiple good constructors and Room will ... 问题
Vector types and variables built in CUDA
20201002 VS 2019 QT5.14 开发的程序打包
TensorRT的命令行程序
程序员的自我修养—找工作反思篇
QQ email cannot receive the email sent by Jenkins using email extension after construction (timestamp or auth...)
Data science [9]: SVD (2)
Fe - use of weex development weex UI components and configuration use
TensorRT中的循环
Functions of tensorrt
Redis——大Key問題
kali最新更新指南
压力测试修改解决方案
Fe - weex uses a simple encapsulated data loading plug-in as the global loading method
ctf-web之练习赛
Use of Arduino wire Library
找到页面当前元素z-index最高的数值









