BelaPlatform/bela-image-builder

mount disks with `noatime`

Closed this issue · 2 comments

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

isn't that gonna break make's process for working out which files to compile?

make uses Modify time. This is Access time.