You'll need to have Dislocker installed, obviously. You'll also need accessible folders at /media/bitlocker/dislocker-file
and /media/bitlockermount
-
Download the script
mkdir -p ~/scripts && wget +x https://gist.github.com/Raymo111/964f8c5943a64919a324b5f92ac5874b/raw/72d3b9c23189e0e1a55de7aab22578773b8f133c/dislocker.sh ~/scripts/dislocker.sh
-
Run
~/scripts/dislocker.sh
sudo umount /media/bitlockermount
to unmount the dislocker drive.
I issue
sudo ntfs-3g /media/bitlocker/dislocker-file /media/bitlockermount
instead ofsudo mount -o loop /media/bitlocker/dislocker-file /media/bitlockermount
I am on ChromeOS flex, so loop devices are not supported. Only Mounting with ntfs-3g works.