4

This morning I found that my server was not responding and wasn't able to connect to it in anyway to do a safe reboot. I had to do pull the plug to reboot. Upon rebooting everything appeared to be normal up till booting CentOS. Below is a screenshot of what I have.

CentOS file system error

The HDD's are not reporting any errors so this appears to me that something has corrupted. I haven't a clue what to do next. How can I get this system back up and running?

The server is only used as an rsync offsite backup drive. Reinstalling is an option but only as a last resort as the server is holding 1TB of backup data and to re-sync that it would take a month to do over our office connection.

1 Answer 1

2

You've experienced some filesystem corruption. From where you are, you can probably run fsck -y / to kick off the process of filesystem repair, based on the image you attached. The -y answers yes to the questions the fsck command will probably output. Try this first.

3
  • running fsck now. This may take some time...
    – Scott
    Commented Jun 29, 2011 at 17:01
  • Well? What happened with it?
    – ewwhite
    Commented Jun 29, 2011 at 19:36
  • 1
    repaired and up and running. need to check all services are still working
    – Scott
    Commented Jun 29, 2011 at 20:18

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .