3.10. Configuring atime Updates
Each file inode and directory inode has three time stamps associated with it:
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.
In this example, the GFS file system resides on the /dev/vg01/lvol0 and is mounted on directory /gfs with atime updates turned off.
mount /dev/vg01/lvol0 /gfs -o noatime