Centos 7 重启了系统 出现 welcome to emergency mode解决方法

在阿里云上用Centos 7 重启了系统 出现 welcome to emergency mode!:

welcome to emergency mode!:after logging in ,type “journalctl -xb” to view system logs,“systemctl reboot” to reboot ,“systemctl default” to try again to boot into default mode。 give root password for maintenance (?? Control-D???)

经过排查,原来是之前改了挂载设备文件,删除改设备文件,没有及时修改/etc/fstab
出现这个画面后,可以按Ctrl+d进入系统,再按提示的命令journalctl -xb翻看日志,查看问题所在

你可能感兴趣的:(Linux学习错误记录)