{{tag>Perf IO FS Linux}} # Partition noatime Linux kernel developer Ingo Molnár called atime **perhaps the most stupid Unix design idea of all times.** ''/etc/fstab'' ~~~ /dev/mapper/debian--vg-var /var ext4 defaults 0 2 ~~~ ~~~bash mount -o remount,noatime /var ~~~ * *