vCenter EXT4-FS Error reading block bitmap

 Error:

vCenter EXT4-FS Error reading block bitmap


Solution:


This is due to file system corruption.

Do the file system repair from root maintenance console

by running :

  1. #e2fsck -y /dev/sda2

  2. Run this command to remount the file system:

    mount -n -o remount,rw /

  3. Press CTRL+D to exit maintenance mode and complete the starting process

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