From owner-freebsd-questions@FreeBSD.ORG Mon Jun 23 20:01:04 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 074D11065674 for ; Mon, 23 Jun 2008 20:01:04 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 8CFB68FC17 for ; Mon, 23 Jun 2008 20:01:03 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 56800 invoked by uid 89); 23 Jun 2008 20:01:49 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 23 Jun 2008 20:01:49 -0000 Message-ID: <486000FF.2090102@ibctech.ca> Date: Mon, 23 Jun 2008 16:01:03 -0400 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Andrew Falanga References: <340a29540806231257x670cf398qc5bf11c396fd0afb@mail.gmail.com> In-Reply-To: <340a29540806231257x670cf398qc5bf11c396fd0afb@mail.gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Wipe a drive clean X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2008 20:01:04 -0000 Andrew Falanga wrote: > Hi, > > I'm having no luck finding hits for "wipe drive" or "zero drive" in > the mail list archives and I can't believe I'm the first to ask this > question but here it is anyway. How can I simply write 0's across a > USB thumb drive? I'd rather not install a port, if I can avoid it. I > was thinking that something like dd would work, but everything I've > tried thus far is not working. What suggestions does everyone have? Will... dd if=/dev/zero of=/dev/disk ...work? Steve