From owner-freebsd-current@FreeBSD.ORG Tue Sep 22 17:45:15 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4C781065693 for ; Tue, 22 Sep 2009 17:45:15 +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 8AFE18FC21 for ; Tue, 22 Sep 2009 17:45:15 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:151a:ed95:bb65:31fc] (unknown [IPv6:2001:7b8:3a7:0:151a:ed95:bb65:31fc]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id BE7EA5C59; Tue, 22 Sep 2009 19:45:14 +0200 (CEST) Message-ID: <4AB90D2B.30801@andric.com> Date: Tue, 22 Sep 2009 19:45:15 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.4pre) Gecko/20090921 Shredder/3.0pre MIME-Version: 1.0 To: Ted Faber References: <20090921201903.GB52169@zod.isi.edu> <20090922041055.GA29399@zod.isi.edu> <4AB8AB12.7010406@andric.com> <20090922151441.GA38036@zod.isi.edu> In-Reply-To: <20090922151441.GA38036@zod.isi.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: RELENG_8 regression: cannot detect partitions (now with boot -v) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 22 Sep 2009 17:45:15 -0000 On 2009-09-22 17:14, Ted Faber wrote: > That's the USB disk label I was using to get the boot from. The slices > on ad0: /dev/ad0s1a /dev/ad0s1d and /dev/ad0s1e are the ones I don't > see. Just checking. :) Can you run (from a rescue disk or 7-STABLE): dd if=/dev/ad2 count=4 2>/dev/null | hexdump -C and post the output here? Output of fdisk and bsdlabel would also be handy.