From owner-freebsd-current@FreeBSD.ORG Tue Apr 28 18:09:51 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 4AE101065670 for ; Tue, 28 Apr 2009 18:09:51 +0000 (UTC) (envelope-from trebestie@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id CE10F8FC08 for ; Tue, 28 Apr 2009 18:09:50 +0000 (UTC) (envelope-from trebestie@gmail.com) Received: by bwz9 with SMTP id 9so699581bwz.43 for ; Tue, 28 Apr 2009 11:09:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=U/sBu7rkTlfokqLRubBsQbCy/EtuTpqvQW4e5B3OJgk=; b=R9oFhhR+XzD+prd6H4eyWkxLg7XtpPb0w5O3P8LoatpdNt3etLCVOC9JkkP0y24Vge qHZKlCA3Wf8n2HGFJcWKyXFt83P1KMToS6pTDqbIUxkP+b8s9WAIyYBy/LWNayG8ETij ffUaq5VQqsmxQJTWGLUtD9Dec6saRfud1zXR4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=h+gFlFyF7cQtsrPO1SxL3++evclbBmq6tyaw/MQDimApnqTt1jA55sXToPMUiAGXLA wdOEx8eYsZNZSeImb8nlV9CWU1EthJGl9nNPRR6RaunWwxZ5vmeLr3psaQRz5TzYPqpw GlCx3KB9oE76yUbsFoHbKFR0kfb64oY8Tnzy8= MIME-Version: 1.0 Received: by 10.223.106.14 with SMTP id v14mr2483111fao.49.1240942189477; Tue, 28 Apr 2009 11:09:49 -0700 (PDT) Date: Tue, 28 Apr 2009 18:09:49 +0000 Message-ID: <83e5fb980904281109k23dac4d3head2e6f65235f5ea@mail.gmail.com> From: Diego Depaoli To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Help me understand glabel 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, 28 Apr 2009 18:09:51 -0000 Hi all, To solve a bootcode mess I cleaned a slice and installed amd64 on it. Now I have 2 installation: ad4s4 -> amd64 version ad6s1 -> 32bit version ad6s2 -> home To avoid confusion I labeled the partitions rootamd64, rootbsd, usramd64 and so on... as described in example 19.1 at http://www.freebsd.org/doc/en/books/handbook/geom-glabel.html. Now glabel list shows each entry twice under /dev/label and under /dev/ufsid so hal is a bit confused. It is normal or I were wrong? Cheers, -- Diego Depaoli