My Xfire profile

Posts Tagged ‘XP’

Cooler Master X Craft 250 (eSATA and USB)

Saturday, November 8th, 2008

Cooler Master X Craft 250 RearCooler Master X Craft 250 Hard Drive TrayCooler Master X Craft 250 Hard Drive In TrayCooler Master X Craft 250 SetupCooler Master X Craft 250 In Action

I got the Cooler Master X Craft 250 (eSATA and USB) when I was planning the hard drive transplant for my Macbook Pro, and after my excellent experience with the Cooler Master X Craft 350 Lite, I was quite happy to get the baby brother, the 250 Lite and give it a try.

The 250 shares the simplicity of the bigger 350, however a single screw needs to be undone rather than a push button in order to open it. This isn’t really a problem though, and in case you don’t have a Phillips head screwdriver small enough for it, it comes with one!

Once you have the screw undone, the rear of the case slides out bringing with it the hard drive tray which allows you to easily slot the hard drive in. The power and data connections for the hard drive are built into the tray, so basically once you slot it into the tray, it’s connected, it’s just a matter of checking to make sure it is completely on.

By this point, if you are like me, you are getting very excited to get it back together and get started on mirroring your Macbook hard drive onto it. Putting it back together is as quick as taking it apart, just slot the tray back into the enclosure and do the single screw back up. You don’t need to screw the hard drive itself onto anything as the enclosure and tray hold it in place so that it doesn’t wobble around or anything.

Now, you plug it in via USB and discover it doesn’t work, regardless of what computer you try it on.

I was very disappointed about this, but the enclosure will not draw enough power via a single USB connector like other 2.5″ enclosures will. You have to use an additional power USB cable that plugs into the DC input on the enclosure. I assume that this is because it also supports eSATA, so it requires the DC input to power it when using eSATA. Now, while eSATA is significantly faster than USB 2.0, this does not help me at all as I don’t have eSATA on my laptop and I don’t have the eSATA on my desktop set up as all 8 of my SATA ports are in use by internal hard drives.

I haven’t been able to find any way around it, I just have to use two USB cables whenever I want to use it, which means I have to carry two cables around, which simply means, I don’t use it anywhere near as much as I used my old IDE 2.5″ enclusure which was powered off a single USB cable.

As you can see from the photos, this case is a very schmick case, just like it’s big brother, the 350 and shares many similar design elements, but requiring two USB cables is a really big nuisance.

It should also be noted that this works on OS X, XP and Vista without needing to install any special drivers, it is recognised straight away. It also comes with a nice little carry case that fits the drive and a single USB cable perfectly, but will not hold the second cable without stretching it to a point where the drive just slides out. So what is otherwise a great little package is really let down by the need for the second USB cable. If you are looking at getting a 2.5″ hard drive external case, I would still suggest going with the X Craft 250, but get the plain USB version, my understanding is that it is powered off a single USB cable. I only got the eSATA because it was the only one in stock and was only marginally more expensive.

If you don’t mind the second USB cable than it is a great little enclosure that is very simple to setup and use.

Popularity: 9% [?]

Moving Windows XP From One Drive to Another

Saturday, August 16th, 2008

I was recently helping a friend move their XP install over to a new hard drive without having to re-install XP or any of their programs.

The situation is this, she previously had an 80gb drive with XP installed on it, and a secondary 250gb drive. She bought a 750gb drive and wanted to move the contents of the 250gb to the 750gb and then move Windows from the 80gb to the 250gb.

Normally I would just re-install everything if it was me moving the install, so I haven’t had to do this before.

First off we installed Partition Magic and formatted the 750gb drive and backed up the contents of both the 250gb drive and the 80gb drive to it.

Now that we had everything safely on the 750gb drive, I got to have full control of the computer to do my thing without her perched on my shoulder watching everything I do.

So, I wiped the 250gb drive and tried to copy the 80gb drive onto it as an 80gb partition. I tried this a couple of times with no luck. It kept informing me that the file system on the 80gb drive was corrupt. I ran chkdsk on it from the command line within Windows with the chkdsk /F switch to attempt to fix any errors. This confirmed that there were problems but it couldn’t fix them since many of the files were in use.

Booting into the recovery console with the Windows XP CD allowed me to run chkdsk /F again with none of the files being used and so it was able to run through and fix everything. I also ran chkdsk /R just to be sure that there was nothing else that /F didn’t fix and then booted back into Windows.

Running Partition Magic again I tried to copy the drive across to the new partition on the 250gb drive again. This time, it went over perfectly but alas there were still problems.

Partition Magic added the second Windows install to the boot manager, so it could be selected upon booting up. Regardless of which install you select, it would boot fine, however, if you unplugged the 80gb drive, it would fail to boot giving the error that <windows root>\system32]hal.dll was either corrupt or missing and to re-install.

Booting back into the 80gb install, it was obvious that hal.dll was there, so I copied it from the 80gb onto the 250gb and tried again. Same error.

It then occurred to me that perhaps the problem stemmed from the 250gb install being marked as L: instead of C:. So, booting back into the 80gb, I switched the drive letters around so the 250 was C: and the 80 was L:. Unfortunately, this didn’t seem to make any difference at all and the above error was still occurring when trying to boot to the 250gb install without the presence of the 80gb install.

That’s when I found some great information on what hal.dll is and what you can do about it if it is missing or corrupt. Most of what was on there was irrelevant to the problem I was having, but there was one piece of information that was just what was needed.

When running the recovery console after booting from the XP CD, enter the following to remove the Boot.ini file, fix the configuration and rebuild it:

  1. Attrib -H -R -S C:\Boot.ini
  2. DEL C:\Boot.ini
  3. BootCfg /Rebuild
  4. Fixboot

I had to do it slightly differently to this though. Unfortunately, I couldn’t apply all of the switches to the Boot.ini attributes at once. Thus I had to run through each of them individually like so:

  1. Attrib -H C:\Boot.ini
  2. Attrib -R C:\Boot.ini
  3. Attrib -S C:\Boot.ini

After that though, everything worked a charm. I could boot straight into the Windows install on the 250gb drive without the presence of the install on the 80gb drive.

So that’s it, it’s really a lot simpler then I expected, though it did take a bit of fiddling around to get it right.

I understand that to do something similar in Vista could be a fair bit more complicated as Partition Magic does not yet work with Vista and the boot manager is setup differently.

I hope this helps someone else who’s having similar issues. Let me know how you go.

Popularity: 50% [?]

Still As Life is proudly powered by WordPress
Entries (RSS) and Comments (RSS).