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

Solution 1:

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

cat /proc/mounts

Solution 2:

This question is pretty old, but you can look at default mount options for an ext filesystem with:

tune2fs -l /dev/<device>