Download raw body.
relatime mount option for ffs filesystems
On 2025/08/05 06:59, Marcus Glocker wrote: > On Mon, Aug 04, 2025 at 05:35:01PM +0200, Jeremie Courreges-Anglas wrote: > > > > > With relatime, access time is updated on reads only if the file has > > been modified (mtime/ctime) since the last read. So merely reading > > files no longer incurs pointless writes. .. > > The diff below implements it for ffs only. It doesn't implement > > possible tweaks like updating atime if previous access happened more > > than 24 hours ago. the ">24h" possible tweak would be helpful for this: > /dev/sd0d on /tmp type ffs (local, relatime, nodev, nosuid) without that, you should probably not use it for /tmp. $ grep -A8 tmp /etc/daily
relatime mount option for ffs filesystems