مشکل فوق معمولا بدلیل خراب شدن ESX file system می باشد که معمولا در مجازی ساز های vmware رخ میدهد
برای حل 2 راه وجود دارد
1- استفاده از fsck
2- استفاده از fdisk and e2fsck–p
اینم راه حل خدمتتون:
کد:
Using fsck to resolve this issue:
- Enter single user mode on the ESX host.
- Run the fsck command with these parameters:
# fsck -f -c -y
Using fdisk and e2fsck–p to resolve this issue:
- Enter single user mode on the ESX host.
- Verify the partition tables using this command:
# fdisk –lu
- Make note of the partition information.
- Unmount the partition:
# umount /dev/partition_name
- Run the e2fsck–p command on the affected partition. For example:
# e2fsck–p /dev/sda1
- Once the file system check is complete, reboot the host:
# init 6