From owner-freebsd-questions@FreeBSD.ORG Mon Oct 8 12:14:49 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19CD61065672 for ; Mon, 8 Oct 2012 12:14:49 +0000 (UTC) (envelope-from darcsis@gmail.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id E0D258FC23 for ; Mon, 8 Oct 2012 12:14:48 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id z9so1682324dad.13 for ; Mon, 08 Oct 2012 05:14:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:user-agent:x-envelope-to:mail-followup-to:date :message-id:mime-version:content-type; bh=LqTfY662b7gF9mGzvBsVu95zY7nFjIW//BxYOhGXg5w=; b=VBfQEOCL18V2v9bK1v6dwcoy81Q3dHxmQz55tCCyP+2r2gAvnkFCOEVYDzIZyWubXb PjaY5LkjSylbtUctsB4DV/n8jVDpF1zBrXBiSj0qnm2OnWJzlHQpK828ZWQJInyFQMHk KA7betUJPTgRVc8iS5u2mWrYw14/P/ppRs86XNdEDOhzAhGR1mQ/YUuJVrQmKZc8eh2o +/xJl02Ppe/7noTjK16cznjUj+yI1GOlQOiLYnUcZeotrkwE8ZegJIJsEVGfQkcj1DXX Ze97rRMkUDteiioFdEYOIaFdgp35hcMsM6n8n2bnQ7TjHw4sagAbC45gtMkKNxVewOvm 6uFQ== Received: by 10.68.234.232 with SMTP id uh8mr52772365pbc.94.1349698488720; Mon, 08 Oct 2012 05:14:48 -0700 (PDT) Received: from localhost ([123.117.46.17]) by mx.google.com with ESMTPS id it5sm10656814pbc.10.2012.10.08.05.14.44 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 08 Oct 2012 05:14:48 -0700 (PDT) From: darcsis@gmail.com (Denise H. G.) To: freebsd-questions@freebsd.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) X-Envelope-To: freebsd-questions@freebsd.org Mail-Followup-To: freebsd-questions@freebsd.org Date: Mon, 08 Oct 2012 20:14:39 +0800 Message-ID: <86lifhma8g.fsf@venux.xbsd.name> MIME-Version: 1.0 Content-Type: text/plain Subject: Do I need to use sysutils/ataidle to avoid high LCC for my hard drive? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Oct 2012 12:14:49 -0000 Hi list. I am currently running FreeBSD 9.1-PRERELEASE on my laptop. And I am wondering if I still need to use sysutiles/ataidle to avoid high Load Cyle Count for my hard drive. Is there still a need to run this utility to avoid LCC under FreeBSD 9.1-PRERELEASE? Thanks for your attention!