Speed Your File System Up By 40%
Every time a file is read from your Linux ext3 partition it writes back a attribute to the file detailing the last access time. There are very few programs that actually use this to operate and it slows everything down.
Disabling atime and diratime on your Linux ext3 file systems can improve disk performance up to 40%!
WARNING: If you are using programs such as tmpwatch, mutt, or mail-notify this configuration change could cause those programs that make specific use of atime not to work.
1. Start a terminal.
2. Switch to root using the āsu -ā command.
3. Backup your fstab – ācp /etc/fstab /etc/fstab.oldā.
4. Open your /etc/fstab in the editor of your choice (nano, kate or gedit recommended). This can be done by issuing the command ānano /etc/fstabā, ākate /etc/fstabā, or āgedit /etc/fstabā. Read More»




