From owner-freebsd-geom@FreeBSD.ORG Fri Oct 19 18:01:21 2007 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E38B16A421 for ; Fri, 19 Oct 2007 18:01:21 +0000 (UTC) (envelope-from felipe@neuwald.biz) Received: from itacaiunas.cepatec.org.br (itacaiunas.cepatec.org.br [200.152.208.51]) by mx1.freebsd.org (Postfix) with ESMTP id 40DA013C480 for ; Fri, 19 Oct 2007 18:01:21 +0000 (UTC) (envelope-from felipe@neuwald.biz) Received: from localhost (vermelho [10.0.0.5]) by itacaiunas.cepatec.org.br (Postfix) with ESMTP id DE1DA11571A for ; Fri, 19 Oct 2007 15:43:17 -0200 (BRST) X-Virus-Scanned: amavisd-new at cepatec.org.br Received: from itacaiunas.cepatec.org.br ([10.0.0.3]) by localhost (vermelho.cepatec.org.br [10.0.0.5]) (amavisd-new, port 10024) with ESMTP id ATserKI0Mr3z for ; Fri, 19 Oct 2007 14:43:16 -0300 (BRT) Received: from [192.168.0.152] (unknown [200.199.198.61]) by itacaiunas.cepatec.org.br (Postfix) with ESMTP id 0B3801154FD for ; Fri, 19 Oct 2007 15:43:13 -0200 (BRST) Message-ID: <4718ECB2.9050207@neuwald.biz> Date: Fri, 19 Oct 2007 15:43:14 -0200 From: Felipe Neuwald User-Agent: Thunderbird 1.5.0.13 (X11/20070824) MIME-Version: 1.0 To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: gvinum - problem on hard disk 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: Fri, 19 Oct 2007 18:01:21 -0000 Hi folks, I have one gvinum raid on a FreeBSD 6.1-RELEASE machine. There are 4 disks running, as you can see: [root@fileserver ~]# gvinum list 4 drives: D a State: up /dev/ad4 A: 0/238474 MB (0%) D b State: up /dev/ad5 A: 0/238475 MB (0%) D c State: up /dev/ad6 A: 0/238475 MB (0%) D d State: up /dev/ad7 A: 0/238475 MB (0%) 1 volume: V data State: down Plexes: 1 Size: 931 GB 1 plex: P data.p0 S State: down Subdisks: 4 Size: 931 GB 4 subdisks: S data.p0.s3 State: stale D: d Size: 232 GB S data.p0.s2 State: up D: c Size: 232 GB S data.p0.s1 State: up D: b Size: 232 GB S data.p0.s0 State: up D: a Size: 232 GB But, as you can see, the data.p0.s3 is "stale". What should I do to try recover this and get the raid up again (and recover information) Thanks, Felipe Neuwald.