虚拟机开(centos)机进入 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……):
虚拟机开(centos)机进入 emergency mode的解决办法_第1张图片

昨天刚配置好的虚拟机(centos镜像)环境,今天一开机变成了这个样子
导致的原因:度娘说可能是之前在/etc/fstab写入了光盘自动挂载,但开机有没有挂载成功导致的

处理方法:
1:登陆root
2: vim /etc/fstab ,检查磁盘挂载信息
3:注释掉自己增加的内容,如果确定不在使用可以删除
4:重启OK。

报这个错误多数情况下是因为/etc/fstab文件的错误。注意一下是不是加载了外部硬盘、存储器或者是网络共享空间,在重启时没有加载上导致的。

你可能感兴趣的:(LINUX)