From owner-freebsd-usb@FreeBSD.ORG Wed Sep 18 00:09:07 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E399C813 for ; Wed, 18 Sep 2013 00:09:07 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D3242F0F for ; Wed, 18 Sep 2013 00:09:07 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id r8I08xb4089033; Tue, 17 Sep 2013 18:08:59 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id r8I08xYS089030; Tue, 17 Sep 2013 18:08:59 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 17 Sep 2013 18:08:59 -0600 (MDT) From: Warren Block To: Gary Jennejohn Subject: Re: spin down a USB-attached disk? In-Reply-To: <20130917185047.52c63e00@ernst.home> Message-ID: References: <20130917185047.52c63e00@ernst.home> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 17 Sep 2013 18:08:59 -0600 (MDT) Cc: freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Sep 2013 00:09:08 -0000 On Tue, 17 Sep 2013, Gary Jennejohn wrote: > I have a possibly dumb question. Is it possible to send a spindown > command through USB to a SATA disk attached as umass? > > I like to spin down my disks before turning them off and with an ad-disk > it's quite simple using camcontrol. > > I haven't been able figure how to do it through USB. Can't camcontrol do the same thing, regardless of how the disk is attached?