
服务器关机后启动出现如上界面,
/dev/mapper/vg_oa-lv_root: Superblock last mount time (Thu Jan 24 10:36:12 2019, now = Thu Jan 1 00:05:02 2013) is in the future.
/dev/mapper/vg_oa-lv_root: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
[FAILED]
*** An error occurred during the file system check.
*** Dropping you to a shell; the system will reboot
*** when you leave the shell.
Given root password for maintenance
(or type Control-D to continue):此处输入root密码回车
date –s 03/07/2019
(输入当前日期2019年3月7日)
Thu Mar 7 00:00:00 CST 2019
You have new mail in /var/mail/root
#date
Thu Mar 7 00:00:00 CST 2019
#date –s 10:54:00
Thu Mar 7 10:54:00 CST 2019
#reboot
重启后问题解决。
服务器关机后启动出现文件系统检查错误,提示手动运行fsck。通过输入root密码,使用date -s命令设置当前日期和时间,最后执行reboot命令重启服务器,问题得以解决。

5053

被折叠的 条评论
为什么被折叠?



