From owner-freebsd-questions@FreeBSD.ORG Mon Feb 11 14:22:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 064CD16A417 for ; Mon, 11 Feb 2008 14:22:27 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 33AE113C448 for ; Mon, 11 Feb 2008 14:22:19 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m1BEKwiJ003440; Mon, 11 Feb 2008 15:20:58 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m1BEKsGr003437; Mon, 11 Feb 2008 15:20:57 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 11 Feb 2008 15:20:54 +0100 (CET) From: Wojciech Puchar To: "no@spam@mgEDV.net" In-Reply-To: <7bb1a6effe580a0642ad575af01f0aaf95816333@standard.lan> Message-ID: <20080211152028.C3410@wojtek.tensor.gdynia.pl> References: <7bb1a6effe580a0642ad575af01f0aaf95816333@standard.lan> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: re: strange panic: freebsd 6.3: ffs_alloccg: map corrupted [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2008 14:22:27 -0000 > we were trying to use a 8KB sector size on the geli > provider, which caused the panic. > using 4KB as sector size works. > > the command before: > geli init -bP -e 3DES -K /my/test.key -s 8192 /dev/da0 > > and after: > geli init -bP -e 3DES -K /my/test.key -s 4096 /dev/da0 > thank you for info. i use different geli sector sizes but 4K at most :)