01-24-2017, 11:34 PM
(This post was last modified: 01-24-2017, 11:42 PM by Kriptoker.
Edit Reason: Added Source
)
Thank you. He was a good guy, unfortunately he just refused to take care of his health.
I tried this command: dd if= \\?\Device\Harddisk1\DR2 of=64.bin count=64 and I got an 'Error reading file: 87 The parameter is incorrect'. All I found online said something about the data size was having an issue.
So I changed the command to: dd if= \\?\Device\Harddisk1\DR2 of=64.bin bs=4096 count=64 and I received no error and a .bin file was created.
Did I do that part right?
This is where I got the command I ran: https://passcovery.com/helpdesk/knowledg...article=48 (minus the bs=4096 that I found on the DD site)
I tried this command: dd if= \\?\Device\Harddisk1\DR2 of=64.bin count=64 and I got an 'Error reading file: 87 The parameter is incorrect'. All I found online said something about the data size was having an issue.
So I changed the command to: dd if= \\?\Device\Harddisk1\DR2 of=64.bin bs=4096 count=64 and I received no error and a .bin file was created.
Did I do that part right?
This is where I got the command I ran: https://passcovery.com/helpdesk/knowledg...article=48 (minus the bs=4096 that I found on the DD site)