From owner-freebsd-fs@FreeBSD.ORG Mon Oct 31 18:24:39 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B98DF106564A for ; Mon, 31 Oct 2011 18:24:39 +0000 (UTC) (envelope-from olavgjerde@yahoo.no) Received: from nm6-vm0.bullet.mail.ukl.yahoo.com (nm6-vm0.bullet.mail.ukl.yahoo.com [217.146.183.234]) by mx1.freebsd.org (Postfix) with SMTP id 0F3748FC08 for ; Mon, 31 Oct 2011 18:24:38 +0000 (UTC) Received: from [217.146.183.216] by nm6.bullet.mail.ukl.yahoo.com with NNFMP; 31 Oct 2011 18:12:09 -0000 Received: from [217.146.183.62] by tm9.bullet.mail.ukl.yahoo.com with NNFMP; 31 Oct 2011 18:12:09 -0000 Received: from [127.0.0.1] by omp1031.mail.ukl.yahoo.com with NNFMP; 31 Oct 2011 18:12:09 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 791629.25877.bm@omp1031.mail.ukl.yahoo.com Received: (qmail 55809 invoked by uid 60001); 31 Oct 2011 18:12:09 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.no; s=s1024; t=1320084729; bh=3qvkd37CS7ZTo3n4/3BlRZA63Mf4QFS3HbH7kYVSpb4=; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=g0jQ/2RWHAbfcgPoLRHoPW2sPMMrLt8tkF6OYG6penp/QzXi9Beb6rP5nJi20QG6n/93VgcQV2yv1jTk2mFr8oy3e3M0RJdj7uZt+L1Fj/ZgDZeyVCXk5bsPGiXVl1x3Uv58o0+v6GoAoNKUT3jM7bL7hX4F31lynCzQLt/fVhg= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.no; h=X-YMail-OSG:Received:X-Mailer:Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=axjqWK763u1HTSitQDe8UUCk44JnasWNUOIhurOHMJKQdVCUwU8C89vFu/ibR+Kfbhdnf/Vts865az44wGh9VmyKgDFWaq2RDZ4BaRi90K0uKpjhM4mwq7KpuzGl9rJ3ONOQZV7t12fE+SnseXYIeQSrh4ST6smGb3fxWxLuiMY=; X-YMail-OSG: 0L1H0Y0VM1krJYJ6IYh8C.yQuBCSFr6cmQsYi7xPDHslt96 jGi59jBsh2VVYoXaGH_X.qWhWhWXa26m5QPed6nR8wVMHpquBvTqbWRGPYK4 6.wM0Dnf9fta6XP0P9Kz6t.k37kC7bwsY1IPVL8nJ_vZrsUuncfjvIF3hQfN 26b2zFVXLZ1whssTsvii8bb9K_EooOmuiQbwW62U2wYGZJJJu1JA7uBI4Fcf q8IsBUKCNylTGPNL6Zvt25deutdMxaT8lJ_JGhA2NMr_yTQBL0X8y9Dv_h4v gabcuurM1CWwVB79wE0nWvgLgBNEw2PkXAFKXZXtTnAoposTOmXONg7kpphh opThSriRsJWzFtHIxNcbiKbTzhuvMSsC.x3qh7mncuZUYmQJX1nygGTSxV8H MmX6QfiWjuRo3PXUIrw-- Received: from [79.161.100.14] by web28204.mail.ukl.yahoo.com via HTTP; Mon, 31 Oct 2011 18:12:09 GMT X-Mailer: YahooMailWebService/0.8.114.317681 Message-ID: <1320084729.49009.YahooMailNeo@web28204.mail.ukl.yahoo.com> Date: Mon, 31 Oct 2011 18:12:09 +0000 (GMT) From: Olav Gjerde To: "freebsd-fs@freebsd.org" MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: How to use graid? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Olav Gjerde List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2011 18:24:39 -0000 I'm testing a new installation of FreeBSD 9 RC-1 and installed with the def= ault GPT partition. =0A=0A=0AHow can I create a mirror with the new graid? = There is no example in the manual=0AFrom the manual I belive the command = =0A=0A$graid label gm0 intel raid1 /dev/da0 =0A=0Ashould=A0 be correct? But= I keep getting a "Class not found" error.=0A