From owner-freebsd-stable@FreeBSD.ORG Sat Dec 14 21:28:00 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2559ECC8 for ; Sat, 14 Dec 2013 21:28:00 +0000 (UTC) Received: from mail-vb0-x236.google.com (mail-vb0-x236.google.com [IPv6:2607:f8b0:400c:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D3D5C1FE3 for ; Sat, 14 Dec 2013 21:27:59 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id g10so2268842vbg.27 for ; Sat, 14 Dec 2013 13:27:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ioBiuMIR85jcq8H9h9QJ9ZxVukeqOln5+EXw9t7U6wU=; b=nNOeZ/MqAz4Szu0eT3JV5hA6NS/cJYJjnZdrHikrEt6kB1TA2ZByZ0HVE6I3D6iWAg RDpMh5jiO1ERIxtVz232LGkVl+RUzqjOPsnxgtuNU1i/yjM0CAUcqiQFYUAxiPKntTco GVc7tsy+OvoKEnwuDCkcvqVlSbXLLCPhCmNrTnj4ngt2BsWcJioVbjx0F23rIPGL19mI wXDYI3+4cUl40ljWp5+692ZKQwc7/jJf2HslyRyzy+Nr0+D16DmI40lzC9qGFbPEFP8B 6FZgvHZkr+tnYDcXbIUElBlgrXnEXX7lIJcVUDVizYnS0qVxbbqrkRcfyu+Zi+bGmnVC fpog== MIME-Version: 1.0 X-Received: by 10.220.164.202 with SMTP id f10mr424962vcy.25.1387056478975; Sat, 14 Dec 2013 13:27:58 -0800 (PST) Received: by 10.58.128.132 with HTTP; Sat, 14 Dec 2013 13:27:58 -0800 (PST) In-Reply-To: <52ACCB9E.3010304@egr.msu.edu> References: <52AACB86.8090703@gmail.com> <52AB2FC1.5000605@gmail.com> <52ACCB9E.3010304@egr.msu.edu> Date: Sat, 14 Dec 2013 22:27:58 +0100 Message-ID: Subject: Re: From 10 Beta4 to 10 RC1 lost gpt labels added by the installer From: Johan Hendriks To: Adam McDougall Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Dec 2013 21:28:00 -0000 Op zaterdag 14 december 2013 schreef Adam McDougall (mcdouga9@egr.msu.edu): > > On 12/13/2013 11:03, Johan Hendriks wrote: > >> Teske, Devin schreef: >> >>> On Dec 13, 2013, at 12:55 AM, Johan Hendriks wrote: >>> >>> Hello all. >>>> >>>> I installed FreeBSD 10 Beta4 the day before the RC1 release and used >>>> the ZFS install option, all went well. >>>> I then downloaded the new source for 10 RC1 and did a buildworld. >>>> It rebooted, the machine booted fine only did it show an error >>>> regarding the swap space. >>>> I could not mount /dev/gpt/swap0 and /dev/gpt/swap1 >>>> >>>> /dev/diskid/DISK...... and so on. >>>> >>>> /dev/gpt was not there anymore. >>>> >>>> Well after the upgrade i have no GPT labels any more (they are on the >> disk, but not useable). >> So the disk has the labels. >> But they are not active, /dev/gpt is not available, i think it gets >> overwritten or pushed out of the way by glabel. >> >> glabel list shows me the following >> jailhost ~ # glabel list >> Geom name: ada0 >> Providers: >> 1. Name: diskid/DISK-WMATV654xxxx There's been a similar problem with >> graid, are you sure that's >> >>> not what's going on here? That the OS has picked up on some >>> BIOS-created thing? >>> >> >> I think you ran into the same issue I did when I replaced a HD with an > ssd, > and the 10 kernel started detecting a 'diskid' string from the ssd. It was > causing > geom to detect my disk by the diskid, and for some reason it was blocking > access > to my swap partition (overzealous exclusive access to the disk?). Try > putting > kern.geom.label.disk_ident.enable=0 in /boot/loader.conf and rebooting. > I've been > meaning to file a PR. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > I will try on monday, the machine is at work. Thanks for your time. Regards Johan