• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux Fold-Server down

mike400hp

Junior Member
Alright this one is completely my fault. I have my Fold-Server on KVM switch. I was rebooting the server and while I did that I flipped over to the other computer on the switch. When I came back to the fold server I couldn't type anything. I guess that it didn't detect the keyboard while I was on the other computer. So I had no choice but to reset the server. When it comes back up I get the message:

/dev/hda1: UNEXPECTED INCONSISTENCY; Run fsck manually.
(i.e., without -a or -p options)

fsck failed. Please repair manually and reboot. Please note that the root file system is currently mounted read-only. To remount it read-write:

# mount -n -o remount,rw /

CONTROL-D will exit from this shell and reboot the system

root@console[/]# mount -n -o remount,rw /
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
root@console[/]#

I've had to run the mount -n -o remount,rw / before when I had to reset while in X. It worked before, but I guess since I rebooted before I was in X this time it changed things. What is the exact commands I could use to fix this error? Thanks!!!!

root@console[/]#e2fsck /dev/hda1
e2fsck 1.34-WIP (21-May-2003)
/dev/hda1 is mounted.

WARNING!!! Running e2fsck on a mounted filesystem may cause SEVERE filesystem damage.

Do you really want to continue (y/n)?

Well do I want to continue? I answered "n" for now.
 
Back
Top