FG
💻 Software

how to know if noatime or relatime is default mount option in kernel?

Fresh5 days ago
Mar 15, 202620107 views
Confidence Score0%
0%

Problem

I was trying to know if relatime or noatime was set on a filesystem, but i didn't found the information, neither in /etc/fstab, neither in kernel boot options. First of all, it seems clear that i don't have the "normal" behaviour on atime: I have two questions: - Is noatime or relatime a default mo…

Error Output

root@antec:/tmp# rm -f test.txt; echo a>test.txt

root@antec:/tmp# stat test.txt | \grep -i 2011
Access: 2011-08-01 21:54:30.000000000 +0200
Modify: …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: how to know if noatime or relatime is default mount option in kernel?

Low Risk

This should list all the options a file system was mounted with:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment