From owner-freebsd-current@FreeBSD.ORG Fri Nov 5 04:40:41 2004 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 0CD2E16A4CE for ; Fri, 5 Nov 2004 04:40:41 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4DD243D1D for ; Fri, 5 Nov 2004 04:40:40 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iA54db9v065678; Thu, 4 Nov 2004 21:39:37 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 04 Nov 2004 21:39:50 -0700 (MST) Message-Id: <20041104.213950.54451319.imp@bsdimp.com> To: dwhite@gumbysoft.com From: "M. Warner Losh" In-Reply-To: <20041102104503.D63929@carver.gumbysoft.com> References: <20041102104503.D63929@carver.gumbysoft.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: jtfbsd@jt.net.au cc: Matthew.Thyer@dsto.defence.gov.au cc: freebsd-current@freebsd.org Subject: Re: USB Key Disk Boot 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, 05 Nov 2004 04:40:41 -0000 In message: <20041102104503.D63929@carver.gumbysoft.com> Doug White writes: : Note that I creatd that from a second system and dd'd the flash card over : so UFS wouldnt' burn out the flash, but I suppose you could install direct : to it if you odn't plan on writing to the key afterward. UFS does exra : bad things to flash (think superblock updates), so you don't want to : leave it read/write for very long. The superblock update isn't so bad because most flash devices wear average. The access time update, however, tends to put a lot of load on the part. Even that isn't so bad. We have several flash cards that we run read/write and rarely do they go bad unless left that way for months. Warner