>>> Inodes that were part of a corrupted orphan linked list found.<br/>><br/>> Is this reproducible? (I shall try this myself, but not right now)<br/><br/>Yes, but not with a single step. Here are the steps I follow.<br/>-set system date time to Jan 1 1970 00:00.00<br/>-create the ext3 file system (mke2fs -j )<br/>-mount<br/>-modify - for example create/modify/delete 20-50 files and directories.<br/>-set system date to Jan 1 2000<br/>- umount and run e2fsck -p  - message like: "X days passed without check, check forced" is displayed<br/>- mount<br/>- set system date and time to current date and time<br/>- umount, e2fsck -p , mount. Normally this check completes Ok.<br/>- from here setting date to 2029 or back to 1970 triggers the error.<br/><br/>I noticed that if I do "tune2fs -i 0 " immediately after format the error is gone.<br/>However, if I receive the error, and then do "tune2fs -i 0" the error does not go away. What is the reason for that?<br/>Should not "tune2fs -i 0" disable the time stamp checks?<br/><br/>Thanks,<br/><br/>DG.<br/><br/><br/><br/>Jul 17, 2009 04:21:35 AM, lists@nerdbynature.de wrote:<br/><br/>On Tue, 14 Jul 2009 at 22:54, dkg_004@verizon.net wrote:<br/><br/><br/><br/><br/><br/><br/><br/>> Is there any way to prevent/remove this dependency of the file system<br/>> on changes in the system date/time?<br/><br/>Instead of a time interval between checks you could use a counter to have <br/>the fs checked every now and then. From tune2fs(8):<br/><br/>      -i  interval-between-checks[d|m|w]<br/>      Adjust  the  maximal time between two filesystem checks.  No <br/>      postfix or d result in days, m in months, and w in weeks.  A value <br/>      of zero will disable the time-dependent checking.<br/><br/>      -c max-mount-counts<br/>      Adjust  the  number  of  mounts  after  which  the filesystem <br/>      will be checked by e2fsck(8).  If max-mount-counts is 0 or -1, <br/>      the number of times the filesystem is mounted will be disregarded by <br/>      e2fsck(8) and the kernel.<br/><br/>HTH,<br/>C.<br/>-- <br/>BOFH excuse #404:<br/><br/>Sysadmin accidentally destroyed pager with a large hammer.<br/>