Archive for the 'technical' Category

BlacX eSATA & USB Docking Station Review

Just picked up the BlackX SATA HDD eSATA & USB docking station made by Thermaltake (P/N:ST0005U). I needed something to backup my photos and videos and wasn’t too happy about all the external drive bays I had piling up around me. I was afraid one day they would all collapse and crush me under their weight. The hard drive dock allows you to take SATA drives up to 1TB and simply swap them in and out. No more need for external drive bays. This baby supports all 2.5″ and 3.5″ SATA HDD’s, connects via USB 2.0 (up to 480Mbps) or eSATA I/II (up to 3Gbps), is both Windows (even Vista) and Mac OS compatible and is so simple to use.

I set mine up using the eSATA connection using the external eSATA blade that came with my motherboard. For this you basically install the blade in an emty slot in your case, connect a SATA cable from it to your motherboard as well as a power connector and you are good to go. A cable then runs from the blade up to your dock. There is also an AC power plug that you need to plug in as well.

The dock itself feels pretty solid. I was worried that it would be light and that the hard drive would tend to want to fall over or be unstable. But the base is solid with decent weight to it and I don’t see how it would tip over without getting hit pretty hard. There are small rubber feet on the base that keep it from sliding around as well. On the top is the slot to insert the hard drive, the drive ejection button and a circular light that is blue when on and transitions to red when accessing the drive. At the back of the dock is where the eSata and USB cables connect as well as the power button.

Installing the hard drive is fairly easy. I am using Windows XP so these instructions are for Windows but this dock is also compatible with Mac OS although you will need to use a version post 9.2 since earlier versions do not support partition creation for external hard drives. First insert the hard drive into the drive slot of the dock. I use Western Digital WD10EADS 1.0TB SATA drives with 32MB cache. I’ve been pretty happy with them so far. After inseting the hard drive power on the dock. The OS will recognize the new hardware and install the drivers automatically. If it doesn’t recognize the dock you might try going into device manager and initiating a manual “scan for for hardware changes”. Next you will need to initialize the new disk. Right click on “My Computer” and choose “Manage”. Under Storage > Disk Management right click on the new disk and choose initialize. It may also automatically come up with a wizard for installing the drive as it did in my case. After the drive is initialized right click on the new drive in Disk Management and choose “New Partition”. Follow the wizard for creating a new partition and format the drive with NTFS (or FAT32). That’s all there is to it. Your drive should now be available to start storing all those photos and videos.

Now there are a few things that I have noticed that have given me a few problems. The first is when using the dock with more than one drive. I’ve noticed that when I pop one drive out and insert another that Windows won’t always recognize the drive. It doesn’t just pop up in Windows Explorer as one would hope and expect. I’ve had to force it’s detection by going into Computer Management, right click on Disk Management and choose “Rescan Disks” in order for it to show up. It’s a few extra steps that shouldn’t be needed and I’m not sure whether this is a dock issue or a Windows issue.

The dock was about $40 and the WD drives were $89 each. Pretty cheap way to have 2TB of storage. I recommend it despite some lingering issues with drives not showing up after power up.

BlacX eSATA & USB HDD Dock

BlacX eSATA & USB HDD dock

BlacX eSATA HDD dock

  • Share/Bookmark

Wordpress 2.7 – 2.7.1 Upgrade Issues

So for the past several days I’ve seen the Wordpress 2.7.1 upgrade available so finally I decided to move forward and update.  Little did I know how problematic it would be.  First I tried the link to upgrade automatically (after backing up my database).  It didn’t do anything however.  Just sat there with the message “Downloading wordpress-2.7.1.zip”.  So I did a little investigation (Google) and discovered that this was happening to a few people specifically with 1and1.com hosting service.  The solution was to edit the .htaccess file in the root of the Wordpress install to include the following: AddType x-mapp-php5 .php which apparently forced php5 use (here is a link to the site that provided the information). If you discover that you don’t have an .htaccess file check and make sure that whatever method you are using to view the file listing (ftp etc.) is displaying hidden or dot files. If you still don’t see the file then just create one and add the line specified above. This resolved my issue and the auto upgrade went smooth. Well except for the issues experienced with the K2 theme. Once upgraded my layout was all messed up, specifically my header image was centered but my posts were flush left. Once again, Google to the rescue. A simple search uncovered this Wordpress Forum entry which discusses this very issue. Scroll down to the second post by Luciano Passuello who provided code to change in the header.php file. Basically edit the header.php file in the K2 directory and search for the following code:

<body class=”<?php k2_body_class(); ?>”

Replace with:

<body class=”wordpress k2 blog columns-three lang-en <?php k2_body_class(); ?>”>

This resolved my issue with the header and page body being misaligned.  Special thanks to Luciano Passuello for the fix. Now things seem back to normal except that my links in posts are highlighted in a different color than before but I’m sure this will be an easier fix.

  • Share/Bookmark

Alphabetize XP

Ever install an app in Windows XP and have it put it at the bottom of the All Programs list? Sure, we all have. Wished it would automatically alphabetize each entry? It’s really not that hard. Here is what you need to do:

    Run regedit and browse to
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer

    Right-click the MenuOrder key (in the left-hand pane) and select Permissions

    Click Advanced. Deselect “Include from parent the permission…”

    Click Copy at the Security pop-up. Click OK.

    Back in the permissions view, select your user-name and deselect “Allow” next to Full Control in the Permissions pane at the bottom of the window. Repeat this step for any groups you are a part of (Administrators etc.)

    Reboot. Now when you install applications they will be alphabetized automatically.

One thing I noticed after doing this is that now my All Programs list displays all my program folders first (in alphabetical order) and then any individual applications (not in an application group folder). When I install a new application it is indeed put into alphabetical order. Also before the change my All Programs list would typically display a shortened list of recently used applications which could then be expanded to the full list. Now it seems like to just displays the full list all the time and on occasion an abbreviated list. Overall however, I like the change as I don’t have to search through an unorganized list of applications (which in my case is quite long).

  • Share/Bookmark