Skip to content

Instantly share code, notes, and snippets.

@ramboldio
Created June 13, 2016 12:40
Show Gist options
  • Save ramboldio/5ed09deeeb1ce892209443d5ede19fea to your computer and use it in GitHub Desktop.
Save ramboldio/5ed09deeeb1ce892209443d5ede19fea to your computer and use it in GitHub Desktop.
Mount Bitlocker HDD in Ubuntu
#!/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