Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


What does this error mean?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

What does this error mean?

ferriferri Member
edited April 2018 in Help

Hi,

Got email alert that my server is down and I can't SSH'ing too.

But status on service page is running

So I'm trying to access VNC, hope to get some information, but got this.

Do you have any idea what happens?

Thanks

Comments

  • CrossBoxCrossBox Member, Patron Provider

    You have to do a fsck check before you can mount a file system:

    Depending on when was the last time a file system was checked, the system runs the fsck during boot time to check whether the filesystem is in a consistent state. The system administrator could also run it manually when there is a problem with the filesystems.

    Thanked by 1ferri
  • ferriferri Member

    Do i need to do by my self? or this one is the responsibility of provider?

    Because this happens after they had some incident

    LA11 node one drive failed it has been replaced and now rebuilding the new drive We will update as soon as it completed.

    Thanks

  • CrossBoxCrossBox Member, Patron Provider
    edited April 2018

    fsck /dev/vda1

    Thanked by 2ferri Falzo
  • raindog308raindog308 Administrator, Veteran

    CrossBox said: fsck /dev/vda1

    Honestly, I always run it with the -y flag because it's not like I'm ever going to answer a question 'n' to any question. Senior wizards who go rummaging around the filesystem with a hex dump or something, sure, but for average jocks like me, if fsck can't fix it, neither can I.

    Thanked by 2CrossBox ferri
  • ferriferri Member

    @CrossBox said:
    fsck /dev/vda1

    Thanks, try it now and still running.

    I'll post the updates.

  • ferriferri Member

    oh one question, after this process finished, then what should I do?

    Thanks

  • deankdeank Member, Troll
    edited April 2018

    Reboot and see if it boots and loads OS?

    You know, the message specifically tells you to run fsck.

    Thanked by 2Falzo ferri
  • mikhomikho Member, Host Rep

    fsck -pvfy /dev/vda1

    When done, reboot and see if it is booting properly. Otherwise, read error message.

    Thanked by 1ferri
  • ferriferri Member

    Thanks all for your helps. Learning new things everyday :+1:

    Provider confirms that the drive is error.

Sign In or Register to comment.