Access Windows partition encrypted with Bitlocker on Linux

There are many ways to Access Windows partition encrypted with Bitlocker from Linux , of which the simplest way is to use free applications and tools. The tool that TipsMake wants to mention in this article is called Dislocker . Continue reading TipsMake's article below to learn how to access Bitlocker-encrypted Windows partitions from Linux using Dislocker.

Access Windows partition encrypted with Bitlocker on Linux

Access Windows partition encrypted with Bitlocker on Linux Picture 1

How to access Windows partition encrypted with Bitlocker from Linux

To access the Windows partition encrypted with Bitlocker from Linux via Dislocker, follow the steps below:

Step 1: Install Dislocker

The Dislocker tool is capable of decrypting BitLocker encrypted partitions and converting these partitions into virtual partitions that can be mounted on Linux and accessed like other partitions.

Access Windows partition encrypted with Bitlocker on Linux Picture 2

To use Dislocker to access Bitlocker-encrypted Windows partitions from Linux, the first step you need to do is install the tool.

If you are using Linux distributions based on Ubuntu or Debian, including Elementary OS and Linux Mint, open a Terminal window and run the command below:

sudo apt install dislocker

Step 2: Create two new mount directories

The next step is to create 2 new folders, where the first folder is used for " dislocker-file ", which is a virtual NTFS partition created by Dislocker. The second directory is used during the process of mounting the decrypted partition.

Access Windows partition encrypted with Bitlocker on Linux Picture 3

On the Terminal window, enter the commands below to create directories:
sudo mkdir -p /media/bitlocker
sudo mkdir -p /media/mount

Step 3: Find the partition encrypted with BitLocker

On a Terminal window, run the fdisk command below to list all available partitions on the computer:

Access Windows partition encrypted with Bitlocker on Linux Picture 4

sudo fdisk -l

Then find and note the device name with the partition encrypted with BitLocker to use in the next step.
The next step is to decrypt the encrypted partition. Enter the command below into the Terminal window:

sudo dislocker -V -u -- /media/bitlocker

In the command above:
Replace with the device name containing the BitLocker encrypted partition that you noted in the step above.
Replace with the BitLocker password you used to encrypt the drive.
In case you want to decrypt the partition in read-only mode, just add the -r option in the command as follows:

sudo dislocker -r -V -u -- /media/bitlocker

Step 4: Mount the partition

The final step is to mount the Bitlocker partition to access the files. Run the command below:

sudo mount -o loop /media/bitlocker/dislocker-file /media/mount

You can now access the "/media/mount" folder in the file manager as well as encrypted partitions on Linux.

Access Windows partition encrypted with Bitlocker on Linux Picture 5

If you want to mount the partition in read-only mode, just add the -r option:

sudo mount -r -o loop /media/bitlocker/dislocker-file /media/mount


Above is how to access Windows partitions encrypted with Bitlocker from Linux. Hopefully TipsMake's above article has provided you with useful information. In addition, if you have any questions or concerns like how to Encrypt a USB drive using the BitLocker function on Windows , readers can leave their comments in the comments section below the article.

4 ★ | 2 Vote

May be interested

  • What is BitLocker? How to turn it on and off on Windows 10, 11What is BitLocker? How to turn it on and off on Windows 10, 11
    encryption when sharing online has now been applied on computer hard drives to secure personal data with bitlocker software. in addition to securing personal information, you can also use bitlocker to prevent hackers from attacking and accessing your device. follow tipsmake's article below to know what bitlocker is.
  • How to access Linux files on Windows 10How to access Linux files on Windows 10
    windows 10, april 2019 update brings a long-awaited feature: support for easy access, viewing and even modification of windows subsystem for linux files (wsl) from file explorer or via stream command.
  • How to change your BitLocker PIN quicklyHow to change your BitLocker PIN quickly
    bitlocker is a feature that helps protect the internal hard drive from outside attacks or offline attacks. it is designed to protect data by providing a key for the entire drive. in the following article, tipsmake will show you 3 ways to change bitlocker pin quickly and easily on windows 10.
  • How to encrypt partitions on Linux with dm-cryptHow to encrypt partitions on Linux with dm-crypt
    hard drives and ssds can be easily removed from a laptop or desktop computer. in this case, all security measures implemented by your operating system will have no idea whatsoever.
  • Should I use Windows BitLocker to encrypt my hard drive?Should I use Windows BitLocker to encrypt my hard drive?
    windows bitlocker offers an easy-to-use solution for encrypting your hard drive. however, it also has its drawbacks, so it may not be a great choice for everyone.
  • How to turn off BitLocker on Windows 11, turn off hard drive encryptionHow to turn off BitLocker on Windows 11, turn off hard drive encryption
    the bitlocker feature on windows 11 (professional, enterprise and education editions) is designed to encrypt the hard drive to better secure user data. however, for many reasons, users should turn off bitlocker on windows 11 to avoid trouble.
  • Windows 11 adds a policy to exclude USB from BitLocker encryptionWindows 11 adds a policy to exclude USB from BitLocker encryption
    microsoft has just released another build for windows 11 with a series of changes, improvements and bug fixes. this build number 22579 has now been pushed to the dev channel for insider preview users.
  • Repair-bde command in WindowsRepair-bde command in Windows
    the repair-bde command gives access to the encrypted data on the hard disk seriously damaged if the drive is encrypted using bitlocker.
  • How to Turn Off BitLockerHow to Turn Off BitLocker
    this wikihow teaches you how to turn off your windows computer's bitlocker encryption. bitlocker is a feature that's built into most windows 10 pro, education, and enterprise editions. if you can't decrypt your hard drive in order to turn...
  • 4 ways to check BitLocker status in Windows 104 ways to check BitLocker status in Windows 10
    bitlocker encrypts hard drives and protects files from remote hacking or physical theft. here are 4 easy methods to check bitlocker status on windows 10 devices.