From owner-freebsd-questions@FreeBSD.ORG Fri Jan 2 23:56:52 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 DF4A81065673 for ; Fri, 2 Jan 2009 23:56:52 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 7C1DC8FC16 for ; Fri, 2 Jan 2009 23:56:52 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 30698 invoked by uid 89); 3 Jan 2009 00:08:44 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by 2607:f118::b6 with ESMTPA; 3 Jan 2009 00:08:44 -0000 Message-ID: <495EA9C1.9090106@ibctech.ca> Date: Fri, 02 Jan 2009 18:56:49 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Ian Lord References: In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: Urgent help needed please: Gvinum problem 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: Fri, 02 Jan 2009 23:56:53 -0000 Ian Lord wrote: > Hi, > > We had a power lost even though we have ups and generators (still > investigating it) and when the machine rebooted one of the disk seems to be > failed : > > The system complains about fsck repaired failed and that I must run it > manually. It then boots in single user mode. > > I entered gvinum and pressed “l” to see the status of the drive and I get > this: > My volume is UP > My plex is shown as degraded > I have 3 of the 4 subdisks shown as UP the 4th is shown as down. > > Running “gvinum /dev/gvinum/RAID5” which is the name of my volume gets me > this error: > ** /dev/gvinum/RAID5 > Cannot find file system superblock > Ioctl (GCINFO): Inapropriate ioctl for device > fsck_ufs: /dev/gvinum/RAID5: can’t read disk label > > I tried “bsdlabel gvinum/RAID5” it tells me there is no valid label found > > Does anyone knows what I can try to try to put back system online (at least, > so I can restore a backup on the disk) I'm trying to find my vinum notes, but can't as of yet... What does a: # fsck -y /dev/gvinum/RAID5 ...yield...anything? Steve