12-23-2019, 11:23 AM
In some ways, using this is slightly better;
And it looks like this is the default behaviour when "noatime" is not used.
It basically makes sure that if a file is accessed after last modification, the access time must reflect that. But otherwise, access time is not updated every access, just the first after modification.
Code:
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
UUID=$ROOT-UUID / ext4 defaults,relatime 0 1
It basically makes sure that if a file is accessed after last modification, the access time must reflect that. But otherwise, access time is not updated every access, just the first after modification.
--
Arwen Evenstar
Princess of Rivendale
Arwen Evenstar
Princess of Rivendale