Slashdot Mirror


A Review of the Top Four External Hard Drives

Lucas123 writes "There's a really good, detailed review at the Computerworld site on the top four external hard drives with more than 500GB of capacity. The story reveals some big flaws in the external drives, like malfunctioning one-touch backup buttons, USB 2.0 ports that don't recognize the drives, and drives coming out of the boxes unformatted. It's also an eye opener with regard to actual backup speeds. 'Broadband connections, peer-to-peer networks and larger media files coupled with new regulations that require diligence in backing up files have clearly affected the external hard drive market as drive capacities expand to 1TB and beyond. Meanwhile, the prices of those drives continue to drop, making them ever more attractive, particularly with the ease of deployment -- literally a two-minute installation, and you're ready to go. We put four of the leading external hard drives to the test. Our criteria were simple: The drives had to have multiple connection technologies (USB 2.0 plus FireWire 400 or FireWire 800 or both), include backup software and have a capacity of at least 500GB.'"

2 of 180 comments (clear)

  1. Beware of connected storage devices... by rmdyer · · Score: 5, Informative

    Before you commit to your shiny new USB/Firewire storage device, be sure you test it thoroughly. I've had several devices for whatever reason fail file checksum tests over multi-gigabytes of data. The most likely culprit is the USB interface and the drivers for them. Copy a very large multi-gigabyte tree of files back and fourth several times, checking against the master file checksums (MD5, etc). Also remember, proper checksum'ing requires that you eliminate any cache'ing that the OS may be doing, so unplug the device, then plug it back in, before running the checksum. Checksum'ing is especially important if you've formatted NTFS and the device is USB powered.

    Also, even if you've verified the data is good on your storage device, moving it to another machine and connecting it up may leave you unhappy if the storage interface on the new machine isn't working properly.

    You have been warned.