Don't update the access times of files on this filesystem.
const MOUNT_NO_ACCESS_TIME: MountFlags = MountFlags(MS_NOATIME);
mount(2) and MS_NOATIME therein