Skip to Content

Totus Copy, for your dying hard drive

Performing regular backups of important data has been greatly simplified with the advent of Time Machine. For most people, in most cases, that's enough to ensure a good night's sleep. But for those situations where a hard drive in its death throes means a last minute panic to save whatever data can be salvaged, Totus Copy can make a bad day a little better.

The documentation for this new software from Dragon Forged clearly states that running it can further damage your failing drive, but that's not such a bad price to pay if it can save your data. It requires a hard disk that can still mount, and features several means of rescuing your flailing files, including transferring single files (less likely to fail than batches), minimal scanning to reduce failures and error correction with no time limit on transfers. It can also target specific directories or even file types.

Thankfully, I'm unable to test the application right now. But if you're in a situation where this might (now, or eventually) be a lifesaver, Dragon Forged is offering TUAW readers 25% off the $20 pricetag until June 1st. Just enter coupon code "BHBB0008F" when you purchase. More information, documentation and a trial download are all available on the product page.



Categories

Software

Performing regular backups of important data has been greatly simplified with the advent of Time Machine. For most people, in most cases,...
 

Add a Comment

*0 / 3000 Character Maximum

13 Comments

Filter by:
Rob

The macosxhints article was written before GNU ddrescue was developed.

I would not recommend using dd. There are many drawbacks with using dd. It's slow even on the error-free stuff since it's doing tiny reads and writes. It spends a lot of time chewing through the erroneous parts of the drive, rather than reading as much error-free stuff as it can, THEN going back to do the hard stuff.

The GNU ddrescue first recovers data from all the good sectors on the drive and then goes back and tries to recover data from the bad sectors on the drive. You will likely recover more data this way. If you try to recover data from bad sectors before all the data on the good sectors has been recovered, you risk losing the data on the good sectors if the drive hardware is failing.

Another advantage of GNU ddrescue is that it enables you to do multiple passes to recover your data. For example:

# first, grab most of the error-free areas in a hurry:

ddrescue -B -n /dev/rdisk0 /dev/rdisk1 rescued.log

# then try to recover data from the bad sectors without pushing the drive too hard:

ddrescue -B -r 1 /dev/rdisk0 /dev/rdisk1 rescued.log
(the "-r 1" is necessary to make it retry the failed areas up to 1 time)

# then try to recover as much of the dicy areas as possible:
ddrescue -B -r 10 /dev/rdisk0 /dev/rdisk1 rescued.log
(the "-r 10" is necessary to make it retry the failed areas up to 10 times)

There is agood interview with the developed of GNU ddrescue here:
http://blue-gnu.biz/content/interview_gnu_ddrescue_039_s_antonio_diaz_diaz


May 28 2008 at 11:44 AM Report abuse rate up rate down Reply
Tim Rutter

System requirements: "A failing hard disk that still mounts".

Ah yeah not that good ddrescue and plain old dd dont have that limitation, If the device attaches bus and can be seen at /dev/diskX , You will be able to image the whole drive or just one partition.

Then mount the image and then fix the filesystem.

See: http://www.macosxhints.com/article.php?story=20050302225659382

May 27 2008 at 10:41 PM Report abuse rate up rate down Reply
Sarbo

@Kyle,
I'm talking about a device level image not an OSX image. I'm not saying Totus isn't a good tool, but when a device is failing you have to triage. As I said earlier, if a there are a few key files then Totus could be a good solution, but if you need maximum recovery then you should make a device level image. For really damaged disks, hardware level reverse cycle clone may be efficacious, but that is not a consumer end-user feature--well, at least not until it is bundled with the tools needed to extract data from the clone.

May 27 2008 at 5:30 PM Report abuse rate up rate down Reply
Sarbo

This app may help you copy some files off but if your disk is failing you are better off using Drive Genius and Data Rescue II to make a disc image and recover from the image of the drive. Totus might be helpful if you have one critical file you need to get off but if you need to recover more than a few files you should make a single pass to image the disc and then work with recovery software on that.

May 27 2008 at 3:30 PM Report abuse rate up rate down Reply
1 reply to Sarbo's comment
Kyle

Sarbo,
Totus Copy does this more effectively then Drive Genius, or Data Rescue. Both those software titles will attempt to bulk copy the data onto a disk image. Totus Copy will copy the files (granted not to an image) and have the ability to target files of a specific kind, skip unneeded directories, ignore invisible system files, and skip application bundles. Plus without resumable copying the other utilities will hang and fail on groups of bad blocks.

May 27 2008 at 3:49 PM Report abuse rate up rate down Reply
Brett

If you really have a dying drive and have access to a pc and can remove the hard drive, spinrite (from grc.com) is the answer for you.

May 27 2008 at 2:34 PM Report abuse rate up rate down Reply
Josh Wardell

What about software solutions for drives that don't mount in the OS?

May 27 2008 at 1:29 PM Report abuse rate up rate down Reply
4 replies to Josh Wardell's comment
Ed

mark, you're missing the point. Brett, the author of this post is not the person who wrote the program. I'm sure the program's developers have smashed many a hard disk then used their program on it.

May 27 2008 at 1:21 PM Report abuse rate up rate down Reply
mark

Paying for a program that hasn't even been tested once? No thanks. You should be grateful for beta tester results, and not be charging them.

May 27 2008 at 1:15 PM Report abuse rate up rate down Reply
Buy an ad here

Hot Apps on TUAW

Tweets

© 2012 AOL Inc. All Rights Reserved.