If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I have a powerbook hard drive with hardware issues. The drive mounts with no problem via an external usb connection to my MacBook Pro. I want to use ddrescue (not dd_rescue) to copy the drive contents to a drive image. My unix commands are basically non existent and I need help figuring out how to put the correct commands into the Terminal App.
Here are the locations of each piece of the puzzle.
ddrescue is located at the root of my MacBook Pro drive named ddrescue and the drive name is Macintosh HD
the bad drive is Disk1s9
The drive I am copying to is called Rescue
The directions...best I could find were:
Example 1: Rescue an ext2 partition in /dev/hda2 to /dev/hdb2
ddrescue -r3 /dev/hda2 /dev/hdb2 logfile (running ddrescue)
e2fsck -v -f /dev/hdb2 (checking resulting dmg.
mount -t ext2 -o ro /dev/hdb2 /mnt (mounting resulting dmg.)
This all makes me nervous since I get the warning when I use sudo.
If anyone has experience compiling and using dd_rescue I will take that info as well. I did download dd_rescue but have not compiled it. I was able to get ddrescue already compiled.