From owner-freebsd-questions@FreeBSD.ORG Sat Jan 10 18:22:58 2009 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 7A687106566B for ; Sat, 10 Jan 2009 18:22:58 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 229518FC18 for ; Sat, 10 Jan 2009 18:22:57 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id n0AIMe48007139; Sat, 10 Jan 2009 13:22:40 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id n0AIMdHt007138; Sat, 10 Jan 2009 13:22:39 -0500 (EST) (envelope-from jerrymc) Date: Sat, 10 Jan 2009 13:22:39 -0500 From: Jerry McAllister To: gpeel Message-ID: <20090110182239.GC7052@gizmo.acns.msu.edu> References: <20090110175323.M10662@thenetnow.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090110175323.M10662@thenetnow.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: wiping a drive with dd 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: Sat, 10 Jan 2009 18:22:58 -0000 On Sat, Jan 10, 2009 at 12:55:41PM -0500, gpeel wrote: > Hi all, > > When dd is used like: > > dd if="/dev/0" of="/dev/da1" bs="1024" > > Does it completely wipe the drive INCLUDING the boot sectors etc? (i.e. does > it start right at secor 0 of the disk and continue to the last sector?). Yes. ////jerry > > -Grant > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"