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.'"

5 of 180 comments (clear)

  1. Re:Why wasn't the LaCie rated higher? by MightyYar · · Score: 4, Informative

    Lacie has been around in the Mac world for a long time, which may explain the nice Firewire performance. It may also explain why it "wasn't formatted"... I'm speculating, but it is conceivable that it was Mac-formatted. Or not. I'm not sure who would back up to a drive without first doing a format anyway, if only to check for integrity.

    Regarding the inoperable button, which is their main complaint about the drive, I'm surprised that they didn't contact Lacie support and report back... it's conceivable that it is a know issue or a bum unit. Then again, I'm rarely impressed by the reporting at Computerworld.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  2. Western Digital Passport? My Book "Essential"? by MiceHead · · Score: 4, Informative

    I've purchased a few WD Passports (they're up to 160GB now), and while they seem to be meant more for personal "sync up your stuff!" use, they're not bad for backups. In their favor are the facts that they're powered by USB (you can just plug one in and go, sans supply) and that they're relatively small. The tradeoff is the modest capacity (I really like that we can call 160,000 megabytes "modest" -- simple pleasures for a simple mind, I suppose) and the price-for-storage (they're much more expensive per gig than the WD My Books).

    TFA reviews the My Book Pro, but they also have a USB-only My Book "Essential" (read: Cheaper!) version; anyone tried those?
    ____________________________________
    Dejobaan Games, LLC - Because we love developing games.
    Indie Superstar - Because we love webcasting about indie games.

  3. Valid reasons for not preformatting. by Kadin2048 · · Score: 4, Informative

    Well, if it's designed for a Mac, it's possible that it's not formatted on purpose: first, because it's trivial to format a drive when you connect it up the first time (plug drive in, dialog comes up saying that it's not formatted, would you like to format it, click yes ... etc.), and also because there are a few filesystems that people might want.

    Apple's Disk Utility offers six options to format a disk into: Mac OS Extended (HFS+), Mac OS Extended (HFS+) Journaled, Mac OS Extended (HFS+) Case-Sensitive, Mac OS Extended (HFS+) Case-Sensitive Journaled, MS-DOS File System (FAT32), UNIX File System (EXT2?).

    I guess I would assume that a "high end" HW manufacturer like Lacie would pre-format the drives to Mac OS Extended Journaled, because that's what Apple recommends as a default these days, but particularly if it's a product that's being aimed at non-clueless users, they might have just decided it wasn't worth it.

    --
    "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
  4. 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.