From owner-freebsd-current@FreeBSD.ORG Fri Sep 9 07:05:46 2005 Return-Path: X-Original-To: freebsd-current@FreeBSD.org 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 C93E916A459 for ; Fri, 9 Sep 2005 07:05:46 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8CB43D46 for ; Fri, 9 Sep 2005 07:05:46 +0000 (GMT) (envelope-from sos@FreeBSD.org) Received: from [194.192.25.136] (mac.deepcore.dk [194.192.25.136]) by spider.deepcore.dk (8.13.3/8.13.3) with ESMTP id j896xpeC009237; Fri, 9 Sep 2005 08:59:51 +0200 (CEST) (envelope-from sos@FreeBSD.org) In-Reply-To: <451cb3010509081755119ba263@mail.gmail.com> References: <451cb3010509081755119ba263@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Message-Id: <449F0959-6D8D-41AE-8D3E-D8024BE26C0C@FreeBSD.org> Content-Transfer-Encoding: quoted-printable From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Fri, 9 Sep 2005 09:05:42 +0200 To: mclone@gmail.com X-Mailer: Apple Mail (2.734) X-mail-scanned: by DeepCore Virus & Spam killer v1.12 Cc: freebsd-current@FreeBSD.org Subject: Re: [atacontrol detach] drive platters won't stop X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 09 Sep 2005 07:05:46 -0000 On 09/09/2005, at 2:55, McLone wrote: > I'd like to not "halt -p" when changing HDDs on > regular IDE controllers. In 5.x times i used > >> atacontrol detach 1 >> > and i heard the sounds of stopping/parking HDD. > Now, in betas of 6, atacontrol (which uses not number > but ataN) detaches drive OK, but platters keep spinning Yes, that particular behavior has not been implemented on ATA mkIII yet. > Unplugging such a drive is bad for its health, i suppose. Well, if you unplug a drive that hasn't had its supply and data rails =20= cut by a decent enclosure made for this, you risk frying the =20 electronics on the drive no matter if it spins or not. > Another complain: i didn't change a thing in BIOS setup > (old i815), but now inactive drives keep spinnin' forever, > they just won't sleep. sysutils/ataidle is "broken" too :-( The ABI changed so you need updated tools.. -S=F8ren