CentOS disable filesystem check: superblock last mount time is in the future
Posted
by
Zac B
on Server Fault
See other posts from Server Fault
or by Zac B
Published on 2012-04-12T13:39:20Z
Indexed on
2012/04/12
17:31 UTC
Read the original article
Hit count: 391
I'm persistently getting the "Superblock last mount time is in the future" error when booting CentOS 6. I've seen other questions which ask how to resolve this error, but I know exactly why it's occurring: our development/testing VMs regularly have their date set to times far from the present, and have all of their filesystems remounted.
What I want to know is: how do I disable all consistency checking for superblock mount time in centOS?
I've tried tune2fs -i 0 <device>
and setting buggy_init_scripts=1
in /etc/e2fsck.conf
and neither has worked; the problem persists.
© Server Fault or respective owner