-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Writing .img file to disk #122
Comments
To add on, my disk shows up as /dev/sdb & /dev/sdb1, should I have ran the command on /dev/sdb1 instead ? |
Some disks have the wrong blocksize in the filesystem table. Do this and post the output: |
Oh, then |
Also, if /dev/sdc is not associated with a physical disk, you may have written a 4TB image into the /dev directory by mistake. Do |
I unplugged my disk accidentally and become sdf afterwards. ubuntu@ubuntu:~/go/bin$ sudo fdisk -l /dev/sdf Device Start End Sectors Size Type Partition 1 does not start on physical sector boundary. |
That's confusing. |
The chip died thus I am using a external enclosure with the drive. It was a JMS chip. |
I assumed it is encrypted as I am unable to access the drive and it just shows up as 4tb of unallocated space. |
Is it formatted for mac? |
No, it was previously formatted as NTFS. |
I want to see if it was decrypted properly. Please do these four and post the output. You might have to put sudo in front of them; I'm not sure; it depends on your permissions. |
The one at 34 is missing. |
Tried posting them as text but cant seem to have the correct formatting |
Is it okay if i attach as txt file ? |
Sector 0 looks mostly empty, which is a surprise, but it also looks like it has a partition table. But....
Either
|
Oh my, I'm so sorry, I thought you meant for me to send the info on the encrypted disk. Let me try doing the dd step again, I formatted the new harddisk as I was planning to attempt again. |
Whatever you do next, just know that the filesystem is NOT at sector 34. It is at sector 2048. |
For my own curiosity, what is the manufacture date on the disk? (stamped on the label of the disk, not on the enclosure) |
Let me update you when I am done with dd. I am using one of those harddisk docking station, my view is currently blocked. Thanks for the help ! I will try mounting with offset. |
Have you tried mounting the decrypted image itself? Like mad doc said.
Offset at 2048 for your filesystem
…On Wed, May 12, 2021, 11:16 AM melcolmlee ***@***.***> wrote:
For my own curiosity, what is the manufacture date on the disk? (stamped
on the label of the disk, not on the enclosure)
Let me update you when I am done with dd. I am using one of those harddisk
docking station, my view is currently blocked.
Thanks for the help ! I will try mounting with offset.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEATVRL5XV4VM2ZWEEWOU6DTNKSVHANCNFSM44YSYCBA>
.
|
I ran the same 4 command previously on decrypted.img |
OK, so it was decrypted correctly. But sector 0 and the partition table have been corrupted. Maybe you plugged the Your NTFS filesystem is at sector 2048. So you should be able to either
If you are going to work on linux, try 1. If you want to write the decrypted image to a disk and use it in a |
Noted, will try 1 for now. |
YES ! It worked with the offset. Thank you guys for the help ! |
Your welcome.
…On Wed, May 12, 2021, 11:46 AM melcolmlee ***@***.***> wrote:
YES ! It worked with the offset.
Thank you guys for the help !
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#122 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEATVRPSFIHSI4S4BGVX4IDTNKWHXANCNFSM44YSYCBA>
.
|
March 2013 |
YW |
I managed to run reallymine on my 4tb wd my book using the command "./reallymine decrypt /dev/sdb /media/ubuntu/elements/decrypted.img" and gotten the decrypted.img.
Afterwards, I tried running dd with "dd if=/media/ubuntu/elements/decrypted.img of=/dev/sdc", to a new 6tb hard disk I got, when the dd ran finish, the drive shows as unknown filesystem and I was not able to mount it.
Am I doing something wrong with the dd portion ?
The text was updated successfully, but these errors were encountered: