On Sat, Jan 17, 2015 at 1:46 AM, Kevin Wilson <wkevils@xxxxxxxxx> wrote: > Hello, > I had installed Fedora 21. Each time I boot the system, > fsck is running, which takes almost 5 minutes. > > What is the reason ? Can I avoid it ? It sounds like the file system isn't cleanly unmounting in a fairly bad way, because normally journal replay is sufficient. If there's an inconsistency between the journal and superblock, this triggers a preen, which based on the time it takes is probably what's happening in your case. The first thing I'd do is boot from alternate media and do an e2fsck -f <dev> which hopefully fixes the problems, and on reboot there should be no long fsck again. Reboot again, and see if there's a long fsck. If there is, you'll need to investigate the shutdown as a culprit. -- Chris Murphy -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org