drc wrote:
ddrescue is pretty simple, the online docs should tell you everything you need to get started
I had another reply, but it said that it needed to be approved by an administrator, but then my earlier reply was put through without an issue, so i'm going to try this one.
As far as ddrescue goes, I know that it can be pretty powerful, and want to be sure that I choose the right drives as well as the right commands.
Going off of the examples on their site, I believe I need something like this...
Code:
ddrescue -n /dev/hda /dev/hdb logfile
ddrescue -dr3 /dev/hda /dev/hdb logfile
fdisk /dev/hdb
e2fsck -v -f /dev/hdb1
e2fsck -v -f /dev/hdb2
My main questions are, how to tell which drive /dev/hda is (same for /dev/hdb, don't want to image in the wrong direction).
This example was given when trying to copy an ext2 partition, but I'm trying to copy an NTFS partition (Windows XP), so would I run the last three lines?