From owner-freebsd-stable@FreeBSD.ORG Tue Feb 22 09:09:38 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A29E81065673 for ; Tue, 22 Feb 2011 09:09:38 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9978FC12 for ; Tue, 22 Feb 2011 09:09:38 +0000 (UTC) Received: from gate.ipt.ru ([194.62.233.123] helo=h30.sp.ipt.ru) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1ProFV-000MqH-72; Tue, 22 Feb 2011 12:09:37 +0300 From: Boris Samorodov To: Kurt Jaeger References: <20110217115653.GH34314@home.opsec.eu> <20110217124515.GI34314@home.opsec.eu> <4D5D1D10.7010000@digsys.bg> <20110217180140.GL66849@dan.emsphone.com> <20110217204643.GJ34314@home.opsec.eu> <37576665@h30.sp.ipt.ru> <20110221161637.GR34314@home.opsec.eu> <71493761@h30.sp.ipt.ru> <20110221165521.GS34314@home.opsec.eu> Date: Tue, 22 Feb 2011 12:09:36 +0300 In-Reply-To: <20110221165521.GS34314@home.opsec.eu> (Kurt Jaeger's message of "Mon, 21 Feb 2011 17:55:21 +0100") Message-ID: <92928271@h30.sp.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-stable@freebsd.org Subject: Re: 3TB disc and block alignment X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Feb 2011 09:09:38 -0000 Hi! On Mon, 21 Feb 2011 17:55:21 +0100 Kurt Jaeger wrote: > > > > > Feb 17 22:15:44 vserv1 kernel: GEOM: ufsid/4d5d8faa10b63ac1: using the primary only -- recovery suggested. > > > > > Boris Samorodov wrote: > > > > It may be the case here if you to used glabel(8) to create a label > > > > for the whole disk. > > > > > I did not use glabel on that disk. > > > > Hm, I may be wrong here but from the log [1] you do have a geom name > > ad7. Can you show an output of the command: > > ----- > > % glabel status > > ----- > # glabel status > Name Status Components > ufsid/4d62938756e96a72 N/A ad7 > If I use gpart, does this somehow imply glabel ? I'm not an expert at gpart(8). But my gparted disks have geom labels for partitions but not for disks: ----- % glabel status Name Status Components ufsid/49dfc483d87d81e7 N/A ada0s2 gptid/3117ed73-3359-11e0-bc0d-001fd091e496 N/A ada1p1 label/swap N/A ada1p2 label/9-i386 N/A ada1p3 gptid/acf7633d-3359-11e0-bc0d-001fd091e496 N/A ada1p4 label/homefs N/A ada1p5 gptid/75213528-28a1-11e0-9c4c-001d60234854 N/A ada2p1 gptid/752e6772-28a1-11e0-9c4c-001d60234854 N/A ada2p2 label/rootfs N/A ada2p3 ufsid/4d3efd0ce038c3e2 N/A ada2p3 gptid/75379a58-28a1-11e0-9c4c-001d60234854 N/A ada2p3 label/varfs N/A ada2p4 ufsid/4d3efd2386112e5e N/A ada2p4 gptid/75447694-28a1-11e0-9c4c-001d60234854 N/A ada2p4 label/usrfs N/A ada2p5 ufsid/4d3efd259218e570 N/A ada2p5 gptid/754e9bec-28a1-11e0-9c4c-001d60234854 N/A ada2p5 label/space N/A ada2p6 ufsid/4d3efd2813378f80 N/A ada2p6 gptid/7557f126-28a1-11e0-9c4c-001d60234854 N/A ada2p6 ufsid/49dfc48396bcec1a N/A ada0s1a ufsid/49dfc496372a8bf7 N/A ada0s1d ufsid/49dfc493241d3645 N/A ada0s1e ufsid/49dfc493e4a185ad N/A ada0s1f ----- Can you recall exact commands which you used to create desk and its partitions? > You see me confused 8-) NP. Glad to be helpful. ;-) -- WBR, bsam