From owner-freebsd-questions@FreeBSD.ORG Mon Feb 27 19:18:14 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 989F016A420 for ; Mon, 27 Feb 2006 19:18:14 +0000 (GMT) (envelope-from news@jeremina.homeunix.net) Received: from jeremina.homeunix.net (jeremino.xs4all.nl [80.126.224.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29CAD43D46 for ; Mon, 27 Feb 2006 19:18:14 +0000 (GMT) (envelope-from news@jeremina.homeunix.net) Received: from news by jeremina.homeunix.net with local (Exim 4.42) id 1FDnme-000I2n-Pf for freebsd-questions@freebsd.org; Mon, 27 Feb 2006 20:11:48 +0100 From: Kees Plonsz X-Newsgroups: list.fbsd.questions Date: Mon, 27 Feb 2006 20:11:48 +0100 Organization: None Lines: 26 Message-ID: References: <200602271218.59722.freebsda@fuckaround.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@jeremina.homeunix.net X-Face: dtAN(p3{]qk\XP?#Z/w4D6D%"{t}6EFQIEv.YCM-L).KZ#M-1|:kgToZn*t!H^|(gS/A9MOa#T]^~A:sn=q[vw\n8S"QP97/MLO}L[Jq*5f+&lY_8ij@3; sbZ/>F$[*hrNX`hu/e(\%m.kc~(EV#knmO@,9$615zns'>?E_?[bWyW%-Jp=Gj?oB9P`h8ua@C0_g/!K__/'EP^i; kBAjRTa/hoV To: freebsd-questions@freebsd.org Sender: News Subsystem Subject: Re: idle, standby, suspend harddisk 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, 27 Feb 2006 19:18:14 -0000 Pol Hallen wrote on Monday 27 February 2006 12:18: > Hi all :-) > > i have a server with several hd always on > > i want idle hard disk after several minutes > > the bios of mother b. is not good for do this, and i'd like use a software > which atailde or others.. > > with ataidle i can idle my hd but how check if hd is really in idle mode? > > Are there others ports 4 do this? > > With linux i use hdparm, but there isn't on freebsd. > > Anyone can i help me? > > Thanks :-) > I don't know much about linux but perhaps "atacontrol" is your answer. After a "atacontrol detach" the disk spins down. Better umount it first or the system will hang if you use that disk again. You have to use atacontrol to attach it again.