Showing posts with label mac. Show all posts
Showing posts with label mac. Show all posts

Friday, April 23, 2021

Mounting bitlocker drive in Mac

  1. Install dislocker
brew update
brew install Caskroom/cask/osxfuse
brew install src/dislocker
  1. Insert bitlocker drive to mac
  2. Mount using dislocker
sudo dislocker -v -V /dev/disk2s1 -r -uPASSWORD /tmp/mydrive
sudo hdiutil attach /tmp/mydrive/dislocker-file -imagekey \
     diskimage-class=CRawDiskImage -mountpoint /Volumes/mydrive