Hacker News new | ask | show | jobs
by daneel_w 1243 days ago
Also: a lot of OS distributions aimed at SBCs with microSD storage forgetting to set noatime/relatime on their file systems, to avoid thousands upon thousands of writes for access time updates whenever files are read. It's only just recently that OS vendors finally woke up and realized what was going on.
1 comments

relatime is default option since forever. (certainly since before rpi was even a thing)

https://elixir.bootlin.com/linux/v2.6.30/source/fs/namespace... (some random old kernel)

That's good info and news to me. "relatime" is unfortunately a silent killer as well, albeit nowhere near as intense as "strictatime".