You must log in or # to comment.
So what are the
atime
settings in a Linux distribution like Ubuntu?You can run this to check
findmnt --real
findmnt --real
Cheers! Apparently Ubuntu uses the
relatime
setting.It is the default
atime
option used when mounting if I’m correct. If it’s an ubuntu specific mount option it will be specified in/etc/fstab
file.