From owner-freebsd-questions@FreeBSD.ORG Mon Mar 30 19:48:09 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 9DE92106579C for ; Mon, 30 Mar 2009 19:48:09 +0000 (UTC) (envelope-from jmiscaro@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id 5AB7A8FC17 for ; Mon, 30 Mar 2009 19:48:09 +0000 (UTC) (envelope-from jmiscaro@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so1536757qwb.7 for ; Mon, 30 Mar 2009 12:48:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=3JfOTePzDMDXWzZN7jSF7m/QyOWapkT/PS6QPOifgB4=; b=C5wN4LJ2lHydi2URNQ+sDWn0Upjsd33fGA4ZQu2uUdP1KBGtUR7mFCQw7vJkCivbjC oincFBE6Q/5lewUXpS1l1r+sltn2DNn+VHwAKufpe7d5U4X1I4RZx1eScfNcYNFXKM5W ZsV3DPPk6FLZQzR9ujce9sUqzv6SPjj6kO06c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=i1g8Wp4FMFhynQd93a+ugIKhLq9+bna/DKhIf1J9OEcJtylJ+AfiWmrxufsLJ1SB6s uNswqr+x3shrfuab0OaW59TYzXr/xSxPJ3EMcA1sASxjNDQdo8yVMJIa4C8ibbtNNVW1 vCChji4h+4S1gCHC7dDW6Dn28/LBJArMUgiO8= MIME-Version: 1.0 Received: by 10.229.84.209 with SMTP id k17mr2016067qcl.61.1238440865617; Mon, 30 Mar 2009 12:21:05 -0700 (PDT) Date: Mon, 30 Mar 2009 15:21:05 -0400 Message-ID: From: Juan Miscaro To: freebsd-questions Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: 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: Mon, 30 Mar 2009 19:48:10 -0000 Hi gang, I'm running a remote 6.2 system which recently got shut down unexpectedly (tower was physically nudged and apparently lost power). I am running a 2-disk striped array with the geom_stripe.ko module. So my fstab line is /dev/stripe/st0a /data ufs rw,acls 2 2 Thing is, the /dev/stripe directory no longer exists. The system was running for well over 2 years with several reboots in there. I have a lot of data that I want to recover on these 2 disks. Is there any way to regain access to the data? I can' t seem to find anything unusual in the logs. Thank you. -- jm