From owner-freebsd-geom@FreeBSD.ORG Thu Dec 11 22:39:23 2008 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 799D41065670 for ; Thu, 11 Dec 2008 22:39:23 +0000 (UTC) (envelope-from oxy@field.hu) Received: from green.field.hu (green.field.hu [217.20.130.28]) by mx1.freebsd.org (Postfix) with ESMTP id 325768FC18 for ; Thu, 11 Dec 2008 22:39:22 +0000 (UTC) (envelope-from oxy@field.hu) Received: from localhost (green.field.hu [217.20.130.28]) by green.field.hu (Postfix) with ESMTP id DD97AB25AC for ; Thu, 11 Dec 2008 23:39:19 +0100 (CET) X-Virus-Scanned: by Amavisd-new (Spamassassin+Razor2+Pyzor+DCC+Bayes db, Clamd Antivirus) at field.hu Received: from green.field.hu ([217.20.130.28]) by localhost (green.field.hu [217.20.130.28]) (amavisd-new, port 10024) with ESMTP id MV4JDAYBgfpZ for ; Thu, 11 Dec 2008 23:39:15 +0100 (CET) Received: from [192.168.1.2] (catv4E5CB4D6.pool.t-online.hu [78.92.180.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by green.field.hu (Postfix) with ESMTPSA id D91D0B25AB for ; Thu, 11 Dec 2008 23:39:15 +0100 (CET) Message-ID: <49419691.4020403@field.hu> Date: Thu, 11 Dec 2008 23:39:13 +0100 From: oxy User-Agent: Thunderbird 2.0.0.18 (Windows/20081105) MIME-Version: 1.0 CC: freebsd-geom@freebsd.org References: <4940FF0F.2020404@field.hu> <20081211205659.GA72478@keira.kiwi-computer.com> In-Reply-To: <20081211205659.GA72478@keira.kiwi-computer.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Encrypting raid5 volume with geli 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: Thu, 11 Dec 2008 22:39:23 -0000 here it is: [root@test /]# gvinum l 4 drives: D disk_2 State: up /dev/ad9 A: 0/238475 MB (0%) D disk_1 State: up /dev/ad8 A: 0/238475 MB (0%) D disk_4 State: up /dev/ad5 A: 0/238475 MB (0%) D disk_3 State: up /dev/ad4 A: 0/238475 MB (0%) 1 volume: V raid5 State: down Plexes: 1 Size: 698 GB 1 plex: P raid5.p0 R5 State: down Subdisks: 4 Size: 698 GB 4 subdisks: S raid5.p0.s0 State: stale D: disk_1 Size: 232 GB S raid5.p0.s1 State: stale D: disk_2 Size: 232 GB S raid5.p0.s2 State: stale D: disk_3 Size: 232 GB S raid5.p0.s3 State: stale D: disk_4 Size: 232 GB [root@test /]# geli init -P -K /root/raid5.key /dev/gvinum/raid5 geli: Cannot store metadata on /dev/gvinum/raid5: Device not configured. Rick C. Petty írta: > On Thu, Dec 11, 2008 at 12:52:47PM +0100, oxy wrote: > >> Is there any method to use encrypted raid5 volumes? >> i created the raid5 volume with gvinum, works fine, but when i try to >> encrypt it: >> geli init -P -K /root/enc.key /dev/gvinum/raid5 >> it says: >> Cannot store Metadata....Operation not permitted >> any ideas? >> thank you! >> > > What's the output of "gvinum l"? > > -- Rick C. Petty > _______________________________________________ > freebsd-geom@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-geom > To unsubscribe, send any mail to "freebsd-geom-unsubscribe@freebsd.org" >