logo

tested on openbsd 7.8

edit /etc/fstab to stop updating atime on files:

# cp /etc/fstab /etc/fstab.bak
# sed -i 's/rw/rw,noatime/' /etc/fstab
#

see also

@hi@romanzolotarev.com