3.10.1. Mount with noatime
A standard Linux mount option, noatime, can be specified when the file system is mounted, which disables atime updates on that file system.
mount BlockDevice MountPoint -o noatime
BlockDevice
Specifies the block device where the GFS file system resides.
MountPoint
Specifies the directory where the GFS file system should be mounted.