Author Topic: Total newb looking for some help with HFSP Rescue  (Read 7382 times)

davekoni

  • Newbie
  • *
  • Posts: 2
Total newb looking for some help with HFSP Rescue
« on: November 25, 2016, 15:09:13 PM »
Howdy, to start I am not that fluent with linux command line and so I assume many of my issues revolve around that. I am trying to help a friend recover some files from a corrupt Mac Hard drive. The hard drive has been removed from the machine and is plugged in via USB to my Ubuntu machine. I would like to recover the files to another external hard drive.

I understand that the recovered files will be placed in the directory from where you start hfsprescue. That seems to be my problem. When I navigate to my external hard drive and try to find hfsprescue it says command not found. I have tried to add it to the path but not sure if I have done that correctly, or if you can even launch the program from the external hard drive location? I assume there is not a switch you can set with the original hfsprescue to chose the location of the rescued files (did not find it my reading)? The rest of the process and steps make sense but I just can not seem to get hfsprescue to launch when I am in the external hard drive and not sure why. Appreciate any help.

Elmar

  • Administrator
  • Hero Member
  • *****
  • Posts: 2491
  • a command shell is enough to do amazing things
Re: Total newb looking for some help with HFSP Rescue
« Reply #1 on: November 25, 2016, 23:44:59 PM »
Hello,

when a program is not in the path, then you have to use the program directory (absolute or relative) too, to start the program.

In your case, just copy the 'hfsprescue' program to the external drive. Start the terminal and change to the directory with the hfsprescue program and run 'sudo ./hfsprescue <parameters>'.

Best regards
Elmar

davekoni

  • Newbie
  • *
  • Posts: 2
Re: Total newb looking for some help with HFSP Rescue
« Reply #2 on: November 29, 2016, 15:54:45 PM »
Thanks for the help. I was doing that, then I read some more and realized that my hard drive was not formatted correctly. All working now. Thanks again.