Written by jiu the 3 Mar 08 at 00:35.
Category: Office.
Related project:
Nothing/Others.
Status: New
Rationale
Some system should be put in place to speed up the way nautilus accesses and shows the contents of directories with lots of files in them, such as /usr/bin
It takes about 10s to load on my Pentium M 1.6GHz, 1Gb of RAM.
As Torvalds (and another kernel dev whose name I can't remember) suggested on LKML:
noatime and nodiratime should be default mount-options for all volumes. Every read-access is also a write-access because the access-time is saved. noatime prevents this and there is no sane reason to write these access-times on a desktop system unless the user uses mutt as his/her email-client.
Noatime I believe just means that access times on files are not stored (which isn't a biggy anyway), and nodiratime is obvious.
Last accessed times are especially pointless these days because for starters, you have indexers which index files (so access it then), and in most file managers, they also access them to create a thumbnail. So the accessed times can rarely be relied on anyway.
Most people would only care about last modified or created (or for photos, time taken).