1. 程式人生 > >linux出現welcome to emergency mode! 解決方法

linux出現welcome to emergency mode! 解決方法

CentOS7.3昨天用的還好好的的,但是今天開機提示如下(如圖提示):
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寫入了光碟自動掛載,但開機有沒有掛載成功導致的。

處理辦法:自動掛載的那個fstab檔案有問題,你在這個介面直接輸入密碼,然後把你增加的刪除,重啟就OK
1:登陸root 亂碼也輸入密碼
2: vim /etc/fstab ,檢查磁碟掛載資訊
3:註釋掉自己增加的內容,如果確定不在使用可以刪除
4:重啟OK。

報這個錯誤多數情況下是因為/etc/fstab檔案的錯誤。注意一下是不是載入了外部硬碟、儲存器或者是網路共享空間,在重啟時沒有載入上導致的。