Librenix
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Reduce Linux IO with noatime

Up
vote
Down

Linux has a special mount option for file systems called noatime. If this option is set for a file system in /etc/fstab, then reading accesses will no longer cause the atime information (last access time - don't mix this up with the last modified time - if a file is changed, the modification date will still be set) that is associated with a file to be updated (in reverse this means that if noatime is not set, each read access will also result in a write operation). Therefore, using noatime can lead to significant performance gains.
 read more | mail this link | score:8136 | -falko, December 17, 2008
More Sysadmin articles...

Buy Art Online with a Free Return Policy

admin headlines

Tutorial: Distributed Storage on 4 nodes with GlusterFS on Ubuntu 12.10

Tutorial: Samba Server with tdbsam on OpenSUSE 12.1

Tutorial: Install Lighttpd, PHP5, MySQL on CentOS 6.0

The UNIX Command-Line

Tutorial: Run your own name server

Linux: Utilizing a multicore CPU

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin