Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Container für Linux

0 views
Skip to first unread message

Aise Cont�rcli

unread,
Nov 3, 2009, 4:14:34 AM11/3/09
to
Gibt es eigentlich Software f�r Linux zur Erzeugung von
verschl�sselten Containern � la PGP (Windows-Vollversion)?


Jochen Schulz

unread,
Nov 3, 2009, 8:13:04 AM11/3/09
to
* Aise Contürcli:
>
> Gibt es eigentlich Software für Linux zur Erzeugung von
> verschlüsselten Containern á la PGP (Windows-Vollversion)?

Da Dich nichts davon abhält, Dateisysteme in (sparse) files anzulegen,
ist das generell kein Problem. Ungetestet:

$ dd if=/dev/zero of=crypto.fs bs=1 count=0 seek=5G
$ losetup /dev/loop0 crypto.fs
$ cryptsetup luksFormat /dev/loop0
$ cryptsetup luksOpen /dev/loop0 decrypted
$ mkfs.ext3 /dev/mapper/decrypted
$ mount /dev/mapper/decrypted /mnt/crypto

Wie das beim Booten automatisch eingebunden wird, hängt von Deiner
Distribution ab.

J.
--
Atrocities committed in Rwanda pervade my mind when I am discussing
mundanities with acquaintances.
[Agree] [Disagree]
<http://www.slowlydownward.com/NODATA/data_enter2.html>

0 new messages