From owner-freebsd-current@FreeBSD.ORG Thu Sep 11 17:55:46 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 11D0416A4BF for ; Thu, 11 Sep 2003 17:55:46 -0700 (PDT) Received: from spork.pantherdragon.org (spork.pantherdragon.org [206.29.168.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4066D43FCB for ; Thu, 11 Sep 2003 17:55:43 -0700 (PDT) (envelope-from dmp@bitfreak.org) Received: from speck.techno.pagans (12-206-23-247.client.attbi.com [12.206.23.247]) by spork.pantherdragon.org (Postfix) with ESMTP id A76762A41F for ; Thu, 11 Sep 2003 17:55:42 -0700 (PDT) Received: from speck.techno.pagans (localhost.techno.pagans [127.0.0.1]) by speck.techno.pagans (Postfix) with SMTP id AFC52C0D0 for ; Thu, 11 Sep 2003 17:55:41 -0700 (PDT) Date: Thu, 11 Sep 2003 17:55:41 -0700 From: Darren Pilgrim To: freebsd-current Message-Id: <20030911175541.2da727af.dmp@bitfreak.org> X-Mailer: Sylpheed version 0.9.3claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: How do put an ATA disk into sleep/standby mode? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2003 00:55:46 -0000 In my workstation, running 5.1-R, I have two disks, one containing FreeBSD, the other Windows. Since the Windows disk isn't used at all when in FreeBSD, I would like to put it into standby or sleep mode (whichever is necessary) to make it spin down, reducing heat and noise production--both of which have become a real problem. This is at least technically possible, since spinning down a disk is part of the APM sleep mode. The capabilities list atacontrol reports for the disk in question shows power management and advanced power management as being supported, and I've gotten Windows to spin down this disk. I haven't had any luck figuring out how to do this in FreeBSD, though. So how do I accomplish this?