- 积分
- 16843
在线时间 小时
最后登录1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?开始注册
x
Failed to open /sysroot/etc/fstab: Input/Output error
4 v9 E8 U! g5 ?% X7 e9 h' v% y系统启动时报错:
5 M' Z! x9 A1 N4 m+ F* j XFS (dm-0): Corruption of in-memory data detected .Shutting down filesystem$ |% P& d D. g) F+ g
XFS (dm-0): Please umount the filesystem and rectify the problem(s)
% |) K; \6 S% Z$ }! k5 E# g+ c3 z9 P5 n& H0 {
.......
. h1 i1 |6 a6 I$ g' j2 t% k3 Z: O3 n9 U
systemd-fstab-fenerator[462]: Failed to open /sysroot/etc/fstab: Input/output error" q# i. [# b8 [
, n; [5 i$ n4 Q# A4 }
6 ? n% @* I: ?0 @$ v
解决办法:0 K" y) k! w& V7 Q7 {
( s) W% l- l2 ?( B" t: i3 x5 Y) s/ q7 b8 V9 f1 g- y9 Y8 W' z
umount /dev/dm-0
7 L1 `1 k2 O3 H: h0 M( y J6 a( n: u# G
xfs_repair -v -L /dev/dm-0- `2 k$ O# F: s; m! O6 V
等待修复。。。
2 y% v+ o7 P' R6 V# k. X' d$ G0 b Q: i" M
结束后,使用reboot 重启设备
, j+ I! I5 B0 n' k. r( f9 T9 w系统恢复正常。
, e9 f ^/ Y. P- b' p3 |; Y& R |
|