爬坑记录--Ubuntu开机显示welcome to emergency mode
程序员文章站
2022-07-14 20:04:31
...
问题描述
公司服务器,开机出现
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???):
df -h
似乎是少了一个本应该通过fdisk自动挂载上的盘没挂载上
解决方案
blkid
查看没挂上的盘的UUIDvim /etc/fstab
查看盘挂载的信息,把没挂载上的盘的信息修正过来。注意这里处理用root。重启系统OK