4.9.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 -t gfs BlockDevice MountPoint -o noatime
Specifies the block device where the GFS file system resides.
Specifies the directory where the GFS file system should be mounted.