Slashdot Mirror


Seven Mobile ATA Hard Drives Compared

AnInkle writes "Though hard drives are allegedly the fastest advancing high-tech product, most laptop manufacturers persist in saving a buck by outfitting their units with a low-end, low-cache, low-capacity, low-spindle-speed HDD. The Tech Report takes a different angle from other mobile hard drive reviews by including one of those maligned 4,200 RPM, 2MB cache models in their roundup of 2.5" hard drives, which includes 'a 160 GB perpendicular monster and a couple of 7,200-RPM speed demons.' The results are clear that most of us would see a tremendous boost in performance by upgrading this one component."

1 of 125 comments (clear)

  1. swapping is the bottleneck by jilles · · Score: 4, Informative

    Swapping is the bottleneck. So remove the bottleneck. No seriously. The harddisk activity you are most likely to notice is memory swapping. Swapping can be disabled. Of course you run out of memory if you do that, so add more memory. I find that with 2GB no application ever complains of having not enough memory despite there being exactly 0MB of swap space. I run some pretty memory intensive stuff too. It turns out most of this stuff is designed to run well on systems with only 512-1024 MB (particularly games rarely use more, even if it is avaialable). That extra GB is cheaper than a new harddrive and if 2 is not enough make it 3 or 4. It's not like win32 processes can address more than 2GB anyway!

    At least under windows, memory swapping is implemented very stupidly. Basically the system will spend (your) time swapping even when there's plenty of memory available. I've observed it swapping applications to disk with over 75% memory available. This causes all sorts of noticable delays when you try to actually use your system (e.g. switching from application A to application B). With 2GB available, windows should run out of excuses to swap but it will still swap.

    Disabling swap space effectively stops this behavior. Especially on slow harddisks this means a huge performance improvement. Depending on your software you can do with much less memory. I've disabled swap space on machines with only 512MB which you are unlikely to exceed running just office type applications. In all cases that I did this the result was an immediate, noticable performance increase.

    In case you do run out of memory, you get an out of memory error. I find that closing applications usually is a good solution. Much better than windows continuously wasting my time with unnecessary UI blocking harddisk activity. Anyway, given the low cost of memory, I'm very intolerant towards having my time wasted due to the fact that there's not enough.

    --

    Jilles