improving disk performance by setting noatime
Every time a file is accessed its inode is updated. Depending on the behaviour of the system, setting its mount option to `noatime` may have a measurable impact on performance.
disks articles
Every time a file is accessed its inode is updated. Depending on the behaviour of the system, setting its mount option to `noatime` may have a measurable impact on performance.