Skip to content
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

Open
TorridgeYeti opened this issue May 11, 2021 · 4 comments
Open

Specifying drive to write IMG file to #121

TorridgeYeti opened this issue May 11, 2021 · 4 comments

Comments

@TorridgeYeti
Copy link

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

@themaddoctor
Copy link

I can't say for certain, but try
sudo ./reallymine decrypt /dev/sdb /dev/sdc/
without giving the output filename.

@MrDecay
Copy link

MrDecay commented May 11, 2021 via email

@themaddoctor
Copy link

Oops. Right. Do this:
sudo mkdir /mnt/stuff
sudo mount /dev/sdc /mnt/stuff
sudo ./reallymine decrypt /dev/sdb /mnt/stuff/

@TorridgeYeti
Copy link
Author

Thanks for the suggestions. I stumbled upon the solution which was to type
sudo ./reallymine decrypt /dev/sdb /media/[myUSERNAME]/[LABEL]/[FILENAME].img
where my username and the label of my newly mounted disc form the address shown in the 'Disks' utility in Linux.
Discs now whirring away, only a few days to wait now, lol!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants