From owner-freebsd-questions@FreeBSD.ORG Fri May 21 14:29:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88BF316A4CE for ; Fri, 21 May 2004 14:29:19 -0700 (PDT) Received: from grunt25.ihug.com.au (grunt25.ihug.com.au [203.109.249.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29F9243D31 for ; Fri, 21 May 2004 14:29:19 -0700 (PDT) (envelope-from mail@ozzmosis.com) Received: from p120-tnt1.mel.ihug.com.au (blizzard.dnsalias.org) [203.173.160.120] by grunt25.ihug.com.au with esmtp (Exim 3.35 #1 (Debian)) id 1BRHZi-0006uy-00; Sat, 22 May 2004 07:29:11 +1000 Received: from blizzard.dnsalias.org (ozzmosis@localhost [127.0.0.1]) i4LLSNue006441; Sat, 22 May 2004 07:28:23 +1000 (EST) (envelope-from mail@ozzmosis.com) Received: (from ozzmosis@localhost) by blizzard.dnsalias.org (8.12.8p2/8.12.8/Submit) id i4LLRh4Y006434; Sat, 22 May 2004 07:27:43 +1000 (EST) X-Authentication-Warning: blizzard.dnsalias.org: ozzmosis set sender to mail@ozzmosis.com using -f Date: Sat, 22 May 2004 07:27:33 +1000 From: andrew clarke To: Norberto Meijome Message-ID: <20040521212733.GA6356@ozzmosis.com> References: <40AD72CF.6010201@meijome.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40AD72CF.6010201@meijome.net> User-Agent: Mutt/1.5.6i cc: questions@freebsd.org Subject: Re: Disabling atime updates... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 21:29:19 -0000 On Fri, May 21, 2004 at 01:09:03PM +1000, Norberto Meijome wrote: > I'm plan to disable atime updates in some Web + MySQL servers (to get a > bit more performance, even if insignificant). > > Is there any OS, Apache or MySQL feature that would be affected by > setting noatime in fstab? ( I couldn't find any reference, even man 8 > mount says it's hardly ever used) I've been using noatime for some months on /usr with no apparent ill effects. Running Apache 1.x, Named, Dovecot, Squid, Samba, Fetchmail & Sendmail, among other things. I don't use noatime on the other mounts. I seem to vaguely recall it causing some things to break. It may have been something like tail -F /var/log/messages not working the way it should, but don't quote me on that. Regards Andrew