unexpected inconsistency run fsck manually
			    2012-6-1 20:49:46 | tags  linux   | views 
                                
                                                            
                            			        
                                  
                                  
                                  
                                                          
                                  
                              
                 
         
                                                     
                              
                   linux 系统启动报错:unexpected inconsistency run fsck manually
An error occurred during the filesystem check
Propping you to shell the system will reboot
when you leave the shell
Give root password for mantennance
  解决办法如下:
 
            在修复模式中输入root密码
 
 fsck.ext3 -y /dev/mapper/VolGroup01-LogVol00
 
进行相关修复操作,检测并修复磁盘/dev/your_partition,-y 选项指定检测每个文件是自动输入yes
  系统提示重启
reboot 
重启就OK了