Default behaviour of Linux mount is to mount with the atime option.
Basically, leads to writing the last access time whenever the disk is accessed.
Ergo, a write even for a read (in Trump speak, BAD ! BAD !! BAD !!! ).
To prevent this, use noatime option for mounting.
/dev/md2 / ext3 defaults,noatime 0 0
Last modification time is not affected by this and continues to be logged.
Basically, leads to writing the last access time whenever the disk is accessed.
Ergo, a write even for a read (in Trump speak, BAD ! BAD !! BAD !!! ).
To prevent this, use noatime option for mounting.
/dev/md2 / ext3 defaults,noatime 0 0
Last modification time is not affected by this and continues to be logged.
No comments:
Post a Comment