lpoedu.blogg.se

Unlock wd my passport on ubuntu
Unlock wd my passport on ubuntu











👉 Linux on Windows – The Complete WSL 2 Tutorial Series

unlock wd my passport on ubuntu

👉 Top Things to do after installing Kali Linux

unlock wd my passport on ubuntu

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.

unlock wd my passport on ubuntu

And voila, you can access the files on your previously encrypted Drive.













Unlock wd my passport on ubuntu