[EMAIL PROTECTED] wrote:
> 
> Hi to all
> 
> Last night, during my Linux session, we had a power shortage in our town.
> 
> And today, when I tried to reboot, I had these messages:
> 
> ... check forced mode
> 
> ... /dev/hda4 file system with errors
> 
> ... Failed
> 
> ...unexpected inconsistency; run fsck manually
> 
> and it returns in a terminal-type console at the root level
> 
> So, what to do next?
> 
> Thanks!

at the bash]# prompt type  e2fsck  <ENTER>

this should initiate a FileSystem check and fix the problems. However
you may have to tell it where to look so it may want you to reference
which partition it's supposed to do the fsck on. i.e.   e2fsck /dev/hda1
and so on.

hope this helps,

Mark

Reply via email to