当前位置:网站首页>由于不正常断电导致的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一起解决
边栏推荐
- 深入学习JVM底层(二):HotSpot虚拟机对象
- 构建学习tensorflow
- 日期时间API详解
- Don't use the new WP collection. Don't use WordPress collection without update
- Sudo right raising
- selenium备忘录:selenium\webdriver\remote\remote_connection.py:374: ResourceWarning: unclosed<xxxx>解决办法
- Warp shuffle in CUDA
- pytest(3)parametrize参数化
- CUDA中的函数执行空间说明符
- Tensorrt command line program
猜你喜欢

阿里云MFA绑定Chrome浏览器

Summary of WLAN related knowledge points

In depth understanding of JUC concurrency (II) concurrency theory

TensorRT的数据格式定义详解

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

ShardingSphere-JDBC篇

Hydration failed because the initial UI does not match what was rendered on the server.问题原因之一

稀疏数组(非线性结构)

Name six schemes to realize delayed messages at one go

qq邮箱接收不到jenkins构建后使用email extension 发送的邮件(timestamp 或 auth.......)
随机推荐
构建学习tensorflow
Codeforces Round #797 (Div. 3) A—E
Redis——大Key問題
TensorRT的命令行程序
Use of Arduino wire Library
20201002 VS 2019 QT5.14 开发的程序打包
广告业务Bug复盘总结
The intern left a big hole when he ran away and made two online problems, which made me miserable
VLAN experiment of switching technology
Sparse array (nonlinear structure)
TensorRT的数据格式定义详解
栈(线性结构)
CUDA用户对象
奇葩pip install
Summary of advertisement business bug replay
The Chinese word segmentation task is realized by using traditional methods (n-gram, HMM, etc.), neural network methods (CNN, LSTM, etc.) and pre training methods (Bert, etc.)
Redis - cluster data distribution algorithm & hash slot
CUDA与Direct3D 一致性
pytest(3)parametrize参数化
ctf三计