1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
<!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.wbjyc71dn7mcit%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="013288.html">
<LINK REL="Next" HREF="013632.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.wbjyc71dn7mcit%40hodgins.homeip.net%3E"
TITLE="[Mageia-dev] unable to mount encrypted partitions created with drakdisk">davidwhodgins at gmail.com
</A><BR>
<I>Thu Mar 22 04:23:21 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="013288.html">[Mageia-dev] unable to mount encrypted partitions created with drakdisk
</A></li>
<LI>Next message: <A HREF="013632.html">[Mageia-dev] unable to mount encrypted partitions created with drakdisk
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#13349">[ date ]</a>
<a href="thread.html#13349">[ thread ]</a>
<a href="subject.html#13349">[ subject ]</a>
<a href="author.html#13349">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Wed, 21 Mar 2012 03:41:00 -0400, simple w8 <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">simplew8 at gmail.com</A>> wrote:
><i> But i think it would be better to have in diskdrake some option
</I>><i> allowing the user to choose the cypher, since the default cypher used
</I>><i> in cryptsetup and in other apps that support luks, is cbc, and this
</I>><i> way diskdrake is putting it incompatible with remaning apps that
</I>><i> support luks.
</I>
Agreed. Go ahead and write a patch! :-)
Sorry, but my perl knowledge is very limited. Looking through the
code, I can usually figure out what it's doing, I was able to
create the patch that simply added the --cipher option to the existing
code in diskdrake, but altering the dialog to add selection of which
cipher to use, would probably take me a very long time.
You should probably open an enhancement bug report, requesting the
change, that can then be assigned to the diskdrake maintainer.
Btw, I had no idea that luks encryption was compatible with truecrypt.
Thanks for that info.
Regards, Dave Hodgins
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="013288.html">[Mageia-dev] unable to mount encrypted partitions created with drakdisk
</A></li>
<LI>Next message: <A HREF="013632.html">[Mageia-dev] unable to mount encrypted partitions created with drakdisk
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#13349">[ date ]</a>
<a href="thread.html#13349">[ thread ]</a>
<a href="subject.html#13349">[ subject ]</a>
<a href="author.html#13349">[ 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>
|