From owner-freebsd-fs@FreeBSD.ORG Mon Oct 1 09:31:54 2007 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8750A16A417 for ; Mon, 1 Oct 2007 09:31:54 +0000 (UTC) (envelope-from liste@encephalon.de) Received: from digitiminimi.de (digitiminimi.de [217.172.44.71]) by mx1.freebsd.org (Postfix) with ESMTP id 2287213C447 for ; Mon, 1 Oct 2007 09:31:54 +0000 (UTC) (envelope-from liste@encephalon.de) Received: from localhost (digitiminimi.de [217.172.44.71]) by digitiminimi.de (Postfix) with ESMTP id 93E869B496; Mon, 1 Oct 2007 11:53:28 +0200 (CEST) X-Virus-Scanned: amavisd-new at digitiminimi.de Received: from digitiminimi.de ([217.172.44.71]) by localhost (main.digitiminimi.de [217.172.44.71]) (amavisd-new, port 10024) with ESMTP id v1Iyx+IVb5p7; Mon, 1 Oct 2007 11:53:22 +0200 (CEST) Received: from cojote.suedfac.com (ns2.suedfactoring.de [212.202.224.253]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by digitiminimi.de (Postfix) with ESMTP id DBC4E9B406; Mon, 1 Oct 2007 11:53:21 +0200 (CEST) Message-ID: <4700BE80.5080109@encephalon.de> Date: Mon, 01 Oct 2007 11:31:44 +0200 From: "Axel S. Gruner" User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <4700A791.6020606@encephalon.de> <20071001091106.GB35764@garage.freebsd.pl> <4700BC65.1000303@encephalon.de> In-Reply-To: <4700BC65.1000303@encephalon.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org Subject: Re: zpool does not work X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2007 09:31:54 -0000 Hi, Axel S. Gruner schrieb: > Pawel Jakub Dawidek schrieb: >> On Mon, Oct 01, 2007 at 09:53:53AM +0200, Axel S. Gruner wrote: >>> Hi, >>> >>> FreeBSD CURRENT from Fri Sep 28: >>> >>> #zpool create zeta raidz da1 da2 da3 da4 >>> Assertion failed: (P???P???), function rv == 0, file >>> /usr/src/cddl/sbin/zpool/../../../contrib/opensolaris/cmd/zpool/zpool_vdev.c, >>> line 131. >>> Abort (core dumped) >>> >>> What could be the Problem? >> It fails on geom_gettree(). Something seems to be wrong with your GEOM >> topology, most likely some strange provider name that use characters >> reserved for XML. >> >> Can you paste the output of 'sysctl -b kern.geom.confxml'? I think this could be the problem: ntfs/Lokaler Datentr0/00ger Two of the disks are NTFS formatted. After fdisk these disks, i can create the zpool. It would be nice if i can also create a zpool on these disk without first fdisk/format these. Or, maybe an error message which points me to the problem. Cheers, Axel