From owner-freebsd-questions@FreeBSD.ORG Wed Apr 29 13:22:38 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4846A1065672 for ; Wed, 29 Apr 2009 13:22:38 +0000 (UTC) (envelope-from aopopov@yahoo.com) Received: from web51401.mail.re2.yahoo.com (web51401.mail.re2.yahoo.com [206.190.38.180]) by mx1.freebsd.org (Postfix) with SMTP id A37FA8FC1A for ; Wed, 29 Apr 2009 13:22:37 +0000 (UTC) (envelope-from aopopov@yahoo.com) Received: (qmail 41894 invoked by uid 60001); 29 Apr 2009 13:22:27 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1241011347; bh=SopvlPNQV7/WH5oQVu8G8CPtVwmaPfIlG0DHCXcItUE=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=S8oim01R2ArREFpXjGxP3lnD0HHcn/cwUuu4db6EtU25DL9a6jjX0QKQq/AmW/HcscO2r/Cr/X4XVzCMrAmrJdgAohLA7b3wJvoYEb/1A9QnjPSmasxvNVZS+eqMhPvERlVVoSXEFAYqsWcHnqIt6DH/2W5bE3gsn07gQzZRj4E= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=4at0l7FdIKc6A89x74sYrEMYKSNV2121DlbyNcd6G0dniH1nw4kZasFnX+8NSE49cCFs+XFoEcgiQGY4eaUURCF0pySTRE+4KW9qrbMoHFyDb36wsJKUy/8KNufo0QKeIwhe24Y0lZaOh/CcCxx6PuViaNLc77vuBJZP6VRCTAo=; Message-ID: <501643.34624.qm@web51401.mail.re2.yahoo.com> X-YMail-OSG: sNHf3i0VM1lEJTGf1ohQEwjo52cUnU8wt2OOjjoOkCSKOGZrltQq5VdUhNeDDWhsWCIDAt2n97th1Pft0BFt7baIKH7jgxC_.3D_pLCpDGYJ9otOVW2nNhPCllHbGwpFRtmLB.52.uOf2adLxR3IzaT.y_8eIuo0AMvffy7Thigy1JDR0ZbDBjVn7fkfdFLG.bJCVbBOuVPBr0Xpw8QtPaAPfKrDtfWKHZGGn7hLZdJXbkAGBnL5RWu_x_63DPgMZdxyRdpbBPJT8L2Kd5NzjmMzdItsOHm1QnlZgNJT4vwTEqTuqQts5Pp.G05owrfBNe8AYXwR Received: from [193.173.39.45] by web51401.mail.re2.yahoo.com via HTTP; Wed, 29 Apr 2009 06:22:26 PDT X-Mailer: YahooMailWebService/0.7.289.1 Date: Wed, 29 Apr 2009 06:22:26 -0700 (PDT) From: Alexander Popov To: "Paul B. Mahol" In-Reply-To: <3a142e750904290617t4a18289xc1ed093cd9cfb485@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org, "Daniel C. Dowse" Subject: Re: atacontrol spindown X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: aopopov@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Apr 2009 13:22:38 -0000 All FreeBSD system partitions are on a disk that I never try to spin down. It is weird that something in periodic daily tries to read from my data disks... Alexander. --- On Wed, 4/29/09, Paul B. Mahol wrote: > From: Paul B. Mahol > Subject: Re: atacontrol spindown > To: aopopov@yahoo.com > Cc: freebsd-questions@freebsd.org, "Daniel C. Dowse" > Date: Wednesday, April 29, 2009, 3:17 PM > On 4/29/09, Alexander Popov wrote: > > > > Hi, Paul, > > > > Below is my /etc/crontab. The only thing that is run > at 3 am is periodic > > daily. > > > > If any of scripts from /etc/crontab needs access(just > reading, not > counting writing, > considering it is not already cached) > on spindowned hard disk your mission will fail. > > If you want to keep logging and logs (via another ways) you > could make > memory disk for root > and var slice ... and transfer logs to another media ... > or use another hard disk for that.... >