From owner-freebsd-questions@FreeBSD.ORG Tue Mar 31 13:41:48 2009 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 914B5106566B for ; Tue, 31 Mar 2009 13:41:48 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 107DD8FC1D for ; Tue, 31 Mar 2009 13:41:47 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LoeDn-0001pp-CB for freebsd-questions@freebsd.org; Tue, 31 Mar 2009 13:41:43 +0000 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Mar 2009 13:41:43 +0000 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 31 Mar 2009 13:41:43 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Tue, 31 Mar 2009 15:41:31 +0200 Lines: 81 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig00AF3375BFDCCE321CF7DE8A" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090318) In-Reply-To: X-Enigmail-Version: 0.95.0 Sender: news Subject: Re: Recovering a GEOM RAID0 array 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: Tue, 31 Mar 2009 13:41:49 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig00AF3375BFDCCE321CF7DE8A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Juan Miscaro wrote: >> What does "gstripe list" say? What does "sysctl -b kern.geom.confxml" = say? >=20 > 'gstripe list' does not return any output at all. >=20 > Output to the sysctl command is attached. "gstripe list" cannot output nothing, since the sysctl output you posted says a partial GEOM_STRIPE instance is present on the system. This is bad: ad3c 3 r0w0e0 ad3a 3 r0w0e0 ad3s1 3 r0w0e0 It looks like you created a both a fdisk partition table and a bsdlabel partition table on the ad3 drive. If so, your data is probably already corrupted. ad1 is also strangely partitioned but since it's your first drive in a stripe this can be acceptable (it will contain the first sectors of the array, including its partition tables). > # gstripe dump ad3 > Can't read metadata from ad3: Invalid argument. > Not fully done. This can happen if the metadata on ad3 is corrupted. You'll need to dump the last sector and inspect it to verify. --------------enig00AF3375BFDCCE321CF7DE8A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJ0h2LldnAQVacBcgRAnbMAJ9wL0TNL6NLtcKAHzMHqkDBbj32wACgwye3 5GSEZ+6384lTrWrYG6eZCZ8= =Wtbl -----END PGP SIGNATURE----- --------------enig00AF3375BFDCCE321CF7DE8A--