From owner-freebsd-geom@FreeBSD.ORG Sun Apr 8 16:32:31 2007 Return-Path: X-Original-To: freebsd-geom@freebsd.org Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E50F16A406 for ; Sun, 8 Apr 2007 16:32:31 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id DD39613C48A for ; Sun, 8 Apr 2007 16:32:30 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id C209B5191A for ; Sun, 8 Apr 2007 12:32:29 -0400 (EDT) Date: Sun, 8 Apr 2007 17:32:27 +0100 From: RW To: freebsd-geom@freebsd.org Message-ID: <20070408173227.7798594e@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.11; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: geli on DVD-RAM 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: Sun, 08 Apr 2007 16:32:31 -0000 On Sun, 8 Apr 2007 16:38:06 +0200 (CEST) Christian Baer wrote: > Hi again! > > This isn't really an urgent matter, but will become interesting for me > quite soon. Can I encrypt the contents of a DVD-RAM directly with > geli, thus creating an encrypted filesystem on the disc directly? > Basicly, can I create a /dev/acd0.eli? It should be pretty straightforward given that, according to section 17.7.9 of the handbook, it can be disklabeled and newfs'ed like hard disk.Why not just try it? You might also be interested in the thread above. about geli on a DVD-/+R.