Passphrase is needed To access encrypted data on " ST1000LM035-1RK172(1.0TB Hard Disk)"

nagarajuBotla

New Member
Joined
Sep 6, 2023
Messages
5
Reaction score
0
Credits
36
Actually I am windows user(256ssd+1TB hdd)
Shifted to Ubuntu recently .I am getting this kind of issue
IMG-20230904-WA0004.jpg



IMG-20230904-WA0002.jpg
IMG-20230904-WA0006.jpg
passphrase is needed To access encrypted data on " ST1000LM035-1RK172(1.0TB Hard Disk)"


I have tried with password initially i have set but no use can anyone please help me with this ..

to access the hard disk through Ubuntu os
 

Attachments

  • IMG-20230904-WA0004.jpg
    IMG-20230904-WA0004.jpg
    70.8 KB · Views: 87


D

Deleted member 108694

Guest
If you encrypted the drive with LUKS did you make a backup of the LUKS Header? Also is the password correct?

This error is usually the wrong password or your LUKS Header is corrupted. Also can Gnome Disk see the partition on that drive
 
Last edited by a moderator:

f33dm3bits

Gold Member
Gold Supporter
Joined
Dec 11, 2019
Messages
6,397
Reaction score
4,850
Credits
47,009
I think you are trying to access your Windows files from your Ubuntu installation? If you you need to unlock that the the Windows bitlocker encryption.
 
D

Deleted member 108694

Guest
Is the drive encrypted with Windowz or Linux? Windows is Bitlocker, Linux is usually LUKS (Linux Unified Key Setup)
you can unlock a Windows Bitlocker encrypted drive on Ubuntu by installing - dislocker - which is available in the Synaptic Package Manager, it is on Debian anyhow so I would image it is available on Ubuntu repositories as well
Here, we need to find our partition so we don't erase all of our drives accidentally:
Code:
sudo fdisk -l
If you have a recovery password, we can decrypt it using this:
Code:
sudo dislocker -r -V /dev/sdaX -p 1536987-000000-000000-000000-000000-000000-000000-000000 -- /media/bitlocker
NOTE: You should replace 1536987-000000-000000-000000-000000-000000-000000-000000 with your recovery password.

If you know your password, we can just use that too:
Code:
sudo dislocker -r -V /dev/sdaX -u yourPassword -- /media/bitlocker

where /sdaX is the drive you want to decrypt it could be sda1, sdb1 and so on just make sure you have the correct drive in the command line syntax
 
Last edited by a moderator:
OP
N

nagarajuBotla

New Member
Joined
Sep 6, 2023
Messages
5
Reaction score
0
Credits
36
Accidentally iam unable to access the bitlocker keys in my Microsoft account..is there any way to recover it
IMG-20230904-WA0010.jpg
 
D

Deleted member 108694

Guest
In Windows 10 Decrypt Bitlocker in PowerShell it may be the same in 11 I do not know

Click Start then open Windows Power Shell (run as administrator) type in
Code:
manage-bde -status

this will list your drive take note on the one that is encrypted - in this example we will call it drive E

Type in
Code:
Disable-Bitlocker -MountPoint "E:"
and press enter

Now type in
Code:
manage-bde -off "E:"
now press enter to decrypt drive it may take some time

all done and unencrypted

you can also get a recovery key fro command prompt
Code:
manage-bde -protectors C: -get
Command Prompt should display the 48 digit password
 
Last edited by a moderator:

Condobloke

Well-Known Member
Joined
Apr 30, 2017
Messages
6,986
Reaction score
5,827
Credits
45,637
Do you own the 1tb drive?....legally own it?
 
OP
N

nagarajuBotla

New Member
Joined
Sep 6, 2023
Messages
5
Reaction score
0
Credits
36
Actually I don't want data on my drive .I am happy to loose .but i need to access the storage and use for future purposes.
Is it possible ? Then please give me instructions
 

KGIII

Super Moderator
Staff member
Gold Supporter
Joined
Jul 23, 2020
Messages
10,610
Reaction score
9,130
Credits
88,086
It seems to me that you should be able to use something like gnome-disks or gparted to remove the existing partition(s) and then you should be able to reformat the partitions. You'll want to absolutely remove any/all partitions (as you only care about recovering the space) and then just add new partitions or make it one giant ext4 (for example) partition.
 

Members online


Latest posts

Top