From owner-freebsd-geom@FreeBSD.ORG Tue Sep 30 15:00:05 2014 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BC84A39 for ; Tue, 30 Sep 2014 15:00:05 +0000 (UTC) Received: from mail.dawidek.net (garage.dawidek.net [91.121.88.72]) by mx1.freebsd.org (Postfix) with ESMTP id C934188E for ; Tue, 30 Sep 2014 15:00:04 +0000 (UTC) Received: from localhost (58.wheelsystems.com [83.12.187.58]) by mail.dawidek.net (Postfix) with ESMTPSA id 5EDA7B16; Tue, 30 Sep 2014 17:00:02 +0200 (CEST) Date: Tue, 30 Sep 2014 17:01:51 +0200 From: Pawel Jakub Dawidek To: Karl Pielorz Subject: Re: GELI created on a GPT labelled partition doesn't work 2nd time around... Message-ID: <20140930150151.GB1702@garage.freebsd.pl> References: <20140928130547.GD1620@garage.freebsd.pl> <5A6D15305F99246DAE25673C@Mail-PC.tdx.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5A6D15305F99246DAE25673C@Mail-PC.tdx.co.uk> X-OS: FreeBSD 11.0-CURRENT amd64 User-Agent: Mutt/1.5.22 (2013-10-16) Cc: freebsd-geom@freebsd.org X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 15:00:05 -0000 On Tue, Sep 30, 2014 at 09:40:55AM +0100, Karl Pielorz wrote: > > > --On 28 September 2014 15:05 +0200 Pawel Jakub Dawidek > wrote: > > > Could you provide the output of: > > > > # diskinfo -v /dev/gpt/abcdef.eli > > Sure, after GPTing, geli init / geli attach - the running the above gives: > > " > /dev/gpt/abcdef.eli > 4096 # sectorsize > 750155304960 # mediasize in bytes (699G) > 183143385 # mediasize in sectors > 0 # stripesize > 0 # stripeoffset > 11400 # Cylinders according to firmware. > 255 # Heads according to firmware. > 63 # Sectors according to firmware. > WD-WCAPT0430257s0s0 # Disk ident. > " > > In the interim - I wrote a script which matches the drives serial numbers, > with keys - and does a 'geli attach' on the raw disk (e.g. /dev/da0) - this > results in da0.eli, which can then be GPT partitioned etc. > > Trying to run anything 'against' /dev/gpt/abcdef.eli results in, e.g. > > # gpart create -s gpt /dev/gpt/abcdef.eli > gpart: provider: Device not configured > > or, > > dd if=/dev/gpt/abcdef.eli of=/dev/null bs=1k count=1000 > dd: /dev/gpt/abcdef.eli: Invalid argument This fails because your gpt/abcdef.eli is configured with 4k sectors. Try: dd if=/dev/gpt/abcdef.eli of=/dev/null bs=4k count=1000 > If I repeat the above steps without the initial GPT partition (i.e. against > /dev/da0) - I end up with '/dev/da0.eli' - which I can then GPT fine etc. Note sure if GPT problem is due to 4k sector or because as jmg@ mentioned it checks for GPT in GPT configuration - a check we may be able to relax. -- Pawel Jakub Dawidek http://www.wheelsystems.com FreeBSD committer http://www.FreeBSD.org Am I Evil? Yes, I Am! http://mobter.com