VCSA reboot Failed to start File System Check on /dev/dis…uuid

Error:

While VCSA boots Failed to start File System Check on /dev/dis…uuid

Solution:

from VCSA maintance console shell ,open the file cat /run/initramfs/rdsosreport.txt. and verify the /dev/sda disk name got corrupted.

run below commands:

1. fsck -y /dev/sda3

2. reboot -f

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...