--- On Fri, 5/11/10, jaya kumar <[email protected]> wrote: > > checking file systems > > /dev/sda5 superblock last mount time /sat oct 23 14:20:23 > 2010, now > mon jan 1 05:44:58 2007)is in the future > > /dev/sda5: UNEXPECTED INCONSISTENCY ; RUN fsck MANUALLY > > (i.e..,without -a or -p options ) [Failed] > > xxx an error occured during the file system check > > xxx dropping yout to a shell; the system will reboot > > xxx when you leave the shell > > xxx warning --SE Linux is active > > XXX Disabling -security enforcement for system recovery > > xxx Run 'setenforce 1' to reenable > > Give root password for maintanence (or) ctrl +D to > continue > > --------------------------------------------------------------- > > after i gave my root password or ctrl +D it rebooting and > it does not > go to even login page ! > > how can i rectify this error ? > > please suggest me !
This is means your filesystem needs checking/repair. Normally this will be due to abnormal shutdown like power failure. But in the present case it looks like time issue. Please check your time setting in bios and set properly. After checking time restart fedora. After giving password at # prompt run following command. fsck /dev/hda5 Following the interactive instruction. If you have more linux partition repeat the command fsck with others like /dev/sda6 etc.. Once done restart using init 6 or ctrl+alt+del Raman.P blog:http://ramanchennai.wordpress.com/ _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
