From owner-freebsd-current@FreeBSD.ORG Wed Apr 30 01:43:27 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 823E6821 for ; Wed, 30 Apr 2014 01:43:27 +0000 (UTC) Received: from mail.egr.msu.edu (gribble.egr.msu.edu [35.9.37.169]) by mx1.freebsd.org (Postfix) with ESMTP id 5859D1423 for ; Wed, 30 Apr 2014 01:43:26 +0000 (UTC) Received: from gribble (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 66336257A7 for ; Tue, 29 Apr 2014 21:33:17 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by gribble (gribble.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6-sXVEsQ4SKC for ; Tue, 29 Apr 2014 21:33:17 -0400 (EDT) Received: from EGR authenticated sender Message-ID: <536052DC.4060606@egr.msu.edu> Date: Tue, 29 Apr 2014 21:33:16 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: What on earth is all this %20 crap at the end of the GUID? (newfs?) References: <1398815513.2019.50.camel@powernoodle.corp.yahoo.com> In-Reply-To: <1398815513.2019.50.camel@powernoodle.corp.yahoo.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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, 30 Apr 2014 01:43:27 -0000 On 04/29/2014 19:51, Sean Bruno wrote: > Created a simple partition: > > root@:~ # gpart create -s gpt da11 > da11 created > root@:~ # gpart add -t freebsd-ufs da11 > da11p1 added > root@:~ # gpart show da11 > => 40 7814037088 da11 GPT (3.6T) > 40 7814037088 1 freebsd-ufs (3.6T) > > root@:~ # > > Then run a newfs and reboot the system. Upon reboot this is what I get? > > => 40 7814037088 da11 GPT (3.6T) > 40 7814037088 1 freebsd-ufs (3.6T) > => 40 7814037088 diskid/DISK-Z1Z0DQ73%20%20%20%20%20%20%20%20% > 20%20%20%20 GPT (3.6T) > 40 7814037088 > 1 freebsd-ufs (3.6T) > > > What is going on here? > > sean > I'm guessing it is picking up spaces from a physical ID on your disk from /sys/geom/label/g_label_disk_ident.c kern.geom.label.disk_ident.enable=0 in /boot/loader.conf will ignore that class. It was added in 10 and only shows up with certain devices.