Windows – How to mount a encrypted MS Windows 7 partition in Linux

disk-encryptionntfswindows

I have a dual-boot Windows 7 and Linux Mint. In Windows 7 I have 2 partitions, 1 for the system (C:) and another for data (D:). The data partition was encrypted with Bitlocker. I can use it in Windows 7 because I have the password.

Linux Mint automatically mounts the Windows 7 Partition (type HPFS/NTFS, at /dev/sda2), so I can see that partition in the file manager (Nemo, or Thunar). But I can't see my data partition (type HPFS/NTFS, at /dev/sda3).

My system informations are the following:

$ inxi -S
System:    Host: desktop Kernel: 3.19.0-32-generic x86_64 (64 bit)
           Desktop: Cinnamon 2.8.8  Distro: Linux Mint 17.3 Rosa

$ cat /proc/version
Linux version 3.19.0-32-generic (buildd@lgw01-43) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #37~14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015

How can I access my data in the encrypted partition on Linux?

Best Answer

The solution given to this question over on SuperUser deserves its own cross-reference here. Note that this answer here is a Community Wiki so none of us get credit for the replication.

How to access a BitLocker-encrypted drive in Linux?

The Github code checkins are recent so - as of May 2016 - this is still an active project.

Related Question