Small hack, but gives the CPU and I/O systems less work. If you disable the updating of the access timestamp, you will gain some performance increase.
mount -o remount,noatime,nodiratime
Performance tuning in fs
Reply
Small hack, but gives the CPU and I/O systems less work. If you disable the updating of the access timestamp, you will gain some performance increase.
mount -o remount,noatime,nodiratime
When checking for full filesystems, always remember to crosscheck with the inode usage. Saves your day.