История изменений
Исправление Jameson, (текущая версия) :
Так эта... man mount
...
relatime
Update inode access times relative to modify or change
time. Access time is only updated if the previous
access time was earlier than the current modify or
change time.
(Similar to noatime, but it doesn’t break mutt(1) or
other applications that need to know if a file has been
read since the last time it was modified.)
Since Linux 2.6.30, the kernel defaults to the behavior
provided by this option (unless noatime was specified),
and the strictatime option is required to obtain
traditional semantics. In addition, since Linux 2.6.30,
the file’s last access time is always updated if it is
more than 1 day old.
...
Другое дело что я чот не вспомню ничего кроме mutt что этот механизм юзало бы. Но «в крации» мораль такова: не умничай! Не пиши noatime, не пиши relatime, вообще забей и ничего не пиши. И будет relatime, который аналогичен noatime, но не сломает то гипотетичское чему может понадобиться atime.
Исходная версия Jameson, :
Так эта... man mount
...
relatime
Update inode access times relative to modify or change
time. Access time is only updated if the previous
access time was earlier than the current modify or
change time.
(Similar to noatime, but it doesn’t break mutt(1) or
other applications that need to know if a file has been
read since the last time it was modified.)
Since Linux 2.6.30, the kernel defaults to the behavior
provided by this option (unless noatime was specified),
and the strictatime option is required to obtain
traditional semantics. In addition, since Linux 2.6.30,
the file’s last access time is always updated if it is
more than 1 day old.
...
Другое дело что я чот не вспомню ничего кроме mutt что этот механизм юзало бы. Но «в крации» мораль такова: не умничай! Не пиши noatime, не пиши relatime, вообще забей и ничего не пиши. И будет relatime, который аналогичен noatime, но не сломает то гипотетичское чему может понадобиться этот функционал.