From owner-freebsd-geom@FreeBSD.ORG Mon Feb 27 21:16:15 2006 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5931416A420 for ; Mon, 27 Feb 2006 21:16:15 +0000 (GMT) (envelope-from cochard@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C8D543D62 for ; Mon, 27 Feb 2006 21:16:03 +0000 (GMT) (envelope-from cochard@gmail.com) Received: by nproxy.gmail.com with SMTP id l37so731837nfc for ; Mon, 27 Feb 2006 13:16:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:references; b=RGLV5H4qjRo1xZS1LdZfS5QgI9X7X/tOciQRAexduvjR9ZEsdnlaQsLkog7faj0Nj5pFiU1nT45Vcpbg4QuvvynM9tq4bC81HzpyhGIFPUPPD0gL8x/DeYKBDEsl4JS7gf25//Ys0tpfB+ywpt1NUXFnauP06bxLYZiZ0aO5uz0= Received: by 10.48.216.11 with SMTP id o11mr336539nfg; Mon, 27 Feb 2006 13:16:02 -0800 (PST) Received: by 10.48.216.14 with HTTP; Mon, 27 Feb 2006 13:16:02 -0800 (PST) Message-ID: <3131aa530602271316n479af14fi@mail.gmail.com> Date: Mon, 27 Feb 2006 22:16:02 +0100 From: "Olivier Cochard" Sender: cochard@gmail.com To: "Lukas Ertl" In-Reply-To: MIME-Version: 1.0 References: <3131aa530602271250r458dd9fep@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-geom@freebsd.org Subject: Re: Gvinum RAID5 volume don't work after a simple reboot X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Olivier Cochard List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 21:16:15 -0000 No, I don't use bsdlabel, after creating the RAID volume, I use this command: /sbin/newfs -U /dev/gvinum/fatty And I mount it and use it without problem (put lot's of files on it). Olivier 2006/2/27, Lukas Ertl : > > On Mon, 27 Feb 2006, Olivier Cochard wrote: > > > Here is an example of output during the starting of the volume: > > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D > > 3 drives: > > > > D disk_ad1 State: up /dev/ad1s1 A: 0/238475 MB (0%= ) > > > > D disk_ad2 State: up /dev/ad2s1 A: 0/238475 MB (0%= ) > > > > D disk_ad3 State: up /dev/ad3s1 A: 0/238475 MB (0%= ) > > Are there no bsdlabels on the disks? I.e., is this device listing > intended (ad1s1 instead of ad1s1a). > > > But, Once it gets to "UP", it's impossible to mount the volume: > > > > mount: /dev/gvinum/fatty on /mnt/home1: incorrect super block. > > This question might sound stupid, but is there a filesystem on the device= ? > If it initializes, the filesystem is gone, if there ever was one. > > regards, > le > > -- > Lukas Ertl http://homepage.univie.ac.at/l.ertl/ > le@FreeBSD.org http://people.freebsd.org/~le/ >