From owner-freebsd-current@FreeBSD.ORG Thu May 26 17:44:40 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 346E016A41F for ; Thu, 26 May 2005 17:44:38 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE8FB43D58 for ; Thu, 26 May 2005 17:44:37 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-137.dynamic.qsc.de [212.202.37.137]) by mail.efacilitas.de (Postfix) with ESMTP id B9D3212397E; Thu, 26 May 2005 19:43:12 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id B11DB12B09E; Thu, 26 May 2005 19:43:44 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 50057-06; Thu, 26 May 2005 19:43:40 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 5769012B09A; Thu, 26 May 2005 19:43:40 +0200 (CEST) Message-ID: <42960ACB.7090801@cs.tu-berlin.de> Date: Thu, 26 May 2005 19:43:39 +0200 From: Bjoern Koenig User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Eric Anderson References: <4295D51F.50106@centtech.com> <429606D9.6080602@cs.tu-berlin.de> In-Reply-To: <429606D9.6080602@cs.tu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: FreeBSD Current Subject: Re: Disable read/write caching to disk? 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: Thu, 26 May 2005 17:44:40 -0000 Bjoern Koenig wrote: > Eric Anderson wrote: > >> Is it possible to disable all read and write caching to a disk? > > You can disable write the cache by adding the line > > hw.ata.wc="0" I assumed that you use ATA. If you use SCSI devices then read at least the manpages da(4) and camcontrol(8). Björn