مشکل فوق معمولا بدلیل خراب شدن ESX file system می باشد که معمولا در مجازی ساز های vmware رخ میدهد

برای حل 2 راه وجود دارد

1- استفاده از fsck
2- استفاده از fdisk and e2fsck–p

اینم راه حل خدمتتون:


کد:
Using fsck to resolve this issue:

  1. Enter single user mode on the ESX host.
  2. Run the fsck command with these parameters: # fsck -f -c -y
Using fdisk and e2fsck–p to resolve this issue:
  1. Enter single user mode on the ESX host.
  2. Verify the partition tables using this command: # fdisk –lu
  3. Make note of the partition information.
  4. Unmount the partition: # umount /dev/partition_name
  5. Run the e2fsck–p command on the affected partition. For example: # e2fsck–p /dev/sda1
  6. Once the file system check is complete, reboot the host: # init 6