From owner-freebsd-questions@FreeBSD.ORG Sat Jun 9 20:10:58 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 21BE316A421 for ; Sat, 9 Jun 2007 20:10:58 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (pool-71-117-239-32.ptldor.fios.verizon.net [71.117.239.32]) by mx1.freebsd.org (Postfix) with ESMTP id DEC1F13C45B for ; Sat, 9 Jun 2007 20:10:55 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.13.8/8.13.8) with ESMTP id l59KAtHl028348 for ; Sat, 9 Jun 2007 13:10:55 -0700 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.13.8/8.13.4/Submit) with UUCP id l59KAtaK028345 for freebsd-questions@freebsd.org; Sat, 9 Jun 2007 13:10:55 -0700 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id UAA18579; Sat, 9 Jun 2007 20:05:18 GMT Message-Id: <200706092005.UAA18579@sopwith.solgatos.com> To: freebsd-questions@freebsd.org Date: Sat, 09 Jun 2007 13:05:18 +0100 From: Dieter Subject: USB disk and write cache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2007 20:10:58 -0000 How do you set a USB disk's write cache to write-through mode? As far as I can tell, putting "hw.ata.wc=0" in loader.conf only affects directly connected PATA/SATA disks, not disks connected via a USB-to-*ATA bridge. Perhaps via camcontrol? But "camcontrol modepage da0 -l -v" returns nothing.