<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ji2 Data Recovery &#187; Tutorials</title>
	<atom:link href="http://www.hdd.ji2.com/blog/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hdd.ji2.com/blog</link>
	<description>Data Recovery Services</description>
	<lastBuildDate>Thu, 12 Aug 2010 17:20:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hexadecimal 101 (Part II)</title>
		<link>http://www.hdd.ji2.com/blog/2009/08/hexadecimal-101-part-ii/</link>
		<comments>http://www.hdd.ji2.com/blog/2009/08/hexadecimal-101-part-ii/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 23:29:31 +0000</pubDate>
		<dc:creator>rwinters</dc:creator>
				<category><![CDATA[Informative]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Bios parameter block]]></category>
		<category><![CDATA[boot system]]></category>
		<category><![CDATA[BPB]]></category>
		<category><![CDATA[end of sector marker]]></category>
		<category><![CDATA[file signatures]]></category>
		<category><![CDATA[hex and data recovery]]></category>
		<category><![CDATA[hexadecimal]]></category>
		<category><![CDATA[how to read hex]]></category>
		<category><![CDATA[MBR]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[partition table]]></category>
		<category><![CDATA[signature]]></category>

		<guid isPermaLink="false">http://www.hdd.ji2.com/blog/?p=149</guid>
		<description><![CDATA[So now that we&#8217;ve already covered the basics and you now you grasp the fundamental concepts of hexadecimal and how it represents data, it&#8217;s time to actually apply what you have learned so far toward real world situations. After all, what would be the point of knowing how to read hex if there was no [...]]]></description>
			<content:encoded><![CDATA[<p style="TEXT-ALIGN: left">So now that we&#8217;ve already covered the basics and you now you grasp the fundamental concepts of hexadecimal and how it represents data, it&#8217;s time to actually apply what you have learned so far toward real world situations. After all, what would be the point of knowing how to read hex if there was no relevant use for it in data recovery and forensics?</p>
<p><span id="more-149"></span></p>
<p>First lets take a look at the MBR (Master boot record) for an NTFS file system.</p>
<div class="mceTemp">
<dl id="attachment_150" class="wp-caption alignleft" style="width: 460px;">
<dt class="wp-caption-dt"><a href="http://www.hdd.ji2.com/blog/wp-content/uploads/2009/08/ntfsmbr.jpg"><img class="size-full wp-image-150" title="ntfsmbr" src="http://www.hdd.ji2.com/blog/wp-content/uploads/2009/08/ntfsmbr.jpg" alt="" width="450" height="311" /></a></dt>
<dd class="wp-caption-dd">NTFS MBR</dd>
</dl>
<p><a href="http://www.hdd.ji2.com/blog/wp-content/uploads/2009/08/ntfsmbr2.jpg"><img class="size-full wp-image-151" title="ntfsmbr2" src="http://www.hdd.ji2.com/blog/wp-content/uploads/2009/08/ntfsmbr2.jpg" alt="" width="308" height="334" /></a></div>
<div class="mceTemp">As you look over the provided MBR screenshot (Screenshots compliments of Winhex), you will notice I have also provided a legend and have highlighted the appropriate data using various colors.</div>
<div class="mceTemp">The two items you should be particularly concerned about are:</div>
<div class="mceTemp"><strong>BPB (Bios parameter block). </strong>This is going to tell you how the sectors are laid out. In most cases (I&#8217;m talking well over 90% of cases) the drive will use 512 byte blocks. In some cases (for server applications, etc) the user may use larger blocks (1024 byte for example). This will all be outlined here in the BPB.</div>
<div class="mceTemp">The other highly important item is the <strong>&#8220;End of sector marker&#8221;</strong> (also called the signature). This should ALWAYS be 55AA. If the signature of the boot sector is not 55AA, then either the file system is damaged or it is not a windows file system. Different file systems use different signatures; NTFS always uses 55AA.</div>
<div class="mceTemp">Partition tables are the next stop. The relevance of the partition table is pretty obvious. First of all, it will tell you where each partition begins and ends and how many sectors are in each partition. It will also contain a status byte, which indicates whether the partition is bootable. The boot indicator field is either going to be 80 or 00. 80 means that the partition is a bootable one, and 00 meaning that it is not a bootable partition. Finally, the partition table will include a system ID field which is is going to tell you what kind of file system the partition is for.</div>
<div class="mceTemp">The partition table is located in the last 64bytes of the MBR. There can be a maximum of 4 primary partitions, and an unlimited amount of extended partitions. In data recovery you will likely only run into primary partitions on Windows systems as 99% of Windows users only use one or two primary partitions.</div>
<div class="mceTemp">The predetermined locations for the partition tables are:</div>
<div class="mceTemp">
<ul>
<li>Partition 1 0&#215;01BE (446)</li>
<li>Partition 2 0&#215;01CE (462)</li>
<li>Partition 3 0&#215;01DE (478)</li>
<li>Partition 4 0&#215;01EE (494)</li>
</ul>
</div>
<p>80 01                ..<br />
000001C0:01 00 06 0F 7F 96 3F 00 -00 00 51 42 06 00 00 00  &#8230;..?&#8230;QB&#8230;.<br />
000001D0:41 97 07 0F FF 2C 90 42 -06 00 A0 3E 06 00 00 00 A&#8230;.,.B&#8230;&gt;&#8230;.<br />
000001E0:C1 2D 05 0F FF 92 30 81 -0C 00 A0 91 01 00 00 00 .-&#8230;.0&#8230;&#8230;&#8230;<br />
000001F0:C1 93 01 0F FF A6 D0 12 -0E 00 C0 4E 00 00 55 AA &#8230;&#8230;&#8230;..N..U.</p>
<p>Above is the end of a MBR created using Windows. When reading hex you will notice that the beginning of each line actually starts on the line above it. You can see very easily that the boot indicator for the first partition is 80, follow by 01 which is telling which is the starting head. Future partitions will not list a starting head, but rather simply the starting sector.</p>
<p>At 0&#215;1C2 you will find the value 06. This is the system ID field. This tells you what file system formatted the partition. 06 is a FAT indicator. 07 is NTFS. 05 is an extended partition, and 01is a FAT12 partition. There are many more system ID fields, but these are the ones present in the example above.</p>
<p>The last thing I wanted to talk about is file signatures. Every type of file has a signature, even photos taken with a digital camera have a special signature that can actually tell you what kind of camera took the picture and when. This is the type of thing that you need to really learn for forensics, and can prove to be a very helpful skill for data recovery if you are going to attempt to repair files. There just isn&#8217;t enough time and space for me to go into the various types of signatures here, but here is a link to a list of signatures that is constantly being updated:</p>
<p><a href="http://www.garykessler.net/library/file_sigs.html">http://www.garykessler.net/library/file_sigs.html</a> &#8211; File signatures</p>
<p>You now have the basic understanding of hexadecimal and the part that it plays in data recovery and forensics. From here you should refine your ability to recognize patterns in the code so that you know when something has been changed or is damaged. Practice is the key here. You should constantly be looking at files in hex so that you can see what a working file should look like. Then, as a learning tool, you can damage that file and take note of the differences that occurred when you damaged it. Look for signatures in all kinds of files and become familiar with their location.</p>
<p>Next week I am going to be returning to the topic of hard drive anatomy, continuing with headstacks and then moving into the details of Servo technology.</p>
<p>HDD Doctor</p>
<p class="a2a_link">
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Ji2%20Data%20Recovery&amp;siteurl=http%3A%2F%2Fwww.hdd.ji2.com%2Fblog%2F&amp;linkname=Hexadecimal%20101%20%28Part%20II%29&amp;linkurl=http%3A%2F%2Fwww.hdd.ji2.com%2Fblog%2F2009%2F08%2Fhexadecimal-101-part-ii%2F">
	<img src="http://www.hdd.ji2.com/blog/wp-content/plugins/add-to-any/bookmark.gif" width="91" height="16" border="0" alt="Bookmark"/>
</a>
<script type="text/javascript">a2a_linkname="Hexadecimal 101 (Part II)";a2a_linkurl="http://www.hdd.ji2.com/blog/2009/08/hexadecimal-101-part-ii/";</script>
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>

</p>]]></content:encoded>
			<wfw:commentRss>http://www.hdd.ji2.com/blog/2009/08/hexadecimal-101-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hexadecimal 101  (Part I)</title>
		<link>http://www.hdd.ji2.com/blog/2009/07/hexadecimal-101-part-1/</link>
		<comments>http://www.hdd.ji2.com/blog/2009/07/hexadecimal-101-part-1/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 18:26:42 +0000</pubDate>
		<dc:creator>rwinters</dc:creator>
				<category><![CDATA[Informative]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[base 16]]></category>
		<category><![CDATA[convert hexadecimal to decimal]]></category>
		<category><![CDATA[hexadecimal]]></category>
		<category><![CDATA[how to read hexadecimal]]></category>

		<guid isPermaLink="false">http://www.ji2.com/blog/?p=127</guid>
		<description><![CDATA[Hexadecimal is a &#8220;base 16&#8243; numbering system primarily used as an easy-to-read way to represent binary values

As you likely know, computers read/write data in binary at the lowest level. Binary is a &#8220;base 2&#8243; numbering system, which means there are only two possible values for each digit. Binary is often compared to a &#8220;light switch&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Hexadecimal is a &#8220;base 16&#8243; numbering system primarily used as an easy-to-read way to represent binary values</p>
<p><span id="more-127"></span></p>
<p>As you likely know, computers read/write data in binary at the lowest level. Binary is a &#8220;base 2&#8243; numbering system, which means there are only two possible values for each digit. Binary is often compared to a &#8220;light switch&#8221; because values are either &#8220;0&#8243; (off) or &#8220;1&#8243; (on). Each binary digit is considered a &#8220;bit&#8221;.</p>
<p>Because binary is difficult to read and interpret quickly, hexadecimal is often used to simplify and make low-level data easy to deal with. Each hexadecimal digit represents 4 bits (or binary digits). When viewing hex data, viewers often group data digits in pairs of two, because this represents 1 byte of data.</p>
<p>Hexadecimal counts as the following: 0 1 2 3 4 5 6 7 8 9 A B C D E F</p>
<p>Here is a chart showing the Hex/binary values of 0-15.</p>
<p style="text-align: center;"><a href="http://www.hdd.ji2.com/blog/wp-content/uploads/2009/07/hextbl1.jpg"><img class="aligncenter size-medium wp-image-134" title="hextbl1" src="http://www.hdd.ji2.com/blog/wp-content/uploads/2009/07/hextbl1-108x300.jpg" alt="" width="108" height="300" /></a></p>
<p>Now, this is where things get a little more tricky. Obviously, the number system doesn&#8217;t just end at &#8220;F&#8221;. Just like decimal (base 10), when hexadecimal gets to &#8220;F&#8221;, it adds a digit. So &#8220;16&#8243; in decimal is &#8220;10&#8243; in hexadecimal, and &#8220;17&#8243; in decimal is &#8220;11&#8243; in hexadecimal.</p>
<p>An important equation you should familiarize yourself with is how to convert a hexadecimal value to decimal. It is as follows:</p>
<p style="text-align: center;"><a href="http://www.hdd.ji2.com/blog/wp-content/uploads/2009/07/hex_eq.jpg"><img class="alignnone size-medium wp-image-143" title="hex_eq" src="http://www.hdd.ji2.com/blog/wp-content/uploads/2009/07/hex_eq.jpg" alt="" width="264" height="176" /></a></p>
<p>Next week we will continue our look at hexadecimal by looking at hex data from the boot sector of an NTFS partition, and also the hex data for certain types of files to show how you can find patterns that will help you identify the type of file, and other interesting attributes about it.</p>
<p class="a2a_link">
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Ji2%20Data%20Recovery&amp;siteurl=http%3A%2F%2Fwww.hdd.ji2.com%2Fblog%2F&amp;linkname=Hexadecimal%20101%20%20%28Part%20I%29&amp;linkurl=http%3A%2F%2Fwww.hdd.ji2.com%2Fblog%2F2009%2F07%2Fhexadecimal-101-part-1%2F">
	<img src="http://www.hdd.ji2.com/blog/wp-content/plugins/add-to-any/bookmark.gif" width="91" height="16" border="0" alt="Bookmark"/>
</a>
<script type="text/javascript">a2a_linkname="Hexadecimal 101  (Part I)";a2a_linkurl="http://www.hdd.ji2.com/blog/2009/07/hexadecimal-101-part-1/";</script>
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>

</p>]]></content:encoded>
			<wfw:commentRss>http://www.hdd.ji2.com/blog/2009/07/hexadecimal-101-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What to do if&#8230;</title>
		<link>http://www.hdd.ji2.com/blog/2009/05/what-to-do-if/</link>
		<comments>http://www.hdd.ji2.com/blog/2009/05/what-to-do-if/#comments</comments>
		<pubDate>Fri, 15 May 2009 22:47:37 +0000</pubDate>
		<dc:creator>rwinters</dc:creator>
				<category><![CDATA[Informative]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[connect incorrect power connector to external drive]]></category>
		<category><![CDATA[external drive not recognized]]></category>
		<category><![CDATA[Molex connector plugged in upside down]]></category>

		<guid isPermaLink="false">http://www.ji2.com/blog/?p=120</guid>
		<description><![CDATA[I thought it would be a good idea to cover some &#8220;what if&#8221; scenarios. This post is primarily for someone who’s hard drive may have failed in a specific way and they are wondering if there is anything they can do to fix it themselves. While I am not against DIY solutions, I want to [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: x-small; font-family: Arial; color: black;"><span style="font-size: 10pt; font-family: Arial; color: black;">I thought it would be a good idea to cover some &#8220;what if&#8221; scenarios. This post is primarily for someone who’s hard drive may have failed in a specific way and they are wondering if there is anything they can do to fix it themselves. While I am not against DIY solutions, I want to stress that if you are attempting DIY solutions on a drive that has valuable data on it that you are putting the data at your own risk, and it is ALWAYS better to send it to a professional immediately to ensure proper care.</span></span></p>
<p><span id="more-120"></span></p>
<p><span style="font-size: x-small; font-family: Arial; color: black;"><span style="font-size: 10pt; font-family: Arial; color: black;">What to do if: <em><em><span style="font-family: Arial;"><span style="font-family: Arial;">You knock over your external drive while it is on and now it isn’t recognized.</span></span></em></em></span></span></p>
<p><span style="font-size: x-small; font-family: Arial; color: black;"><span style="font-size: 10pt; font-family: Arial; color: black;"> This is a very bad scenario. In this case the only good course of action is to NOT attempt to turn the drive on again and talk to a pro ASAP. </span></span></p>
<p><span style="font-size: x-small; font-family: Arial; color: black;"><span style="font-size: 10pt; font-family: Arial; color: black;"> Why? Because significant damage has probably been caused to the internal mechanics of the drive that, if not treated properly, can render your data permanently inaccessible and gone forever. </span></span></p>
<p><span style="font-size: x-small; font-family: Arial; color: black;"><span style="font-size: 10pt; font-family: Arial; color: black;"> There are a few different ways that this can happen:</span></span></p>
<p><span style="font-size: x-small; font-family: Arial; color: black;"><span style="font-size: 10pt; font-family: Arial; color: black;"> 1) The heads might crash into the platter causing a radial scratch on the media surface which possibly kills the head and renders that area of the disk permanently un-readable.</span></span></p>
<p><span style="font-size: x-small; font-family: Arial; color: black;"><span style="font-size: 10pt; font-family: Arial; color: black;"> 2) The Spindle Motor suffers damage and seizes. It will no longer spin up unless it is somehow loosened. Even if it can be loosened many times there is &#8220;eccentricity&#8221; that will cause the heads to be unable to read the media.</span></span></p>
<p><span style="font-size: x-small; font-family: Arial; color: black;"><span style="font-size: 10pt; font-family: Arial; color: black;"> 3) The heads may stick to the media, causing damage to the surface, the heads, and the motor. This can be made even worse if the user continues to attempt to re-power the drive.</span></span></p>
<p><span style="font-size: x-small; font-family: Arial; color: black;"><span style="font-size: 10pt; font-family: Arial; color: black;"> </span></span></p>
<p><span style="font-size: x-small; font-family: Arial; color: black;"><span style="font-size: 10pt; font-family: Arial; color: black;">What to do if: <em><em><span style="font-family: Arial;"><span style="font-family: Arial;">You plug the wrong power connector into your external drive or you plug in the Molex/SATA power connector in upside down.</span></span></em></em></span></span></p>
<p><span style="font-size: x-small; font-family: Arial; color: black;"><span style="font-size: 10pt; font-family: Arial; color: black;"> In this scenario you have at minimum damaged the PCB (Printed circuit board) of the HDD. You will need knowledge of circuits and be handy with a VOM (Voltage-Ohm meter) or DMM (Digital Multi meter) to repair this. Typically the only damage that will occur to your drive in this case is to the power protection components of the drive (assuming they did their job and did not fail). You will need to repair these components to return the drive to service. Even if you manage to repair the drive it is never recommend you use the drive again; transfer your data to a new drive and back it up.</span></span></p>
<div style="border-bottom: windowtext 3pt dotted; border-left: medium none; padding-bottom: 1pt; padding-left: 0in; padding-right: 0in; border-top: medium none; border-right: medium none; padding-top: 0in; mso-element: para-border-div;">
<p style="padding: 0in;"><span style="font-size: x-small; font-family: Arial; color: black;"><span style="font-size: 10pt; font-family: Arial; color: black;"> More advanced damage may occur in this scenario if the power protection components fail to perform their duty. A component of the head-stack called the &#8220;pre-amplifier&#8221; is especially sensitive to overvoltage and ESD. If this component fails, it may create a short that will kill your repaired PCB, or a new PCB if you decide to connect it to the drive with the failed preamp. Diagnosing and repairing a preamp is an advanced technique that I won&#8217;t be going into in this article; if you would like to know more you can head over to <a title="http://www.hddguru.com/" href="http://www.hddguru.com/"><span style="color: #800080;">www.HDDGURU.com</span></a> and see what you can find.</span></span></p>
</div>
<p class="a2a_link">
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Ji2%20Data%20Recovery&amp;siteurl=http%3A%2F%2Fwww.hdd.ji2.com%2Fblog%2F&amp;linkname=What%20to%20do%20if%E2%80%A6&amp;linkurl=http%3A%2F%2Fwww.hdd.ji2.com%2Fblog%2F2009%2F05%2Fwhat-to-do-if%2F">
	<img src="http://www.hdd.ji2.com/blog/wp-content/plugins/add-to-any/bookmark.gif" width="91" height="16" border="0" alt="Bookmark"/>
</a>
<script type="text/javascript">a2a_linkname="What to do if…";a2a_linkurl="http://www.hdd.ji2.com/blog/2009/05/what-to-do-if/";</script>
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>

</p>]]></content:encoded>
			<wfw:commentRss>http://www.hdd.ji2.com/blog/2009/05/what-to-do-if/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Data recovery work PC &#8211; Part II</title>
		<link>http://www.hdd.ji2.com/blog/2008/10/building-a-data-recovery-work-pc-part-ii/</link>
		<comments>http://www.hdd.ji2.com/blog/2008/10/building-a-data-recovery-work-pc-part-ii/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 20:55:01 +0000</pubDate>
		<dc:creator>rwinters</dc:creator>
				<category><![CDATA[Informative]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[build a computer]]></category>
		<category><![CDATA[building a PC]]></category>
		<category><![CDATA[case]]></category>
		<category><![CDATA[HDD installation]]></category>
		<category><![CDATA[heat-sink]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[install hard drives]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[work PC]]></category>

		<guid isPermaLink="false">http://www.yec-usa.com/blog/?p=56</guid>
		<description><![CDATA[ Hello everyone,

   So we went over all of the parts that I chose for my work PC and why I chose them; and also made some recommendations for alternative components.
  Now that we have all the parts it&#8217;s time to put them all together and make it work. I&#8217;m going to [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="text-align: justify;"><span style="font-size: 9pt; font-family: Arial; color: #000000;"> Hello everyone,</span></p>
<p><span id="more-56"></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: 9pt; font-family: Arial; color: #000000;"> <span style="mso-spacerun: yes;"> </span><span style="mso-spacerun: yes;"> </span>So we went over all of the parts that I chose for my work PC and why I chose them; and also made some recommendations for alternative components.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: 9pt; font-family: Arial; color: #000000;"> <span style="mso-spacerun: yes;"> </span>Now that we have all the parts it&#8217;s time to put them all together and make it work. I&#8217;m going to walk through the steps that I take when building a PC; while giving some pointers that I have picked up over time.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: 9pt; font-family: Arial; color: #000000;">The first thing I always do when building a PC is to prepare the Case. If the wires for the power button and reset button are in the way; move them to a safe, out of the way position for now. Also remove both side panels for easy access, and wire management. Some cases you may want to take off the front panel; as with the case that I got (the sides bulge out so that  it will not sit flat unless you remove the front panel).</span></p>
<div id="attachment_57" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1600.jpg"><img class="size-medium wp-image-57" title="img_1600" src="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1600-300x225.jpg" alt="Bottom view with front panel removed" width="300" height="225" /></a><p class="wp-caption-text">Bottom view with front panel removed</p></div>
<p><span style="font-size: 8.5pt; font-family: Arial; color: #000000;"><span style="font-size: 8.5pt; font-family: Arial; color: #000000;"> </span></span></p>
<p><span style="font-size: 8.5pt; font-family: Arial; color: #000000;"> </span></p>
<div id="attachment_58" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1601.jpg"><img class="size-medium wp-image-58" title="img_1601" src="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1601-300x225.jpg" alt="Side view looking at the HDD area" width="300" height="225" /></a><p class="wp-caption-text">Side view looking at the HDD area</p></div>
<p>After preparing the case I always start by installing the processor and heat-sink (used to cool the processor) while they are outside of the case. (Some cases have &#8220;removable motherboard trays&#8221;). If the case you choose does then you will want to remove it and do the installation on the tray while it is removed.</p>
<p class="MsoNormal" style="text-align: justify;"><span style="font-size: 9pt; font-family: Arial; color: #000000;">The reason I like to work outside of the case is because installing heat sinks (especially large, aftermarket ones) can be increasingly difficult if you attempt to install them while in the case. Also, many large aftermarket heat sinks (like the one I chose) have a special back plate you will have to install on the bottom-side of the motherboard for extra support so the board does not break.</span></p>
<div id="attachment_59" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1604.jpg"><img class="size-medium wp-image-59" title="img_1604" src="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1604-300x225.jpg" alt="Heatsink (left), motherboard, processor, thermal compound" width="300" height="225" /></a><p class="wp-caption-text">Heatsink (left), motherboard, processor, thermal compound</p></div>
<div class="mceTemp mceIEcenter">
<div id="attachment_60" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1605.jpg"><img class="size-medium wp-image-60" title="img_1605" src="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1605-300x225.jpg" alt="Mirror finish on the Heatsink base" width="300" height="225" /></a><p class="wp-caption-text">Mirror finish on the Heatsink base</p></div>
</div>
<div><span style="font-family: Arial;"><span style="font-family: Arial;"><span style="font-family: Arial;"> </span></span></span></div>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: 9pt; font-family: Arial; color: #000000;"><span style="mso-spacerun: yes;"> </span>Installing the processor itself is simple; and there are instructions provided on how to do so which explain it as good as I can, so I recommend following those instructions.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 9pt; font-family: Arial; color: #000000;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: 9pt; font-family: Arial; color: #000000;">Once you have installed the processor, you will need to apply thermal compound to both the processor and the heat sink. There are many &#8220;techniques&#8221; that are recommended to do this. From my experience, do not listen to the instructions telling you to put a &#8220;drop&#8221; on the middle of the processor and letting the force of the heat sink spread it. I recommend using the technique I have used for a number of years, and always get amazing results.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 9pt; font-family: Arial; color: #000000;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: 9pt; font-family: Arial; color: #000000;">First, you will need two &#8220;tools&#8221;. A zip-lock bag, and a used credit-card/ gift card. Then what I do is put a drop on the heat sink (more then a small drop, but not too much) then you are going to want to put the zip lock bag over your hand, and massage the compound into the base of the heat sink; the reason for this is because there are microscopic machining marks that will be filled that increase the heat transfer even further. Once you have done this, put one more small drop on the heat sink, and use the card to spread it evenly across the base. Once you have done this; put another drop on the processor and spread it evenly across the top of the processor. Make sure that none of the metal on the processor is showing, but that the compound is not too thick (paper thin at most).</span></p>
<div id="attachment_61" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1606.jpg"><img class="size-medium wp-image-61" title="img_1606" src="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1606-300x225.jpg" alt="Spreading the thermal compound o nthe processor" width="300" height="225" /></a><p class="wp-caption-text">Spreading the thermal compound on the processor</p></div>
<div><span style="font-family: Arial;"> </span></div>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 9pt; font-family: Arial; color: #000000;"> <span style="mso-tab-count: 1;"> </span></span><span style="font-size: 9pt; font-family: Arial; color: #000000;">Spreading the thermal compound on the processor    Once you have done this it is time to install the heat sink. You heat sink may have a different mounting apparatus; so my best advice here is to follow the instructions provided, and if in doubt get online and browse around some forums (overclocking forums are a good place to look) for guides and reviews made by other users. You can find some useful pointers about your heat sink, and the best techniques to use while installing.   For my Zalman cooler that I chose; I have found that the best way to install this is to have a partner handy to help you. The reason for the is because the bracket calls for you to screw in two screws alternating back and forth on each side until the heat sink is securely fastened. The problem that the instructions don&#8217;t tell you about is that the bracket is curved (sort of like a U shape slightly). This makes for a nice tight fit once fastened, but also causes a lot of resistance while installing; you can never get one screw quite tight enough to stay in place while you tighten the other screw; I actually stripped one of the sockets the first time I tried to install this cooler (on a different computer) and had to re order a new heat sink. So, the best way is to have a partner with a screwdriver screw in one side a little; while you are also pushing down and screwing in your screw, and alternate back and forth until they are both tightened securely. Installed heat sink</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;">
<div id="attachment_62" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1608.jpg"><img class="size-medium wp-image-62" title="img_1608" src="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1608-300x225.jpg" alt="Installed heatsink" width="300" height="225" /></a><p class="wp-caption-text">Installed heatsink</p></div></p>
<div><span style="font-family: Arial;"> </span></div>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;"><span style="font-size: 9pt; font-family: Arial; color: #000000;"> Once you have installed the processor and heat sink it&#8217;s time to install the motherboard into the case. Make sure you install all of the pegs into their correct positions, and then carefully place the board into place. You will probably have to apply some force to the board (pushing towards the back of the case) while you screw in the peg screws</span><span style="font-size: 7.5pt; font-family: Arial; color: #000000;">.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;">
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;">
<div id="attachment_65" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1610.jpg"><img class="size-medium wp-image-65" title="img_1610" src="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1610-300x225.jpg" alt="The motherboard installed into the case" width="300" height="225" /></a><p class="wp-caption-text">The motherboard installed into the case</p></div></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt; text-indent: 0.5in;">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 9pt; font-family: Arial; color: #000000;"> Installing memory is extremely easy; just match the connectors and apply force. Usually you will hear a &#8220;click&#8221; but don&#8217;t count on it. Watch the clips and observe if there are in the proper place after you have applied force. You can install the memory before or after you install the motherboard into the case; I chose to do it before in this case.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 9pt; font-family: Arial; color: #000000;">Installing the graphics card is almost identical to installing the RAM, but make sure you take the back-plate off of the case before you try to install the card.</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 9pt; font-family: Arial; color: #000000;"> Installing HDD is also fairly simple, but every case has a slightly different type of installation. This particular case came with screw-less installation. Basically, it&#8217;s some brackets that you install on each side of the drive, allowing it to slide in and out of the HDD are fairly easily, but hold firm enough to not cause any un-wanted vibration.</span></p>
<div id="attachment_66" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1613.jpg"><img class="size-medium wp-image-66" title="img_1613" src="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1613-300x225.jpg" alt="Installed Hard drives" width="300" height="225" /></a><p class="wp-caption-text">Installed Hard drives</p></div>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 9pt; font-family: Arial; color: #000000;"> Installing the Power supply is straight forward. Just screw the unit into it&#8217;s position. I usually try to un-tangle the cables once I get it installed, and plan out which way I want the cables to run; so they do not obstruct air flow, and look kinda pretty to! Any unused cables can be run to the back side of the case (that has no window) so they will be hidden, and not obstructing air flow.</span></p>
<div id="attachment_67" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1614.jpg"><img class="size-medium wp-image-67" title="img_1614" src="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1614-300x225.jpg" alt="Running cables behind the motherboard tray" width="300" height="225" /></a><p class="wp-caption-text">Running cables behind the motherboard tray</p></div>
<div><span style="font-size: 7.5pt; font-family: Arial; color: #000000;"> </span></div>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 9pt; font-family: Arial; color: #000000;">And that is all! </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 9pt; font-family: Arial; color: #000000;">You are done building the computer, the only thing you may have to install are the bay devices (Removable HDD tray, CD/DVD drive)</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;">
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 9pt; font-family: Arial; color: #000000;">Here is a picture of the finished product:</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 7.5pt; font-family: Arial; color: #000000;"><a href="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1617.jpg"></a></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt 42pt; line-height: 12.75pt;">
<p><span style="font-family: Arial;"><span style="font-family: Arial;"></span></span></p>
<div id="attachment_69" class="wp-caption alignnone" style="width: 310px"><span style="font-family: Arial;"><span style="font-family: Arial;"><a href="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1617.jpg"><img class="size-medium wp-image-69" title="img_1617" src="http://www.yec-usa.com/blog/wp-content/uploads/2008/10/img_1617-300x225.jpg" alt="The finished product" width="300" height="225" /></a></span></span><p class="wp-caption-text">The finished product</p></div>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial; color: #000000;">Good luck building, and have fun!</span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial; color: #000000;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial; color: #000000;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial; color: #000000;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 10pt; font-family: Arial; color: #000000;">- HDD Doctor</span></p>
<p class="a2a_link">
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Ji2%20Data%20Recovery&amp;siteurl=http%3A%2F%2Fwww.hdd.ji2.com%2Fblog%2F&amp;linkname=Building%20a%20Data%20recovery%20work%20PC%20%E2%80%93%20Part%20II&amp;linkurl=http%3A%2F%2Fwww.hdd.ji2.com%2Fblog%2F2008%2F10%2Fbuilding-a-data-recovery-work-pc-part-ii%2F">
	<img src="http://www.hdd.ji2.com/blog/wp-content/plugins/add-to-any/bookmark.gif" width="91" height="16" border="0" alt="Bookmark"/>
</a>
<script type="text/javascript">a2a_linkname="Building a Data recovery work PC – Part II";a2a_linkurl="http://www.hdd.ji2.com/blog/2008/10/building-a-data-recovery-work-pc-part-ii/";</script>
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>

</p>]]></content:encoded>
			<wfw:commentRss>http://www.hdd.ji2.com/blog/2008/10/building-a-data-recovery-work-pc-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Data Recovery Work PC &#8211; Part 1</title>
		<link>http://www.hdd.ji2.com/blog/2008/09/building-a-data-recovery-work-pc-part-1/</link>
		<comments>http://www.hdd.ji2.com/blog/2008/09/building-a-data-recovery-work-pc-part-1/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 20:02:58 +0000</pubDate>
		<dc:creator>rwinters</dc:creator>
				<category><![CDATA[Informative]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[12v]]></category>
		<category><![CDATA[15v]]></category>
		<category><![CDATA[500 watts]]></category>
		<category><![CDATA[750 GB]]></category>
		<category><![CDATA[airflow]]></category>
		<category><![CDATA[Asus]]></category>
		<category><![CDATA[Asus P5Q Pro]]></category>
		<category><![CDATA[Blueray]]></category>
		<category><![CDATA[build a PC]]></category>
		<category><![CDATA[Corsair]]></category>
		<category><![CDATA[Corsair VX550]]></category>
		<category><![CDATA[Corsair XMA DDR2 800 4GB]]></category>
		<category><![CDATA[Crucial]]></category>
		<category><![CDATA[Geil]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[HIS ATI 2400pro]]></category>
		<category><![CDATA[Intel Core Duo e8500]]></category>
		<category><![CDATA[Kingston]]></category>
		<category><![CDATA[LG]]></category>
		<category><![CDATA[Liteon]]></category>
		<category><![CDATA[motherboard]]></category>
		<category><![CDATA[Mushkin]]></category>
		<category><![CDATA[NEX]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[OCZ]]></category>
		<category><![CDATA[PC]]></category>
		<category><![CDATA[power supply]]></category>
		<category><![CDATA[processor]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[RAID 0]]></category>
		<category><![CDATA[RAID 5]]></category>
		<category><![CDATA[Samsung DVD burdner]]></category>
		<category><![CDATA[Samsung Spin-Point F1]]></category>
		<category><![CDATA[Seasonic]]></category>
		<category><![CDATA[Sony]]></category>
		<category><![CDATA[Thermaltake]]></category>
		<category><![CDATA[work PC]]></category>
		<category><![CDATA[Zalman CNPS 9700LED]]></category>

		<guid isPermaLink="false">http://www.yec-usa.com/blog/?p=35</guid>
		<description><![CDATA[

Building a PC is something almost everyone in the world of technology does at some point in time; some do it a lot more then others, and some even take a hobby to it (like myself). Being the hobbyist I am; I keep myself familiar with not only Data Recovery, but with all the latest [...]]]></description>
			<content:encoded><![CDATA[<div><!--v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} --></div>
<p><span id="more-35"></span></p>
<p>Building a PC is something almost everyone in the world of technology does at some point in time; some do it a lot more then others, and some even take a hobby to it (like myself). Being the hobbyist I am; I keep myself familiar with not only Data Recovery, but with all the latest parts for PCs being released, and all of the latest technologies with processors, graphics cards, motherboards, and all those other components that make up a PC. Recently, I was appointed to build a new Work PC for our Data Recovery Department here at Ji2, and I am going to walk you through the steps that I took to build a good PC for Data Recovery work.</p>
<p>Depending on the amount of cases you see and the way that you/your technicians like to work will play a big part on how much you will need to spend on your work PC; or if you are going to need to purchase duplicate parts to build multiple PCs.</p>
<p>Logical work is always an afterthought in the data recovery community; and I am not sure why because logical recovery is inevitable. No matter if you do a platter transplant or a PCB swap, in the end the goal is to be able to image the drive, and rebuild the files/file system on that drive to extract the data.</p>
<p>A problem I always see in our lab is this: physical work only takes a matter of minutes, but logical work can easily take hours, even days to image and rebuild the file structure. This can cause a major problem to arise; your workload becomes backed up because you have to wait for a drive to image or for your software the rebuild this 500GB hard drive’s file structure. This greatly reduces productivity. All of these things I took in to consideration when building a new PC. I wanted something that was fast, had a lot of expandability, and most of all, reliability. Reliability should be your number one priority. You will be working with customer data on this computer, and you cannot afford for it to crash. This puts customer data at risk, and also lowers productivity.</p>
<p>Alright, so I got started looking for all of the parts I wanted for my work pc. I didn’t really need to research much (I build PCs as a hobby, remember) so I already generally knew what was going to be the best route to go with brand, configuration, etc. Here is a pic of all of the parts after they arrived. Set up all fancy and everything to!</p>
<div><!--st1\:*{behavior:url(#ieooui) } --></div>
<div id="attachment_36" class="wp-caption aligncenter" style="width: 310px"><img class="size-medium wp-image-36" title="img_1596" src="http://www.yec-usa.com/blog/wp-content/uploads/2008/09/img_1596-300x225.jpg" alt="" width="300" height="225" /><p class="wp-caption-text">Fancy picture</p></div>
<p>So, you may be wondering; why did you choose these parts? Why do you need the case with the huge fans on it? The answer is: you don&#8217;t. Why did I get the case with the massive fans? Because it was a combo deal with the processor and huge fans mean one thing: huge airflow. Airflow leads to cooler components, and cooler components have longer lives and better reliability. For every one&#8217;s benefit; here is a list of all of the parts that I chose, and why I think that this part/brand is important, and if I have any alternative recommendations.</p>
<p>[Processor]-Intel Core 2 Duo e8500: If you have kept up on processors in the last couple years then you surely know that AMD had a big lead with their &#8220;Athlon 64&#8243; processors up until about two years ago, when Intel released the beast that is the &#8220;Core 2&#8243; series of processors. There is no arguing that these processors deliver, and Intel has been extremely aggressive with pricing. I chose a dual core and not a quad core for a very specific reason; compatibility. At this point in time you may run into compatibility issues with quad cores due to the programming of a lot of software used for data recovery. For that same reason; while a program may not crash while running on a quad core, most programs aren&#8217;t designed to run on a quad core and therefore do not utilize all four cores. At this time, a dual core is the best solution for the software DR technicians to use. I recommend getting the highest clocked (GHz) processor you can afford.</p>
<p>[Motherboard] &#8211; Asus P5Q Pro: Fairly straight forward; get a board that has a lot of SATA ports, and as many PATA ports as you can; it is hard to find boards with more then one these days. This board I chose because not only does is have 8 SATA ports; but it also has &#8220;8-phase power&#8221; which essentially helps clean up the currents running to your components; very nice for a DR PC. It also sports &#8220;Solid State capacitors&#8221; which have much longer life expectancy then standard capacitors.</p>
<p>[Hard Drive] &#8211; Samsung Spin-Point F1: For hard drives I looked no further then samsung. The spin-point F1 series is among the quickest 7200rpm drives you can have right now; and it is a general consensus that samsung makes some of the easiest drives to recover, due to their simple, but efficient design. I went with 3 750GB drives, and ran them in a RAID 5. RAID 5 essentially gives you the high read performance of RAID 0, with parity so that if one of the drives fails, it can rebuild itself. Keep in mind that if you want to run a RAID 5 you will need a minimum of three drives (get them identical in size) and that one of those drives is used only for parity, so the total amount of data you will be able to store is the combined total of two of the drives.</p>
<p>[Power Supply] &#8211; Corsair VX550: Power supplies get overlooked far too much. A lot of people figure they can go cheap on the worthless power supply to save some money. This is asking for all of your expensive parts and valuable data to go up in smoke. Never go cheap on the power supply. There are a couple things to consider when choosing a power supply. Watts is the most commonly known figure to look for on a power supply. Depending on how much hardware your running in your system you may want to go higher, but ~500watts give or take should be more the enough. The big number you want to look for is the amount of amps on the 12v and 5v rails. This corsair I those can feed something like 50amps into the 12v power rail. In comparison, one of the spinpoint F1 drives uses ~ 2amps on start-up. So you can see how 50amps gives you a lot of head room. The last number you want to look for is efficiency. You want a Power supply that has an 80% + efficiency rating. A lot of people don&#8217;t realize that just because your power supply says &#8220;500 watts&#8221; that does not mean that&#8217;s what it can actually output. Depending on heat, and the cleanliness of the current coming into the power supply it usually is much less ~20% less on a good power supply, which gives you your 80%. Keep all of this in mind when looking for a power supply and you should have no problem. Some of my personal favorite brands for PSU are: OCZ, Corsair, Seasonic, Thermaltake, and pc power and cooling.</p>
<p>[Memory] &#8211; Corsair XMS DDR2 800 4GB &#8211; Corsair has been making great memory for years; it has a lifetime warranty, and it was on sale. Memory is so cheap these days; max it out. On XP and Vista 32bit you will only see ~2.8-3.2gb depending on some variables, but that&#8217;s OK, at least cap it out. I would tell you to go with a 64bit operating system, but as with the quad-cores, that is something I would wait a while for because of compatibility issues with data recovery software. Other good brands are: OCZ, Kingston, Mushkin, Geil, Crucial.</p>
<p>[Graphics Card] - HIS ATI 2400pro: Graphics cards don&#8217;t do anything to speed up our DR work. Keep it simple and low profile; so it doesn&#8217;t use a lot of power. You may want to consider things like the video outputs if you want to run multiple monitors. This card is very solid and was under fifty dollars. Go with ATI or Nvidia, anything else is not very good.</p>
<p>[DVD Drive] &#8211; Samsung: DVD burners are only like thirty dollars these days; I picked the samsung, but there are quite a few good brands out there: Samsung, Sony/NEC, LG, Liteon, Asus to name a few. You may want to consider going with a Blueray burner in another half a year or so. With a 40GB capacity, it may come in handy for cheaper delivery media.</p>
<p>[Cooling] - Zalman CNPS 9700LED and Arctic cooling MX-2: As a hobbyist I have learned that keeping your CPU cool will help it live a nice long life. If you can keep you CPU running at around half of its &#8220;safe operating temperature&#8221; then chances are that processor should last you a good half a decade. The zalman cooler I chose is the most popular cooler on the market for PC Gamers, and games being as strenuous as they are; if you can cool a processor to play games, then you will be just fine cooling it for any other tasks. Arctic cooling MX-2 is what is called &#8220;Thermal compound&#8221;. This stuff goes in between the processor and the heatsink to promote better transfer of heat. This stuff is ceramic so it is non-conductive, and you don&#8217;t need to re apply it for over five years.</p>
<p>Alright, we went over all of the parts; next time I will walk you through the building process and give you some pointers for building a PC.</p>
<p>- The HDD Doctor</p>
<p style="text-align: center;" align="center">
<p class="MsoNormal">
<p class="a2a_link">
<a name="a2a_dd" onmouseover="a2a_show_dropdown(this)" onmouseout="a2a_onMouseOut_delay()" href="http://www.addtoany.com/bookmark?sitename=Ji2%20Data%20Recovery&amp;siteurl=http%3A%2F%2Fwww.hdd.ji2.com%2Fblog%2F&amp;linkname=Building%20a%20Data%20Recovery%20Work%20PC%20%E2%80%93%20Part%201&amp;linkurl=http%3A%2F%2Fwww.hdd.ji2.com%2Fblog%2F2008%2F09%2Fbuilding-a-data-recovery-work-pc-part-1%2F">
	<img src="http://www.hdd.ji2.com/blog/wp-content/plugins/add-to-any/bookmark.gif" width="91" height="16" border="0" alt="Bookmark"/>
</a>
<script type="text/javascript">a2a_linkname="Building a Data Recovery Work PC – Part 1";a2a_linkurl="http://www.hdd.ji2.com/blog/2008/09/building-a-data-recovery-work-pc-part-1/";</script>
<script type="text/javascript" src="http://www.addtoany.com/js.dropdown.js?type=page"></script>

</p>]]></content:encoded>
			<wfw:commentRss>http://www.hdd.ji2.com/blog/2008/09/building-a-data-recovery-work-pc-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
