Created
June 13, 2016 12:40
-
-
Save ramboldio/5ed09deeeb1ce892209443d5ede19fea to your computer and use it in GitHub Desktop.
Mount Bitlocker HDD in Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo dislocker -V /dev/sdb1 -u /media/bitlocker/ | |
sudo mount -rw -o loop /media/bitlocker/dislocker-file /media/mount/ | |
sudo chmod +w /media/mount | |
nautilus /media/mount |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment