Removing a Password From a LUKS+EXT4 encrypted HDD

Brian

Many years ago I formatted my Toshiba External Hard with Ext4 file system (So that it can only open in Linux). It has been working perfectly well ever since. Even right now, it works perfectly well on my Ubuntu 16.01 But I now want to remove the password and change the file system to FAT32 so that I can start accessing it in Windows platforms (Windows 10).

How can I do that without having to format and lose my data. I have quite a lot of data and I don't wanna lose it or transfer it first.

user1686

Well, there are two separate problems here:

  1. Being able to unlock the LUKS encryption layer on Windows.

    A few years ago, FreeOTFE used to do this quite well. Later it was developed under the LibreCrypt name, although even that seems to have been abandoned.

    If you still have Linux, it is possible to decrypt the entire disk in-place:

    cryptsetup-reencrypt /dev/sdb1 --decrypt
    
  2. Being able to access the ext4 filesystem on Windows.

    For this you can use the Ext2fsd driver.

If you decide to convert to a native Windows filesystem instead, you'll have to back up everything and reformat the disk. I haven't heard of any tool that could convert from ext4 to FAT or NTFS.

Also, I strongly recommend NTFS (or at least exFAT) over FAT32.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Removing the swap partition from a LUKS encrypted SSDD

From Dev

Wrong EXT4 Partition size in luks encrypted partition

From Dev

Recovering data from "luks + ext4" formatted usb stick

From Dev

How can I decrypt a LUKS-encrypted ext4 drive by Windows based software?

From Dev

How to format a filesystem hdd(not partition) from ext4 to ntfs

From Dev

Serious backup options for linux disk (dmcrypt, luks, ext4, ext3, btrfs) normal and encrypted system

From Dev

LUKS hdd encryption: Maximum maximum password length?

From Dev

LUKS hdd encryption: Maximum maximum password length?

From Dev

Automate multiple password enties to decrypted LUKS + Ext4 USB stick

From Dev

Delayed LUKS encrypted drive mount with password prompt not visibly asking password

From Dev

Recovering a LUKS encrypted partition from dump

From Dev

How to install Ubuntu with LVM & LUKS on a SSD and use an LUKS encrypted HDD for data on a Dell Inspiron 7580

From Dev

Enabling FIPS on a luks encrypted CentOS system breaks boot password

From Dev

Do I need a keyring password on a luks encrypted single user machine?

From Dev

Provide password to udisks to unlock LUKS-encrypted device

From Dev

Ecrypfts to LUKS on ext4 partition

From Dev

Pendrive formatting to ext4/LUKS problem

From Dev

Cannot mount Ext4/LUKS anymore

From Dev

HDD data recovery from a formatted ext4 into fat32

From Dev

HDD data recovery from a formatted ext4 into fat32

From Dev

Slow Write Speed(<2 MB/s) on Unencrypted and LUKS Encrypted ext4 filesystems using mdadm Software RAID1 Debian 8 Dell PowerEdge T330 Server

From Dev

Luks Partition Mounting After Removing From fstab

From Dev

Copying ext4 encrypted files

From Dev

How to stop cryptsetup luksFormat from creating the luks header on the encrypted device?

From Dev

Migrating from unencrypted Ubuntu 16.04 to LUKS Encrypted install of 16.04

From Dev

Extending a luks encrypted partition

From Dev

Extending a luks encrypted partition

From Dev

Formatting LUKS encrypted disk

From Dev

Replace LUKS partition with ext4 partition with same contents

Related Related

  1. 1

    Removing the swap partition from a LUKS encrypted SSDD

  2. 2

    Wrong EXT4 Partition size in luks encrypted partition

  3. 3

    Recovering data from "luks + ext4" formatted usb stick

  4. 4

    How can I decrypt a LUKS-encrypted ext4 drive by Windows based software?

  5. 5

    How to format a filesystem hdd(not partition) from ext4 to ntfs

  6. 6

    Serious backup options for linux disk (dmcrypt, luks, ext4, ext3, btrfs) normal and encrypted system

  7. 7

    LUKS hdd encryption: Maximum maximum password length?

  8. 8

    LUKS hdd encryption: Maximum maximum password length?

  9. 9

    Automate multiple password enties to decrypted LUKS + Ext4 USB stick

  10. 10

    Delayed LUKS encrypted drive mount with password prompt not visibly asking password

  11. 11

    Recovering a LUKS encrypted partition from dump

  12. 12

    How to install Ubuntu with LVM & LUKS on a SSD and use an LUKS encrypted HDD for data on a Dell Inspiron 7580

  13. 13

    Enabling FIPS on a luks encrypted CentOS system breaks boot password

  14. 14

    Do I need a keyring password on a luks encrypted single user machine?

  15. 15

    Provide password to udisks to unlock LUKS-encrypted device

  16. 16

    Ecrypfts to LUKS on ext4 partition

  17. 17

    Pendrive formatting to ext4/LUKS problem

  18. 18

    Cannot mount Ext4/LUKS anymore

  19. 19

    HDD data recovery from a formatted ext4 into fat32

  20. 20

    HDD data recovery from a formatted ext4 into fat32

  21. 21

    Slow Write Speed(<2 MB/s) on Unencrypted and LUKS Encrypted ext4 filesystems using mdadm Software RAID1 Debian 8 Dell PowerEdge T330 Server

  22. 22

    Luks Partition Mounting After Removing From fstab

  23. 23

    Copying ext4 encrypted files

  24. 24

    How to stop cryptsetup luksFormat from creating the luks header on the encrypted device?

  25. 25

    Migrating from unencrypted Ubuntu 16.04 to LUKS Encrypted install of 16.04

  26. 26

    Extending a luks encrypted partition

  27. 27

    Extending a luks encrypted partition

  28. 28

    Formatting LUKS encrypted disk

  29. 29

    Replace LUKS partition with ext4 partition with same contents

HotTag

Archive