I can access the drive using dislocker but I want to remove the encryption. I have migrated from Windows 10 to ubuntu 14.04 so I can't remove it using Windows.
Asked
Active
Viewed 2.1k times
1 Answers
2
I want to remove the decryption... I want to decrypt my drive so that i don't have to use dislocker tool every time I need to access my drive. Kind of like turning off bitlocker permanently.
That's similar to re-formatting any drive with a new filesystem, but to keep the files there are a few more steps:
- Copy the files somewhere else (in this case using Dislocker). This is an excellent opportunity to make a backup copy too.
- Format the partition with a filesystem of your choice (ex. using
mkfs.ext3, etc). If you still wanted encryption, LUKS works well for linux partitions, or there are other options too for folder/files, ArchWiki has a good overview. - Copy the files back onto the partition.
I don't think any in-place Bitlocker encryption removal tool exists that could do it all at once, and it would have a high risk of data loss should something go wrong anyway.
Xen2050
- 8,943