Vmware-VCenter Server Appliance 6.5 (VCSA) 無法正常開機,檔案系統異常
VCSA6.5無法正常開機,出現
Failed to start file system check on /dev/disk...
1.依據原廠文件,在系統開機畫面時,按"e"進入GNU GRUB Edit Menu。
2.在linux開頭的指令最後段加入 systemd.unit=emergency.target
3.完成後按F10,進行開機。
4.進入命令模式後,執行以下指令,檢查檔案系統。
/bin/sh
/bin/mount
blkid
5.執行e2fsck 修復檔案系統。
e2fsck -y /dev/sda3
6.重新開機。
reboot -f
參考資料:
VCSA 6.5 fails to start with error: Failed to start file system check on /dev/disk... (2149838)
Manually running fsck on vCenter Server Appliance 6.5 (2147154)
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。