buggy_init_scripts=1 only works if the time difference is smaller than 1 hour.

Try that int /etc/e2fsck.conf:

  [problems]
  
  # Superblock last mount time is in the future (PR_0_FUTURE_SB_LAST_MOUNT).
  0x000031 = {
      preen_ok = true
      preen_nomessage = true
  }
  
  # Superblock last write time is in the future (PR_0_FUTURE_SB_LAST_WRITE).
  0x000032 = {
      preen_ok = true
      preen_nomessage = true
  }

This should remove the message, and correct the datas.

 
linux/ext3.txt · Last modified: 2013/02/07 15:36 by dfox