Fedora Linux Support Community & Resources Center
  #1  
Old 21st December 2007, 12:46 PM
buchalkalan Offline
Registered User
 
Join Date: Nov 2004
Location: TMP
Posts: 157
Superblock last write time in in Future?

Each time I boot my laptop, I come across this message during the booting process. It says

/12: superblock last write time is in the future. FIXED.
/12: clean 150332/1490944 files. 1105693/2955960 blocks
/home: recovering journal
/home: clean ---/---- files. ----/---- blocks
/boot1:recovering journal
/boot1: clean.......


/12 is the label for root file system (/). /home is for /home partition and /boot1 for /boot.

Can somebody enlighten me about this?

What is going on here?
Reply With Quote
  #2  
Old 21st December 2007, 12:57 PM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,225
I'm no expert, but I believe this is a time sync problem. Have you noticed that your clock isn't always set to local time in Fedora? On some occasions, I've found it's set to GMT instead of my local time and if I've shut down and restarted, the computer's seeing times that haven't yet existed according to GMT. Yep, that explanation proves I'm no expert. Someone else with a correct answer, please bail me out....
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #3  
Old 21st December 2007, 01:02 PM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,933
I may be out of my mind too but how about posting your /etc/fstab so we can have a look? If I'm way off too then maybe Bob and I will have to go sit in a corner together for a while.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #4  
Old 21st December 2007, 01:04 PM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,225
Watch your hands!!!!!
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #5  
Old 21st December 2007, 01:10 PM
buchalkalan Offline
Registered User
 
Join Date: Nov 2004
Location: TMP
Posts: 157
bob - bail granted


my fstab

Code:
LABEL=/12               /                       ext3    defaults        1 1
LABEL=/home             /home                   ext3    defaults        1 2
LABEL=/boot1            /boot                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
LABEL=SWAP-sda8         swap                    swap    defaults        0 0
/dev/sda1       /home/malik/windows/C           ntfs-3g rw,defaults,umask=0000  0 0
/dev/sda5       /home/malik/windows/D           ntfs-3g rw,defaults,umask=0000  0 0
/dev/sda6       /home/malik/windows/E           ntfs-3g rw,defaults,umask=0000  0 0
/dev/sda7       /home/malik/windows/F           ntfs-3g rw,defaults,umask=0000  0 0

Last edited by buchalkalan; 21st December 2007 at 01:19 PM.
Reply With Quote
  #6  
Old 21st December 2007, 01:47 PM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,933
Quote:
Originally Posted by buchalkalan
bob - bail granted


my fstab

Code:
LABEL=/12               /                       ext3    defaults        1 1
LABEL=/home             /home                   ext3    defaults        1 2
LABEL=/boot1            /boot                   ext3    defaults        1 2
tmpfs                   /dev/shm                tmpfs   defaults        0 0
devpts                  /dev/pts                devpts  gid=5,mode=620  0 0
sysfs                   /sys                    sysfs   defaults        0 0
proc                    /proc                   proc    defaults        0 0
LABEL=SWAP-sda8         swap                    swap    defaults        0 0
/dev/sda1       /home/malik/windows/C           ntfs-3g rw,defaults,umask=0000  0 0
/dev/sda5       /home/malik/windows/D           ntfs-3g rw,defaults,umask=0000  0 0
/dev/sda6       /home/malik/windows/E           ntfs-3g rw,defaults,umask=0000  0 0
/dev/sda7       /home/malik/windows/F           ntfs-3g rw,defaults,umask=0000  0 0
Just as I suspected. What I do, and it would probably be considered a hack by some, is change these lines,
LABEL=/12 / ext3 defaults 1 1
LABEL=/home /home ext3 defaults 1 2
LABEL=/boot1 /boot ext3 defaults 1 2

by getting rid of the 1 1, 1 2 at the end of the lines. Change them to 0 0 and the disk checking at boot will stop. They will then look like this:
LABEL=/12 / ext3 defaults 0 0
LABEL=/home /home ext3 defaults 0 0
LABEL=/boot1 /boot ext3 defaults 0 0
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #7  
Old 21st December 2007, 01:47 PM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,933
Quote:
Originally Posted by bob
Watch your hands!!!!!
That wasn't my hand
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #8  
Old 21st December 2007, 01:53 PM
buchalkalan Offline
Registered User
 
Join Date: Nov 2004
Location: TMP
Posts: 157
modified accordingly, lemme check by a reboot.
Reply With Quote
  #9  
Old 21st December 2007, 02:33 PM
lmo Offline
Registered User
 
Join Date: Mar 2007
Posts: 1,047
You don't have system clock set to use UTC do you? I don't and I don't get that problem.

Just thinking out loud ...
Attached Thumbnails
Click image for larger version

Name:	no-utc.png
Views:	91
Size:	202.8 KB
ID:	14429  

Last edited by lmo; 21st December 2007 at 02:37 PM.
Reply With Quote
  #10  
Old 21st December 2007, 02:37 PM
buchalkalan Offline
Registered User
 
Join Date: Nov 2004
Location: TMP
Posts: 157
Thumbs up

Quote:
Originally Posted by glennzo
Just as I suspected. What I do, and it would probably be considered a hack by some, is change these lines,
LABEL=/12 / ext3 defaults 1 1
LABEL=/home /home ext3 defaults 1 2
LABEL=/boot1 /boot ext3 defaults 1 2

by getting rid of the 1 1, 1 2 at the end of the lines. Change them to 0 0 and the disk checking at boot will stop. They will then look like this:
LABEL=/12 / ext3 defaults 0 0
LABEL=/home /home ext3 defaults 0 0
LABEL=/boot1 /boot ext3 defaults 0 0

thanx.... works like a charm...
Reply With Quote
  #11  
Old 21st December 2007, 02:41 PM
glennzo's Avatar
glennzo Offline
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,933
You're welcome. I knew it would work. I just don't know how necessary it is to have that disk checking enabled. Disabling it has never been a problem for me, as far as I know, but someone else may know a little more that I do about it.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #12  
Old 21st December 2007, 02:43 PM
buchalkalan Offline
Registered User
 
Join Date: Nov 2004
Location: TMP
Posts: 157
Quote:
Originally Posted by lmo
You don't have system clock set to use UTC do you? I don't and I don't get that problem.

Just thinking out loud ...

No, lmo, that's not the prob. I always exclude the UTC option as I am also running windows vista. Furthermore, there r some known issues with the current kernel 2.6, and it doesn't allow u to play with time if u haven't used noapic option during the boot. At least this is the case for me, without noapic option, when i try to do anything with the clock applet my system hangs and nothing works except a manual reboot.
Reply With Quote
  #13  
Old 21st December 2007, 02:46 PM
lmo Offline
Registered User
 
Join Date: Mar 2007
Posts: 1,047
Really what caused that message is that, for some reason, the hardware clock did not get set up [correctly] before the fsck test. By setting 0 0, the integrity check (to see if fsck ought to be run) won't get done as the designers had planned. I think these are somewhere in rc.sysinit. I also saw it do something with clock at shutdown in /etc/rc.d/rc0.d/S01halt.

And somebody said ... Shutdown hangs at clocksync.

Last edited by lmo; 21st December 2007 at 03:25 PM.
Reply With Quote
Reply

Tags
future, superblock, time, write

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
K3b write error! 3rd time at same address. HALP! V.8mr Using Fedora 8 17th April 2008 05:32 PM
mdadm future creation time stamp Jeff Sadowski Using Fedora 0 23rd October 2007 09:15 PM
Evolution: How to CC each time I write to a specific person? guarriman Using Fedora 0 12th December 2006 10:35 AM
What do you see in the future for Technology? I SEE A BRIGHT and PENGUINY FUTURE!!! zivalican_elite Wibble 4 25th October 2005 03:38 PM
What do you see in the future for Technology? I SEE A BRIGHT and PENGUINY FUTURE!!! zivalican_elite Programming & Packaging 1 20th October 2005 10:50 AM


Current GMT-time: 21:25 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat