From owner-freebsd-questions@FreeBSD.ORG Wed Jun 3 16:58:48 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 039BD1065673 for ; Wed, 3 Jun 2009 16:58:48 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-pz0-f195.google.com (mail-pz0-f195.google.com [209.85.222.195]) by mx1.freebsd.org (Postfix) with ESMTP id CBB228FC19 for ; Wed, 3 Jun 2009 16:58:47 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: by pzk33 with SMTP id 33so145265pzk.3 for ; Wed, 03 Jun 2009 09:58:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=lFRxR6G6gtLvhIejzMEDI2HODJsV49cVsNGuyCKnu0A=; b=wMSkUPNK3TDrzC+6OPGdNJkEq/3Ut/Skuat5BcIzOCmcTViP8NT8NC4ZbOWRFloG3c 23wF7lH9zRSH8dNXCPOMn/dp4bJY/QtzHpQFe85ki2AgVjFBuIiphuscFrBfvg0akeyH iSyvkX+dQZWOI69+NikKX2/nlC/7GLeybaTDU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EgZ8vcjUkah3MTNgvIIUpoO6eSi9tnuyGoGGvdMXofhSynvxOO87egU9elC/b8WD4s 8ifjijzgBZ77wxav4B5GUHl8zZC5DLgWHSYETo5t7atfr3/5k+C0UK9qDJFog2PLxz3M Q75s5cMDCKp/ngYyw4eC+blGMmfks8/dcBa30= MIME-Version: 1.0 Received: by 10.220.94.129 with SMTP id z1mr927304vcm.39.1244048327067; Wed, 03 Jun 2009 09:58:47 -0700 (PDT) In-Reply-To: <1244047704.9452.1318609673@webmail.messagingengine.com> References: <1243794760.10762.1318068173@webmail.messagingengine.com> <20090603081315.GA65381@ei.bzerk.org> <1244047704.9452.1318609673@webmail.messagingengine.com> Date: Wed, 3 Jun 2009 10:58:46 -0600 Message-ID: From: Tim Judd To: Azim Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Mounting Encrypted ISO and mdconfig X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2009 16:58:48 -0000 Does it need to be an ISO file? i'm just curious why you can't use a UFS file that's then geli encrypted? If it does need to be an iso, simply make the same UFS filesystem (2k blocksize) of 700MB and geli encrypt that. It'll still burn to CD, but won't be a CD Filesystem. Does this help? On 6/3/09, Azim wrote: > Because I need something like TrueCrypt on FreeBSD. Decrypting the whole > ISO file first will make the situation insecure and definitely will kill > the purpose. An accidental reboot alongwith loss of the system/disk > while having the iso in a decrypted form can cause problems. > I need decryption on the fly, without making an extra copy of the same > file. > > > > > On Wed, 03 Jun 2009 10:13 +0200, "Ruben de Groot" > wrote: >> >> Why not decrypt it first? >> >> On Sun, May 31, 2009 at 09:32:40PM +0300, Azim typed: >> > Does FreeBSD or any BSD/OS have "mount -o encryption" support ? >> > I want to pipe aespipe and mount an encrypted iso. I have already >> > checked on FreeBSD 7.1 amd64 that loop option isn't available, so I am >> > sticking to mdconfig and vnconfig on old versions. >> > >> > If not then, >> > Is it possible to pipe aespipe with mdconfig >> > How do you on-the-fly-mount an Encrypted ISO under FreeBSD ? >> > >> > Regards, >> > QD >> > -- >> > Azim >> > quakerdoomer@fmguy.com >> > //////////////////////////////////////////// >> > “You can only get smarter by playing a smarter opponent." >> > “The greatest enemy will hide in the last place you would ever >> > look.” >> > “The harder the battle, the sweeter the victory.” >> > >> > __________________ >> > `---- """""""""""""""""""""""""""|] >> > /_ ==o _____ ___________|" >> > ),---.(_(___) / >> > // (\) ),----" >> > //....// >> > '----- >> > >> > \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ >> > >> > -- >> > http://www.fastmail.fm - IMAP accessible web-mail >> > >> > _______________________________________________ >> > freebsd-questions@freebsd.org mailing list >> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> > To unsubscribe, send any mail to >> > "freebsd-questions-unsubscribe@freebsd.org" > -- > Azim > > -- > http://www.fastmail.fm - Access your email from home and the web > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >