BelaPlatform / bela-image-builder

Scripts to build a Bela image from scratch
MIT License
36 stars 16 forks source link

mount disks with `noatime` #78

Closed giuliomoro closed 4 years ago

giuliomoro commented 6 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

LBDonovan commented 6 years ago

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

giuliomoro commented 6 years ago

make uses Modify time. This is Access time.