UFS FreeBSD and relatime

I read it and it seems that it doesn't exist.

Also I tried to add it to /etc/fstab and couldn't mount the partition.

Any idea what are the disadvantages of enabling noatime to /var ? I don't keep e-mails at /var/mail
 
I've always turned it off, it's a bit of a performance drag. It's also not the best option to enable for SSDs. Never had any issues with noatime.
 
What is the use for atime? In the early days, it was used for homebrew HSM systems, where files that were very rarely read were good candidates for deleting or moving to other storage. Today, HSM is either not done any more (because disk capacities are large enough that storage management no longer matters), or it is done correctly inside file systems that have built-in and more intelligent HSM functions.

So in my opinion, on regular Unix systems, atime can always be turned off.
 
Back
Top