From owner-freebsd-current@FreeBSD.ORG Wed Jan 14 12:08:02 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BDFD10658A7 for ; Wed, 14 Jan 2009 12:08:02 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.248]) by mx1.freebsd.org (Postfix) with ESMTP id 241218FC20 for ; Wed, 14 Jan 2009 12:08:02 +0000 (UTC) (envelope-from lists.br@gmail.com) Received: by an-out-0708.google.com with SMTP id c2so225796anc.13 for ; Wed, 14 Jan 2009 04:08:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:cc :references:subject:date:mime-version:content-type :content-transfer-encoding:x-priority:x-msmail-priority:x-mailer :x-mimeole; bh=BNxWMV32DI8I4FPB2YI6+urGckUb7HMeIVOnXDif0TU=; b=WTuoKFoD9Oj6iZnqZezopD78nFjuk9Q96b4AdUZcukyCtwwPkz8r9zxbwEzeXZxzTa +l6zhJvWkhpPVOn8GP0UV/b5m6lsgLZN7LhYzxs1ASyTDLMtuItFC4rk/extV/r1c1OX 4z50tyr434uTNPTTp3zgQixLN2slcN3GTgAx0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:cc:references:subject:date:mime-version :content-type:content-transfer-encoding:x-priority:x-msmail-priority :x-mailer:x-mimeole; b=IMvZ5ZKiOW8eRGaWN155yPMj64Ks8nQmpvgBgc6In24V8aEaDbK1yOQ+0QZUI5tNZv nHIFUXBgUHdj5Z2NMrpX9HK6WU5IOyyGYCLFi9zH/3zZSxxoEu23Bb5L8FFtaXKyOVBw +DR6QW172NZNrxHnZykf0B7iwLa6b8i6SnJsk= Received: by 10.100.247.12 with SMTP id u12mr2514600anh.37.1231933027240; Wed, 14 Jan 2009 03:37:07 -0800 (PST) Received: from adnote989 (201-42-151-3.dsl.telesp.net.br [201.42.151.3]) by mx.google.com with ESMTPS id c1sm12442522ana.59.2009.01.14.03.37.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Jan 2009 03:37:06 -0800 (PST) Message-ID: From: "Luiz Otavio O Souza" To: "Ben Kaduk" , "Randy Bush" References: <496D0364.2060505@psg.com> <47d0403c0901131335h46e7b151p3768de9a3e2c2027@mail.gmail.com> Date: Wed, 14 Jan 2009 09:37:01 -0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Mailman-Approved-At: Wed, 14 Jan 2009 12:23:45 +0000 Cc: George Neville-Neil , xcllnt@mac.com, current@freebsd.org Subject: Re: GEOM and moving to CURRENT from 7.1 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: Wed, 14 Jan 2009 12:08:09 -0000 >> installed amd64 7.1 from cdrom >> partitioned two sata drives to single partitions >> labeled and gmirrored >> >> upgraded to 8-current >> ad0 started falling off mirror >> ad2 started reporting smart errors Here i cannot boot from my old disk after update my i386 7-STABLE to -current, my ad0s1a slice isn't found. When the kernel is compiled with GEOM_PART_MBR and GEOM_PART_BSD, the new geom_part stuff is failing to read the slices and bsdlabel together. If i only load the GEOM_PART_MBR i see the slices detected (ad0s1 ad0s2), but when i load the GEOM_PART_BSD together it will show only the bsd labels, as if it is created directly on raw device (ad0a ad0b ad0d ad0e ...). The only way i've found to boot my system again is to compile a new kernel with GEOM_BSD and GEOM_MBR, instead of GEOM_PART_*. Luiz