failed to start file system check on /dev/vg_root/lv_root _0

 Error:

VCSA fails boot:

failed to start file system check on /dev/vg_root/lv_root _0

Solution:

from command line run below command and try reboot:

    fsck -y /dev/vg_root_0/lv_root _0 
    reboot
    

No comments:

Post a Comment

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...