From owner-freebsd-hackers@FreeBSD.ORG Mon Jan 23 18:20:40 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A3A11065687 for ; Mon, 23 Jan 2012 18:20:40 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 03DEC8FC14 for ; Mon, 23 Jan 2012 18:20:39 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so4943419obc.13 for ; Mon, 23 Jan 2012 10:20:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=fxYxXuiBJ+ZMTVd9IrOtp/eSlf536scC6IZv33YGJDE=; b=jc8nARZBLH/pEXvtUDoKJchqEmmNLBETsjqywTbAQuKj0uKb6rtyOySKPrZTBM61FR nh3vPojrbdYqhYSR80gogwZ44c0dUWL6qewzjBVeDgzR33L6NZ0HDyL2FVtzFJIpqa9K 4KZuYroiynDmztgewPeZ45H0IYiaaV3CPoVLw= MIME-Version: 1.0 Received: by 10.182.8.69 with SMTP id p5mr8842281oba.28.1327342839226; Mon, 23 Jan 2012 10:20:39 -0800 (PST) Received: by 10.182.46.163 with HTTP; Mon, 23 Jan 2012 10:20:39 -0800 (PST) In-Reply-To: <009a01ccd9fb$628ce000$27a6a000$@fisglobal.com> References: <009501ccd9f9$cad088d0$60719a70$@fisglobal.com> <009a01ccd9fb$628ce000$27a6a000$@fisglobal.com> Date: Mon, 23 Jan 2012 10:20:39 -0800 Message-ID: From: Garrett Cooper To: Devin Teske Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org Subject: Re: Parallels v4 regression (aka ada(4) oddity) in RELENG_9 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2012 18:20:40 -0000 On Mon, Jan 23, 2012 at 10:18 AM, Devin Teske w= rote: > >> -----Original Message----- >> From: Garrett Cooper [mailto:yanegomi@gmail.com] >> Sent: Monday, January 23, 2012 10:16 AM >> To: Devin Teske >> Cc: freebsd-hackers@freebsd.org >> Subject: Re: Parallels v4 regression (aka ada(4) oddity) in RELENG_9 >> ... >> =A0 =A0 The 'bug' is in gpart/geom and the 'issue' is present in prior >> versions of FreeBSD. The backup partition is now more of a thorn in >> everyone's side than previous versions. gpart delete'ing all the >> partitions, then doing gpart destroy is probably what you want (there >> isn't a simple one-liner that would do this). > > So "dd if=3D/dev/zero of=3D/dev/ada0 bs=3D512k count=3D256" is not enough= to wipe out > "the backup partition" (presumably created by prior-usage of bsdinstall > guided/auto partitioning)?? The backup partition sits at the back of the disk, so yes that dd by itself won't work. Thanks, -Garrett