Code: Select all
sudo ddrescue --force -v -r 5 /dev/sdc /dev/sdb log
/dev/sdc is the "bad drive" in this instance. why wouldn't i use /dev/sdc1 is that is the partition on /sdc shown by fdisk?
will i lose everything in /dev/sdb? ie will everything be overwritten by the contents of /sdc? if so, how can i avoid that? the drive i am attempting to rescue is a 500gb fantom usb and i'd like to store the contents of the image on my internal hard drive.
i've sort of pieced the following together and am wondering if it is correct. should i?
Code: Select all
sudo mkdir /media/USB
sudo mount -t ntfs -o nls=utf8,umask 0222 /dev/sdc1 /media/USB
sudo ddrescue --force -v -r 5 /dev/sdc /media/USB/image.dd /media/USB/log