Ubuntu server 24.04 with installed nfs-kernel-server.In /etc/fstab entry for "/ ext4 defaults,strictatime, 0 1"When I use cat on file locally from shell, every cat updates Access time for this file.
I've exported folder with this file as NFS share with options (sync,no_subtree_check,insecure).
I've mounted this share on Ubuntu desktop (also with strictatime option) only first cat on this file is updating Access time for file. Next cats do not update access time.
Is it how it works or I should add something?