-
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
Specifying drive to write IMG file to #121
Comments
I can't say for certain, but try |
My linux is rusty so please bear with me...is the /dev/sdc mounted?
Could be thAt
…On Tue, May 11, 2021, 2:25 PM TorridgeYeti ***@***.***> wrote:
Hi, I have installed Reallymine on my main Linux 320Mb HD. I have a
defunct WD 2Tb HDD (dev/sdb) that I am trying to decrypt. I successfully
started decrypting then realised that the IMG probably wont fit in the bin
folder on my main 320Mb drive so I did CTRL C and checked out the IMG file.
Sure enough it was finding photos and portions of MP3 files. Now I have
added a blank 3Tb HD (dev/sdc) formatted in EXT4 to save the full IMG file
to. However, now I cannot find the write command line to write to the new
disk.
Tried sudo ./reallymine decrypt /dev/sdb /dev/sdc/decrypted.img but just
got the error
"running decrypt: open /dev/sdc/decrypted.img: not a directory"
Tried variations of this but no luck. Where am I going wrong? Is it
because Reallymine is not installed on the new disk?
Any help is really appreciated, especially if you're out there
@themaddoctor <https://github.com/themaddoctor>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#121>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEATVRKARRPMHMRPYZBIXQLTNGADVANCNFSM44WUTFHA>
.
|
Oops. Right. Do this: |
Thanks for the suggestions. I stumbled upon the solution which was to type |
Hi, I have installed Reallymine on my main Linux 320Mb HD. I have a defunct WD 2Tb HDD (dev/sdb) that I am trying to decrypt. I successfully started decrypting then realised that the IMG probably wont fit in the bin folder on my main 320Mb drive so I did CTRL C and checked out the IMG file. Sure enough it was finding photos and portions of MP3 files. Now I have added a blank 3Tb HD (dev/sdc) formatted in EXT4 to save the full IMG file to. However, now I cannot find the write command line to write to the new disk.
Tried sudo ./reallymine decrypt /dev/sdb /dev/sdc/decrypted.img but just got the error
"running decrypt: open /dev/sdc/decrypted.img: not a directory"
Tried variations of this but no luck. Where am I going wrong? Is it because Reallymine is not installed on the new disk?
Any help is really appreciated, especially if you're out there @themaddoctor
The text was updated successfully, but these errors were encountered: