VMware vSphere克隆異常/dev/sda2:UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.(i.e.,without -a or -p options)[FAILED]***An error occurred during the file sy ...
VMware vSphere克隆異常
/dev/sda2: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.
Give root password for maintenance
(or type Control-D to continue)
可能因為機器異常關機導致無法識別磁碟,需要檢測修複。錯誤中已有提示
處理辦法:
1、直接輸入密碼回車, vi /etc/fstab編輯狀態提示只讀
2、根據錯誤提示執行 fsck /dev/sda2 檢查修複磁碟(不需要加-y),如果有其他磁碟(fdisk -l)了也檢查下,提示輸入y(es)
3、reboot
參考
https://blog.csdn.net/sh3nshu/article/details/46820371