Hacker News new | ask | show | jobs
by anfractuosity 2760 days ago
atime refers to timestamping of files with their access time right?

That sounds interesting re. turning off atime updates, how do you do that out of interest?

2 comments

> how do you do that out of interest?

Mount with -o noatime. The default (-o relatime) should however be good enough for most situations.

noatime mount option