0

I increased the disk size of one of my VM when it was running. After a reboot, I get the following error message (at boot time):

Mounting local filesystems...failed Now the VM is only accessible through ESX console (not through ssh), and nothing is working anymore....

I already tried to run fsck, but without success.

The result of mount: enter image description here

The result of blkid:

enter image description here

The result of fstab:

enter image description here

Thanks for your help

6
  • Can you please tell me which boot loader you use? Grub, lilo? Also, can you mount this partition and use it's content? I think your problem is not related to partition itself, more to fstab etc - ie in your fstab partitions are addressed by UUID, not by /dev, if for some reason UUID of this partition has changed during size change, it will no longer fit fstab description.
    – rsm
    Commented Aug 19, 2014 at 16:34
  • I'm using grub. I managed to mount the partition by adding a new line to fstab. However, it is now displayed as a duplicate...
    – benjamin.d
    Commented Aug 19, 2014 at 16:39
  • EDIT: Or wait... those UUIDs looks ok. But still, for me this partition is OK. Problem is - it can't be found for some reason. Which distro is it?
    – rsm
    Commented Aug 19, 2014 at 16:41
  • Can you also please elaborate on "nothing is working anymore"?
    – rsm
    Commented Aug 19, 2014 at 17:06
  • Can you try to boot your system passing manually root option to the kernel? In grub, you have to hit C key - it will open CLI. Type linux root=/dev/sda1. If I'm right, it will point properly kernel to the root partition and system will boot successfully. Fingers crossed :)
    – rsm
    Commented Aug 19, 2014 at 19:26

0

You must log in to answer this question.

Browse other questions tagged .