January 18th, 2012, 20:15
ddrescue /dev/old_disk /dev/new_disk log.txtddrescue /dev/old_disk /dev/new_disk/recovery.img log.txtJanuary 19th, 2012, 4:06
January 19th, 2012, 5:13
January 19th, 2012, 8:37
January 19th, 2012, 8:52
January 19th, 2012, 9:16
January 19th, 2012, 9:58
January 19th, 2012, 10:17
January 19th, 2012, 13:02
TommyTuffNutz wrote:I have done a couple BSY fixes on Seagates for friends and family without problems, but this drive (my fathers) is acting a little strange after BSY fix.
TommyTuffNutz wrote:I've been reading and RawCopy came up as a better choice than ddrescue in a this situation.
TommyTuffNutz wrote:is it better to make an image instead of cloning the drive?
January 19th, 2012, 13:28
Vulcan wrote:Although I wouldn't use either of your specific ddrescue command lines myself, the answer to your question is "it depends on what you mean by better". Assuming that you have enough space on /dev/new_disk (in your example), then neither option will be more successful (better) reading from /dev/old_disk.
# first, grab most of the error-free areas in a hurry:
ddrescue -n /dev/old_disk /dev/new_disk rescued.log
# then try to recover as much of the dicy areas as possible:
ddrescue -r 1 /dev/old_disk /dev/new_disk rescued.logVulcan wrote:Writing to a file on the destination adds a little complexity to the sys admin which is needed (e.g. you need a mounted filesystem), and introduces extra processing & I/O overhead. But if you have only filesystem space and no raw disk space, then of course writing to a destination file becomes your only option. If you are using a compressed destination filesystem, then that may be useful in some situation (e.g. if free space is at a premium). You can also write to a destination file using NFS, if your destination filesystem is mounted on a different system, whereas writing to a raw disk attached to another system is a little more complex (e.g. using iSCSI).
January 19th, 2012, 15:45
TommyTuffNutz wrote:Tesdisk website recommends this...
- Code:
# first, grab most of the error-free areas in a hurry:
ddrescue -n /dev/old_disk /dev/new_disk rescued.log
# then try to recover as much of the dicy areas as possible:
ddrescue -r 1 /dev/old_disk /dev/new_disk rescued.log
TommyTuffNutz wrote:So if I understand this correctly it is always better to clone the entire disk to another disk (which was wiped) as opposed to writing an image to a partitioned drive?
January 20th, 2012, 11:18
January 21st, 2012, 14:00
January 22nd, 2012, 21:07
F3 2>H0
Hd 0
F3 2>H1
Hd 1
F3 2>H2
Hd 2
F3 2>H3
Hd 3
F3 2>H4
Error 00FE DETSEC 00003000
F3 2>January 23rd, 2012, 5:12
January 23rd, 2012, 10:18
January 23rd, 2012, 12:06
TommyTuffNutz wrote:The big question I would LOVE some help with is: Can we narrow it down to a bad head with MHDD and Seagate terminal commands?
January 23rd, 2012, 12:36
Dang it. I thought I was reading somewhere that using MHDD you can have a pretty good idea that you have a failed head. It will not tell you that directly, but somehow someway you can have a pretty good idea. Oh well.BlackST wrote:NO.
I realize this. An Atola Insight would be perfect for this situation.BlackST wrote:And what's even worse, if head(s) is (are) not completely FUBAR it is still possible to get data out of the drive. But this is another story.
January 23rd, 2012, 12:57
TommyTuffNutz wrote:Dang it. I thought I was reading somewhere that using MHDD you can have a pretty good idea that you have a failed head. It will not tell you that directly, but somehow someway you can have a pretty good idea. Oh well.BlackST wrote:NO.
Powered by phpBB © phpBB Group.