我希望能够使用 CD/USB 可启动的“live”linux 发行版来:
- 读取 truecrypt 卷
- 挂载本地驱动器
Ubuntu Privacy Remix 看起来很完美,因为它确实包含 TrueCrypt,但它明确无法看到本地驱动器(内核源已修改,如所讨论的这里)。
我想使用此 Live CD/USB 发行版进行备份/数据恢复,如下所示这个问题。例如,我可能想使用 truecrypt 来解密本地驱动器并以未加密的方式备份它。或者,我可能想要将未加密的本地驱动器备份到 truecrypt 加密的备份驱动器。或两者。
是的,它确实必须是 truecrypt (或者可以安全地并可靠地读/写全部有效truecrypt 分区...)。
我知道可以启动许多没有 truecrypt 的实时发行版之一,插入带有 truecrypt 的 USB 设备,安装 truecrypt,然后将其用于上述目的。但这是痛苦且不优雅的。因此我的问题。
编辑我尝试使用 cryptsetup,如 Xen2050 的答案中所述。地穴设置安装某些 truecrypt 分区时出现问题。所以问题仍然存在。
答案1
任何实时发行版都cryptsetup
应该能够读取 truecrypt 卷,并且我认为它们都可以安装本地驱动器(显然您发现了一个不能安装的驱动器)。
我知道Linux薄荷,乌班图,德班,嘎吱嘎吱可以,可能任何 Debian 衍生的发行版、Arch 或 Red Hat,我认为它们都可以以cryptsetup
一种或另一种方式安装。
仅供参考,来自cryptsetup
的帮助:
open --type tcrypt <device> <name>
tcryptOpen <device> <name> (old syntax)
Opens the TCRYPT (a TrueCrypt-compatible) <device> and sets up a
mapping <name>.
<options> can be [--key-file, --tcrypt-hidden, --tcrypt-system,
--readonly, --test-passphrase].
The keyfile parameter allows combination of file content with
the passphrase and can be repeated. Note that using keyfiles is
compatible with TCRYPT and is different from LUKS keyfile logic.