Mounting Bitlocker Volumes Under Linux

 

 

Driver Installation

The software, which makes this possible, is called Dislocker. It is an opensource driver project maintained on Github by Aorimn. To obtain the source code:

git clone https://github.com/Aorimn/dislocker.git

Or Ubuntu PPA’s
https://launchpad.net/ubuntu/+source/dislocker
https://launchpad.net/~hermlnx/+archive/ubuntu/dislocker

Before you can build the driver it is necessary to install some dependencies, including the fuse and polarssl headers:

sudo apt-get install gcc cmake make libfuse-dev libpolarssl-dev ruby-dev

Assuming that these are installed correctly you can then build the project and install the driver as follows:

cd dislocker cmake 

make sudo make install

According to Aorimn the current version of the Dislocker driver supports all versions of Bitlocker associated with Windows versions 7, 8, and Windows 10
Lees verder