12-23-2019, 10:46 AM
You can add this in your fstab
This will not update atime on any file and refresh the inode (and do writes)
I use this for around 10 years without any issues in my git trees and build environment
Please change to your $ROOT-UUID
Code:
# Static information about the filesystems.
# See fstab(5) for details.
# <file system> <dir> <type> <options> <dump> <pass>
UUID=$ROOT-UUID / ext4 defaults,noatime 0 1
This will not update atime on any file and refresh the inode (and do writes)
I use this for around 10 years without any issues in my git trees and build environment
Please change to your $ROOT-UUID