From owner-freebsd-stable@FreeBSD.ORG Tue Jul 13 18:01:43 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A51C71065672 for ; Tue, 13 Jul 2010 18:01:43 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 671808FC19 for ; Tue, 13 Jul 2010 18:01:43 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:c47:e921:2c91:2d2b] (unknown [IPv6:2001:7b8:3a7:0:c47:e921:2c91:2d2b]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 319325C59; Tue, 13 Jul 2010 20:01:42 +0200 (CEST) Message-ID: <4C3CAA05.6080800@andric.com> Date: Tue, 13 Jul 2010 20:01:41 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.8pre) Gecko/20100710 Lanikai/3.1.1pre MIME-Version: 1.0 To: "Julian H. Stacey" References: <201007131701.o6DH1JxF009213@fire.js.berklix.net> In-Reply-To: <201007131701.o6DH1JxF009213@fire.js.berklix.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: sysistall bsdlabel failure with amd64 FreeBSD-8.1-RC2-amd64-dvd1.iso X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2010 18:01:43 -0000 On 2010-07-13 19:01, Julian H. Stacey wrote: > with amd64 FreeBSD-8.1-RC2-amd64-dvd1.iso > sysinstall failed to correctly repartition a previously partitioned disc. > fdisk however correctly wrote the new slices to the disk, > but sysinstall did not pick up the new slices, so we had to enter fixit > & overwrite beginning of disk with > dd if=/dev/zero of=/dev/ad0 bs=1024 count=100 > PS sysinstall saw /dev/ad0 & /dev/ad0a Were those partitions 'dangerously dedicated' and created by an older (pre-8.x) sysinstall?