From owner-freebsd-geom@FreeBSD.ORG Mon Aug 16 20:13:13 2004 Return-Path: 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 AF05A16A4CE for ; Mon, 16 Aug 2004 20:13:13 +0000 (GMT) Received: from frontend1.messagingengine.com (frontend1.messagingengine.com [66.111.4.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 785D943D1F for ; Mon, 16 Aug 2004 20:13:13 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) X-Sasl-enc: tPa77llIabnGQYLZCurMbQ 1092687190 Received: from modem-1288.lion.dialup.pol.co.uk (modem-1288.lion.dialup.pol.co.uk [217.135.165.8]) by frontend1.messagingengine.com (Postfix) with ESMTP id 38664C14AE2 for ; Mon, 16 Aug 2004 16:13:09 -0400 (EDT) From: "R. W." To: freebsd-geom@freebsd.org Date: Mon, 16 Aug 2004 21:12:46 +0100 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200408162112.47356.list-freebsd-2004@morbius.sent.com> Subject: Encrypted CD/DVDs via gbde or otherwise X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Aug 2004 20:13:13 -0000 I have some data in an encrypted gbde partition. I'd like to be able to move some of it out to CD-R or DVD in an encrypted, mountable form (as opposed to simply encrypting a tar file and burning that). Most other encryption schemes support this through container files. You create a 650MB container, mount/attach it, copy the data, unmount/detach the container, and burn it to CD as a single file on a data disk. AFAIK gbde doesn't support container files. Is it on the roadmap? Or is there any alternative.