Closed giuliomoro closed 4 years ago
we should mount disks with noatime, to prevent Linux from keeping track of the last access time to a file. This both saves time and slows down the wearing of the eMMC/SD
noatime
isn't that gonna break make's process for working out which files to compile?
make uses Modify time. This is Access time.
make
Modify
Access
we should mount disks with
noatime
, to prevent Linux from keeping track of the last access time to a file. This both saves time and slows down the wearing of the eMMC/SD