#linux
threaded - newest
That’s the most accurate article on the subject I’ve read in years.
‘No AI has been involved in creating this article.’ I like that. Reminds of ‘no synthesizers on this record’ of the 80s :D
Cool article. They don’t post often enough!
So what are the atime settings in a Linux distribution like Ubuntu?
atime
You can run this to check
findmnt --real
Cheers! Apparently Ubuntu uses the relatime setting.
relatime
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.
/etc/fstab
threaded - newest
That’s the most accurate article on the subject I’ve read in years.
‘No AI has been involved in creating this article.’ I like that. Reminds of ‘no synthesizers on this record’ of the 80s :D
Cool article. They don’t post often enough!
So what are the
atime
settings in a Linux distribution like Ubuntu?You can run this to check
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.