I took a look at the time stamps field in the superblock of my ext4 volume and noticed that the last write time (s_wtime) is several months old - indeed only 30 mins after the volume creation timestamp. I'm using Ubuntu 11.10 with a 3.0.0-16-generic kernel.

Here's the relevant output of dumpe2fs

Filesystem created: Wed Nov 23 13:42:18 2011
Last mount time: Tue Feb 21 09:07:54 2012
Last write time: Wed Nov 23 14:12:57 2011

I then had a friend with Suse 11.something (and kernel version 2.6.37.1-1.2-desktop) do the same check and his last write time was identical to his last mount time, which is interestingly different to mine yet still clearly not the last write time on the volume.

Neither of us have any mount options which clearly explain that (his is rw,relatime,user_xattr,acl,barrier=1,data=ordered; mine is rw,errors=remount-ro,commit=0).

Can anyone lend some clarity here? Is this some kind of performance optimisation? Is it configurable? I've not seen any options in the ext4 options list which would suggest so.

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.