diff options
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/013286.html')
| -rw-r--r-- | zarb-ml/mageia-dev/2012-March/013286.html | 152 | 
1 files changed, 152 insertions, 0 deletions
| diff --git a/zarb-ml/mageia-dev/2012-March/013286.html b/zarb-ml/mageia-dev/2012-March/013286.html new file mode 100644 index 000000000..0a411e537 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-March/013286.html @@ -0,0 +1,152 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> +   <TITLE> [Mageia-dev] unable to mount encrypted partitions created with drakdisk +   </TITLE> +   <LINK REL="Index" HREF="index.html" > +   <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20unable%20to%20mount%20encrypted%20partitions%20created%20with%0A%20drakdisk&In-Reply-To=%3Cop.wbhyq7ufn7mcit%40hodgins.homeip.net%3E"> +   <META NAME="robots" CONTENT="index,nofollow"> +   <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> +   <LINK REL="Previous"  HREF="013285.html"> +   <LINK REL="Next"  HREF="013288.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> +   <H1>[Mageia-dev] unable to mount encrypted partitions created with drakdisk</H1> +    <B>David W. Hodgins</B>  +    <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20unable%20to%20mount%20encrypted%20partitions%20created%20with%0A%20drakdisk&In-Reply-To=%3Cop.wbhyq7ufn7mcit%40hodgins.homeip.net%3E" +       TITLE="[Mageia-dev] unable to mount encrypted partitions created with drakdisk">davidwhodgins at gmail.com +       </A><BR> +    <I>Wed Mar 21 02:36:33 CET 2012</I> +    <P><UL> +        <LI>Previous message: <A HREF="013285.html">[Mageia-dev] unable to mount encrypted partitions created with	drakdisk +</A></li> +        <LI>Next message: <A HREF="013288.html">[Mageia-dev] unable to mount encrypted partitions created with	drakdisk +</A></li> +         <LI> <B>Messages sorted by:</B>  +              <a href="date.html#13286">[ date ]</a> +              <a href="thread.html#13286">[ thread ]</a> +              <a href="subject.html#13286">[ subject ]</a> +              <a href="author.html#13286">[ author ]</a> +         </LI> +       </UL> +    <HR>   +<!--beginarticle--> +<PRE>On Tue, 20 Mar 2012 20:57:47 -0400, simple w8 <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">simplew8 at gmail.com</A>> wrote: + +><i> Hi, +</I>><i> +</I>><i> I use sometimes to boo Windows, and if i need some file i use to mount +</I>><i> my /home encrypted partition using FreeOTFE (or TrueCrypt) to access +</I>><i> the files i need, but i saw today that the /home partition that was +</I>><i> created in mageia is not possible to mount with FreeOTFE or TrueCrypt. +</I>><i> +</I>><i> But the /home partition created with mandriva drakdisk can be mounted +</I>><i> with those 2 applications, so seams that Mageia drakdisk isnt doing +</I>><i> something right. +</I> +That's likely a result of +<A HREF="https://bugs.mageia.org/show_bug.cgi?id=3092">https://bugs.mageia.org/show_bug.cgi?id=3092</A> + +With the default settings, cryptsetup uses cbc mode encryption, +which makes it much more likely that it can be cracked. + +See <A HREF="http://clemens.endorphin.org/nmihde/nmihde-A4-os.pdf">http://clemens.endorphin.org/nmihde/nmihde-A4-os.pdf</A> +for an explanation of how this is done. + +In Mageia's diskdrake, the setting is overridden to use xts mode, +instead of cbc mode. + +If you prefer to use the less secure method, in order +to keep it compatible with the windows applications, you'll +have to re-encrypt it manually with +cryptsetup luksFormat /dev/sd??. + +Don't forget to backup the data first, as this will erase that +device. + +Regards, Dave Hodgins +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> +    <HR> +    <P><UL> +        <!--threads--> +	<LI>Previous message: <A HREF="013285.html">[Mageia-dev] unable to mount encrypted partitions created with	drakdisk +</A></li> +	<LI>Next message: <A HREF="013288.html">[Mageia-dev] unable to mount encrypted partitions created with	drakdisk +</A></li> +         <LI> <B>Messages sorted by:</B>  +              <a href="date.html#13286">[ date ]</a> +              <a href="thread.html#13286">[ thread ]</a> +              <a href="subject.html#13286">[ subject ]</a> +              <a href="author.html#13286">[ author ]</a> +         </LI> +       </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> | 
