From owner-freebsd-geom@FreeBSD.ORG Mon Jan 30 16:15:21 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB5BB16A420 for ; Mon, 30 Jan 2006 16:15:21 +0000 (GMT) (envelope-from oxy@field.hu) Received: from green.field.hu (green.field.hu [217.20.130.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D6E43D45 for ; Mon, 30 Jan 2006 16:15:21 +0000 (GMT) (envelope-from oxy@field.hu) Received: from localhost (green.field.hu [217.20.130.28]) by green.field.hu (Postfix) with ESMTP id BFBC211A50D for ; Mon, 30 Jan 2006 17:15:04 +0100 (CET) Received: from green.field.hu ([217.20.130.28]) by localhost (green.field.hu [217.20.130.28]) (amavisd-new, port 10024) with ESMTP id 87900-09 for ; Mon, 30 Jan 2006 17:15:04 +0100 (CET) Received: from oxy (dsl85-238-76-104.pool.tvnet.hu [85.238.76.104]) by green.field.hu (Postfix) with ESMTP id 94ABE119C90 for ; Mon, 30 Jan 2006 17:15:04 +0100 (CET) Message-ID: <000901c625b8$68954120$0201a8c0@oxy> From: "OxY" To: Date: Mon, 30 Jan 2006 17:15:37 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-2"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: by Amavisd-new (Spamassassin+Razor2+Pyzor+DCC+Bayes db, Clamd Antivirus) at field.hu Subject: geli bugreport? fdisk error with non default sector size X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2006 16:15:22 -0000 hi! i tried to encrypt my root partition and the whole hard disk.. used this cmd to initalize geli: #geli init -b -s 4096 -l 256 /dev/ad2 it succed, but after then i tried to use #fdisk -f part.cfg /dev/ad2.eli and it gave me an error: length must be multiple of sector size.. when i gave 4096,8192, so on to length the error was the same.. i tried to init the provdier without -s switch, then the fdisk ran without any error.. did i do something wrong or is this a bug? thanks!