

However it is not doing what I thought it was supposed to be doing, meaning it never opens the external drive instead it’s creating a copy of the entire external drive in the /media/bitlocker directory. If I skip the step of creating the bitlocker and mount directories/folders then the command executes successfully. Sat Aug 28 13:13:11 2021 ‘/media/bitlocker’ already exists, can’t override. “sudo dislocker -r -V /dev/sdb1 -u - /media/bitlocker If I create a new directory /media/bitlocker is gets created successfully and the /media/mount that also gets created. I am using RHEL 8, I followed the steps as stipulated.

👉 Open Bitlocker Drive on Linux – Quick & Easy

👉 Cronjob – The Complete Guide to Cronjobs 👉 The Complete Kali Linux and Windows Dual Booting Guide 👉 Install Kali Linux on Windows – Complete Guide 👉 Create Generalized Windows Images with FOG Server 👉 Linux on Windows – The Complete WSL 2 Tutorial Series 👉 Top Things to do after installing Kali Linux

Learn more about Linux and Open Source here. This is how easy you can open a Bitlocker Drive on Linux. sh Code language: CSS ( css )Īnd you will need to enter your Sudo Password and your Bitlocker Password and your Drive will be unlocked and automatically mounted. So the next time you restart and need to access your USB Drive again, simply open a Terminal and type: sudo unlock. Adjust the permission to make the File executable: sudo chmod +x /usr/local/bin/unlock.sh Sudo mount -r -o loop /media/bitlocker/dislocker-file /media/mount Code language: JavaScript ( javascript ) Sudo dislocker -r -V /dev/sde1 -u - /media/bitlocker Make sure you adjust it to your own Drive Letters etc. Go ahead and paste my script into your Text File. We need to create a new file in our /usr/local/bin Path, so we can access the script from everywhere. I created a Bash script to do this for us. Step 6 – Creating a Script to automatically Mount the locked Driveīecause we are all lazy (and so we should!), we don’t want to run those commands again every single time we plug in our Drive. If you work on Windows & Linux like me, this is a good way to utilize your USB Drive on both Systems. You can use a Bitlocker Encrypted Drive to store your Passwords on, for example. And voila, you can access the files on your previously encrypted Drive.
