From owner-freebsd-current@FreeBSD.ORG Sat Dec 8 03:11:02 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 250A97D1 for ; Sat, 8 Dec 2012 03:11:02 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id BA3AA8FC0C for ; Sat, 8 Dec 2012 03:11:01 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id qB83AtsS087907; Fri, 7 Dec 2012 20:10:55 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id qB83At5p087904; Fri, 7 Dec 2012 20:10:55 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 7 Dec 2012 20:10:55 -0700 (MST) From: Warren Block To: Chuck Burns Subject: Re: 9.1-RC3 LiveCD missing features In-Reply-To: <50C26999.6090802@gmail.com> Message-ID: References: <50C26999.6090802@gmail.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 07 Dec 2012 20:10:55 -0700 (MST) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 08 Dec 2012 03:11:02 -0000 On Fri, 7 Dec 2012, Chuck Burns wrote: > dd if=/dev/zer of=/dev/ada0 > > ^^^ There's your "badblocks" program. Any hard drive made in the last decade > have been self-remapping.. That should be /dev/zero. And this will be very slow, going one 512-byte block at a time. Using a 64K or 128K buffer (bs=128K) will speed it up tremendously.