per-inode noatime
per-inode noatime
Posted Jun 10, 2009 10:06 UTC (Wed) by pjm (guest, #2080)In reply to: That massive filesystem thread by Steve_Baker
Parent article: That massive filesystem thread
One can more or less achieve that by applying chattr +A to the whole filesystem and then chattr -A on specific files. Note that chattr +A on a directory will be inherited by any files created in that directory (excluding moving an existing file into that directory).