RSS

How To Build A Computer

3 Comments | This entry was posted on Jul 08 2009

In this article, I am going to quickly walk you through the process of assembling a relatively basic computer system.

Here’s a quick checklist of what to remember when purchasing computer parts:

- How many watts does your power supply (PSU) need to have as a minimum? Use a Power Supply Calculator.

- When choosing a case, make sure it isn’t too small for your configuration. For example, if you’re building a system with 2x GTX285′s in SLI and five hard drives, you might want to avoid a mid-size tower and go for a full otherwise you’ll be really cramped in there with hardly any room to work and risk the likely possibility of overheating your system.

Read more »

PC ER: Recovering a Corrupted Partition with GetDataBack (Review)

0 Comments | This entry was posted on Jun 30 2009

Imagine you’re trying to merge two partitions together using a utility like GParted from a live CD and everything is humming along nicely until the power gets cut. Once the power permanently interrupted the merge, Windows would no longer boot, and all of the important data on the drive was inaccessible. At the time I was performing this recovery, I was short on time and had to relocate. I had a quick flash of what had to occur in order to be able to recover every last bit of data from the laptop. I would need an SATA/IDE to USB adapter; a screwdriver; a few bootable CDs (such as Acronis Disk Director bootable disc); and a large external HDD to store the data that would be recovered.

This time around, I decided I’d go with Runtime Software’s GetDataBack (NTFS) because I have had such dismal results with other recovery suites such as Stellar Phoenix Windows Data Recovery and a few others that I probably shouldn’t mention. After futzing around with trying to set up a remote connection using GetDataBack’s HDHost, I realized it wouldn’t work since I couldn’t even boot into even the most basic of Windows, nor would I want to, since it could conceivably corrupt the data on the disc even further. So I did it the old fashioned way, as I mentioned in my post entitled, How to Recover Data From Old Laptops, I took the drive out using my toolkit and plugged it directly into my spare laptop.

Read more »

Why is my Computer so Slow?

0 Comments | This entry was posted on Feb 20 2009

From time to time, a lot of people wonder why their computer is running “so slowly.” The usual reasons for this are as follows: (1) using virtual memory resulting from a lack of physical RAM (Random Access Memory); (2) too many programs utilizing a lot of CPU threads; and/or (3) bottlenecks that can be in the form of a CPU bottleneck, a slow spinning hard drive (5,200 RPM and less, for example), or even a full hard drive. For instance, a 500GB hard drive with a fresh installation of Windows Vista will be more responsive than a similar fresh install on a 50GB hard drive of the same speed. The reason for this is because larger hard drives generally have: (1) more platters; (2) smaller magnetic flux reversals; and (3) greater aerial density. The smaller flux reversals are what allows the head of the hard drive actuator/arm to move shorter distances, and thus providing a noticeable speed difference.

My hard disk activity LED is going crazy, the actuator arm is thrashing back and forth crunching away for hours at a time. What is my computer doing? How can I find out what exact data is being retrieved and what program(s) are responsible? We need to identify just what, exactly, is running. For this purpose, look no further than Microsoft Sysinternals’ Process Monitor (procmon).

Read more »

PC ER: How-To Recover Data from a Damaged SD Card

9 Comments | This entry was posted on Jan 05 2009

Situation:

2GB SD card no longer registers as ‘visible’ to the digital camera and is barely readable within the Vista OS.

Potential Loss:

~1.5GB worth of photos and videos of Hong Kong.

Read more »

DOS: Bypassing the Cyclic Redundancy Check (and other) Errors

1 Comment | This entry was posted on Dec 20 2008

I was terribly busy working on a case this week. Many of the documents in the case were scanned in .TIF (also known as TIFF, Tagged Image File Format) format. So, browsing through the documents in this manner proved terribly inefficient and I didn’t have enough time to look into third party programs that might help me look through .TIF files faster. So, my solution was simple: I would take the CD full of sequentially numbered .TIF files and create a PDF out of them.

As I begun adding blocks of .TIF files to Adobe Acrobat, near the end of the disc, in the 6000′s, Acrobat would freeze up and hang and eventually result in a crash unless I ejected the disc. My assumption, was that certain files on the disc were corrupted either due to scratches or aluminum erosion/decay (they are very old discs).

Read more »

How-To Transfer Data From Old Laptops

1 Comment | This entry was posted on Dec 14 2008

To be clear, this is really just a brief overview of how to take out a typical laptop HDD (hard disk drive) and then plug it into a desktop system in order to retrieve the contents. This happens frequently. Old laptops give out in one way or another, sometimes it’s the display, the PSU (power supply unit) or the motherboard. Whatever it is, after a certain number of years it typically costs less than the cost of a new computer altogether. Unfortunate and wasteful, yes, but that’s the reality.

When the laptop “dies” or doesn’t boot up, if you’re lucky, the HDD has suffered no mechanical failure and is just fine, even if somehow Windows won’t load (like an NTLDR missing error, for example). Chances are, your data will be just fine and the fastest possible way to get the data off is to simply take the drive out and deal with it at the source.

Read more »