<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>PCMech &#187; Hard Drives</title>
	<atom:link href="http://www.pcmech.com/article/category/hardware/hard-drives/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pcmech.com</link>
	<description>Helping Normal People Get Their Geek On</description>
	<lastBuildDate>Sat, 21 Nov 2009 07:32:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>On Screen Hard Drive Activity LED</title>
		<link>http://www.pcmech.com/article/on-screen-hard-drive-activity-led/</link>
		<comments>http://www.pcmech.com/article/on-screen-hard-drive-activity-led/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 07:32:38 +0000</pubDate>
		<dc:creator>Jason Faulkner</dc:creator>
				<category><![CDATA[Daily Tips]]></category>
		<category><![CDATA[Hard Drives]]></category>
		<category><![CDATA[hard drive activity]]></category>
		<category><![CDATA[utilities]]></category>

		<guid isPermaLink="false">http://www.pcmech.com/?p=10646</guid>
		<description><![CDATA[You are probably very familiar with the hard drive activity LED that seems to constantly be blinking on either your desktop or laptop case. As a better alternative to this simple indicator, FloatLED puts this information directly on your desktop.
Something FloatLED does that your case light cannot is it can tell you want drive is actually [...]<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/on-screen-hard-drive-activity-led/">On Screen Hard Drive Activity LED</a></p>
]]></description>
			<content:encoded><![CDATA[<p>You are probably very familiar with the hard drive activity LED that seems to constantly be blinking on either your desktop or laptop case. As a better alternative to this simple indicator, <a href="http://www.stone-oakvalley-studios.com/index_software.php">FloatLED</a> puts this information directly on your desktop.</p>
<p>Something FloatLED does that your case light cannot is it can tell you want drive is actually working. If you have multiple disks in your system, this can be very useful as you can actually see the source of the &#8216;grinding&#8217;. Additionally, if you are working on a remote system (via Terminal Services, Log Me In, etc.), by firing up this application you instantly have access to this information on the system you are connected to.</p>
<p>While this is probably not for everyone (i.e. you have a laptop with one disk), for those of you who do have a use for it, FloatLED is a great utility.</p>
<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/on-screen-hard-drive-activity-led/">On Screen Hard Drive Activity LED</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcmech.com/article/on-screen-hard-drive-activity-led/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Builtin Microsoft Tool To Easily Extend A Partition Size</title>
		<link>http://www.pcmech.com/article/builtin-microsoft-tool-to-easily-extend-a-partition-size/</link>
		<comments>http://www.pcmech.com/article/builtin-microsoft-tool-to-easily-extend-a-partition-size/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 07:32:03 +0000</pubDate>
		<dc:creator>Jason Faulkner</dc:creator>
				<category><![CDATA[Daily Tips]]></category>
		<category><![CDATA[Hard Drives]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[partitions]]></category>

		<guid isPermaLink="false">http://www.pcmech.com/?p=10594</guid>
		<description><![CDATA[If you have a hard drive with some unallocated space on the end of (i.e. not currently assigned to a partition) and want to use that space to add to an existing partition, a simple and effective tool you can use is Diskpart. This tool is included with Windows XP and later.
The documentation is pretty [...]<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/builtin-microsoft-tool-to-easily-extend-a-partition-size/">Builtin Microsoft Tool To Easily Extend A Partition Size</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you have a hard drive with some unallocated space on the end of (i.e. not currently assigned to a partition) and want to use that space to add to an existing partition, a simple and effective tool you can use is <a href="http://support.microsoft.com/kb/300415">Diskpart</a>. This tool is included with Windows XP and later.</p>
<p>The documentation is pretty easy to follow, but for example suppose you want to extend the size of your E drive with some empty space on the end:</p>
<ol>
<li>Make sure you have your data backed up (just in case)</li>
<li>Open a command prompt as the Administrator</li>
<li>Type &#8216;diskpart&#8217;</li>
<li>Type &#8216;list disk&#8217; to get the disk number of the drive</li>
<li>Type &#8217;select disk=[disk#]&#8216;</li>
<li>Type &#8216;list partition&#8217; to get the partition number of the partition to extend</li>
<li>Type &#8217;select partition=[partition#]&#8216;</li>
<li>Type &#8216;extend&#8217;</li>
<li>Once the command completes, your E drive is now resized to include the additional empty space</li>
</ol>
<p>Note: You cannot use this to resize the active system drive (usually C), so if you do need to resize your C drive, you would need to remove the hard drive from the computer and plug it into another computer where it is not the C drive. Once you do this you can then resize it.</p>
<p>This also works in virtual machines, so you can use this in combination with <a href="http://www.pcmech.com/article/resizing-a-virtual-pc-hard-drive/">the VHD Resizer tool</a> to completely manage your VHD files.</p>
<p>While there are certainly more user friendly and feature-rich products available, this tool does the job quickly and easily.</p>
<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/builtin-microsoft-tool-to-easily-extend-a-partition-size/">Builtin Microsoft Tool To Easily Extend A Partition Size</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcmech.com/article/builtin-microsoft-tool-to-easily-extend-a-partition-size/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Long Haul Low-Cost PC &quot;Refit&quot; How-To</title>
		<link>http://www.pcmech.com/article/long-haul-low-cost-pc-refit-how-to/</link>
		<comments>http://www.pcmech.com/article/long-haul-low-cost-pc-refit-how-to/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 11:00:00 +0000</pubDate>
		<dc:creator>Rich Menga</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hard Drives]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How Do I]]></category>
		<category><![CDATA[How It Works]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Monitors]]></category>
		<category><![CDATA[Motherboards]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Peripherals]]></category>
		<category><![CDATA[Processors]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Sound]]></category>
		<category><![CDATA[Video Cards]]></category>
		<category><![CDATA[Build Your Own]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[refitted]]></category>

		<guid isPermaLink="false">http://www.pcmech.com/?p=10603</guid>
		<description><![CDATA[In the context of this article, long haul computing means to build a computer box that will remain untouched per its internal hardware for a period of 5 to 7 years, but be used on a daily basis.
If you want a really good example of where a box like this would be needed, look no [...]<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/long-haul-low-cost-pc-refit-how-to/">Long Haul Low-Cost PC &quot;Refit&quot; How-To</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In the context of this article, long haul computing means to build a computer box that will remain untouched per its internal hardware for a period of 5 to 7 years, but be used on a daily basis.</p>
<p>If you want a really good example of where a box like this would be needed, look no further than your local church. Traditional churches by nature are all non-profit organizations that operate on a very tight shoestring budget. Whatever technology is brought into the church <em>must</em> have good longevity to it because there&#8217;s simply no other purchase options. They can&#8217;t lease computer boxes. Whatever they get, they own, and it has to last a long time.</p>
<p>You could, if so desired, opt not to build but rather go with a brand name like Dell as they have new desktop PCs <a href="http://www.dell.com/us/en/home/desktops/inspndt/ct.aspx?refid=inspndt&amp;s=dhs&amp;cs=19&amp;~ck=mn">starting at $269</a>. But maybe you&#8217;re in the situation where you have to deal with existing PCs because the budget simply won&#8217;t allow for the purchase of new computers. In this instance you have to refit them with new parts that will stand the test of time. That&#8217;s what this how-to covers.</p>
<p><strong>The icons seen below are from </strong><a href="http://www.iconarchive.com"><strong>Icon Archive</strong></a><strong>.</strong> Be sure to check that place out for some truly good looking icons for Windows, Mac or Linux.</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="motherboard-256x256" border="0" alt="motherboard-256x256" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/motherboard256x256.png" width="48" height="48" />&#160; Motherboard and CPU</h3>
<p>It used to be that AMD was cheaper than Intel, but this is no longer the case. Were you to compare AMD vs. Intel in both motherboard and CPU prices, you&#8217;ll find they&#8217;re almost identical on the lower end of the cost spectrum.</p>
<p>When it comes to long-haul computing, the prevention of heat is a major consideration. Fortunately this is easy to take care of, because all you have to do is employ the use of a low-watt CPU. AMD has 45-watt offerings and Intel has 35-watt. Either is a good choice.</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Hardware-Chip-48x48" border="0" alt="Hardware-Chip-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/HardwareChip48x48.png" width="48" height="48" />&#160; RAM</h3>
<p>With desktop memory the goal is to use the &quot;slowest&quot; possible sticks you can buy. Once again this is done to avoid heat. Use the bare minimum clock speed that the RAM banks will support, and put the maximum amount of RAM in the box it can support.</p>
<p>Also try, if possible, to use same-brand RAM. This will avoid any unforeseen issues with old RAM, as in some instances old sticks do not &quot;play nice&quot; with new ones. It is rare when this happens, but not out of the realm of possibility and you probably don&#8217;t have a RAM tester. (If you do have one however, use it.)</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="harddisc-48x48" border="0" alt="harddisc-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/harddisc48x48.png" width="48" height="48" />&#160; Hard Drive</h3>
<p>This step is simple, stick with 7200rpm hard disk drives. Were it a few years ago I would have recommended to use a 5400rpm (again, for less heat), but those offerings are now all but gone for standard 3.5-inch drives, and you&#8217;ll spend too much on a 5400rpm due to its rarity. The tried-and-true 7200rpm SATA of any media storage size works fine.</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Casque-SZ-48x48" border="0" alt="Casque-SZ-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/CasqueSZ48x48.png" width="48" height="48" />&#160; Sound Card</h3>
<p>Any. Doesn&#8217;t matter what you use as long as it works. You&#8217;ll most likely use the on-board sound from the motherboard anyway.</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="colors-48x48" border="0" alt="colors-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/colors48x48.png" width="48" height="48" />&#160; Video Card</h3>
<p>If the motherboard has a built-in video port, use it. Heat is avoided by doing this. If there isn&#8217;t any on-board video, what to use for a video card depends on the operating system. I&#8217;ll cover that in a moment.</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="cd-48x48" border="0" alt="cd-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/cd48x48.png" width="48" height="48" />&#160; Optical drive</h3>
<p>As long as the customer reviews for the optical drive you&#8217;re shopping for are favorable and it can play, read and burn CDs and DVDs, that&#8217;s all that matters.</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="parachute-48x48" border="0" alt="parachute-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/parachute48x48.png" width="48" height="48" />&#160; Case fans</h3>
<p>This is the only part of the build where you absolutely cannot go low-cost. The case fans you use must be of premium grade, have good bearings and be as quiet as possible. Their only job in life is to cool, so don&#8217;t go cheap with these.</p>
<p><a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16835608010">Here&#8217;s an example</a> of a premium case fan. Yes, it&#8217;s almost $25 <em>per fan</em>. But it&#8217;s one of the best you can buy and totally worth the money.</p>
<p>I&#8217;m not saying you <em>have</em> to buy $25 case fans, but don&#8217;t go with the two-dollar cheap stuff. Do so and the PC&#8217;s life will end earlier.</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Ubuntu-SZ-48x48" border="0" alt="Ubuntu-SZ-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/UbuntuSZ48x48.png" width="48" height="48" />&#160; Operating System</h3>
<p><strong>If the box has a legal licensed copy of Windows XP or Vista</strong>, you&#8217;re all set. Continue to use it, continue to automatically download auto-updates as they are provided.</p>
<p>XP runs happily with 1GB of RAM and a 64MB video card. You can&#8217;t game on it, but you can do just about everything else.</p>
<p>The <a href="http://www.microsoft.com/windows/windows-vista/get/system-requirements.aspx">system requirements for Vista</a> state it can get by on 1GB RAM, but as everybody knows it needs at least 2GB. The minimums also state that 128MB video is needed, but in reality 512MB suits it much better.</p>
<p><strong>If the box has an <em>illegal</em> copy of XP or Vista</strong>, you need to either purchase a license of Windows 7 or switch to Linux &#8211; especially if the box you&#8217;re building is going to be used by somebody else. Why? Because somewhere along the line Windows will break without its needed updates eventually. And if you&#8217;re the one building a box for someone else, guess who gets the first phone call when somehow the end user magically turns on auto-updates and WGA disables Windows? That&#8217;s right, you do. Do you honestly want to deal with that?</p>
<p>The purchase of 7 is out of the question for most people because it blows the budget. You&#8217;d have to buy a full license of Windows 7 Home Premium, <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16832116752">which costs just under $110</a>. The &quot;Starter&quot; Edition of Windows 7 is only available to OEMs and not the general public unfortunately.</p>
<p>Linux&#8217;s strongest point is that it&#8217;s free. The flavor that&#8217;s the most suitable choice is the very recently released <a href="http://www.ubuntu.com/">Ubuntu</a> 9.10.</p>
<p>If you happen to be building/refitting a box for someone else, and that person only requires the basics of computing, you may want to consider <a href="http://www.ubuntu.com/getubuntu/download-netbook">Ubuntu Netbook Remix</a> instead. It&#8217;s designed for netbooks, but has superior performance on low-end computer boxes. It also helps that the 9.10 UNR interface <a href="http://www.ubuntumini.com/2009/08/ubuntu-netbook-remixs-new-user.html">is super-friendly</a> to use.</p>
<p>One of the few things that may prove to be a roadblock with UNR is printing. This is not Ubuntu&#8217;s fault, but rather the fact that most printers only come provided with proprietary Windows and Mac control software.</p>
<p><a href="https://wiki.ubuntu.com/HardwareSupportComponentsPrinters">Check printer compatibility here</a> for Ubuntu. It&#8217;s well worth the time to take a few minutes to read that over for your specific printer. Yours should be there as the lists are extensive. You know you&#8217;re in good shape if your printer is listed as both supported and working.</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="mouse-48x48" border="0" alt="mouse-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/mouse48x48.png" width="48" height="48" />&#160; Mouse</h3>
<p>At least mid-grade quality, not wireless and manufactured by Microsoft or Logitech.</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="HP-Keyboard-2-48x48" border="0" alt="HP-Keyboard-2-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/HPKeyboard248x48.png" width="48" height="48" />&#160; Keyboard</h3>
<p>Same requirements as the mouse.</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Dell-Display-Front-48x48" border="0" alt="Dell-Display-Front-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/DellDisplayFront48x48.png" width="48" height="48" />&#160; Monitor</h3>
<p>You&#8217;ll most likely be using the existing monitor. If buying another, don&#8217;t buy used. Buy new. </p>
<p>The price for a new low-cost LCD monitor off the shelf will be between $125 and $175.</p>
<p>If you opt to buy online, specifically seek out the ones with free shipping, else you&#8217;ll pay the same price as you would off the shelf for the same thing.</p>
<p>As for the size, don&#8217;t buy anything under 18 inches. It&#8217;s simply not worth it.</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="My-Documents-48x48" border="0" alt="My-Documents-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/MyDocuments48x48.png" width="48" height="48" />&#160; Software</h3>
<p>In a basic sense, your computer must be able to:</p>
<ul>
<li>Browse the web </li>
<li>Have the ability to use instant messaging easily </li>
<li>Compose documents and spreadsheets and be able to share those documents easily </li>
<li>Be able to import images from a digital camera easily </li>
<li>Be able to edit images on a basic level easily </li>
<li>Print </li>
<li>Be able to burn CDs and DVDs </li>
<li>Play DVD video </li>
<li>Have sufficient protection against spyware, malware and viruses </li>
</ul>
<p>Here&#8217;s each point covered one by one. I&#8217;m listing very specific choices that don&#8217;t require any additional software unless absolutely necessary. The less software installed, the better off the overall installation is.</p>
<p><strong>Browse the web</strong></p>
<p>Windows: Internet Explorer    <br />Ubuntu: Firefox</p>
<p><strong>Instant messaging</strong></p>
<p>Windows: Windows Live Messenger    <br />Ubuntu: Pidgin</p>
<p><strong>Documents and Spreadsheets</strong></p>
<p>Windows: OpenOffice    <br />Ubuntu: OpenOffice</p>
<p><strong>Digital Camera image import / Basic photo editing</strong></p>
<p>Windows: Windows Live Photo Gallery    <br />Ubuntu: F-Spot</p>
<p><strong>Printing</strong></p>
<p>Windows: Use provided printer control software CD or download from printer OEM&#8217;s web site    <br />Ubuntu: Depends if the printer is supported or not by the OS (see above)</p>
<p><strong>Burning CDs and DVDs</strong></p>
<p>Windows, Data/Backup: Built-in to the OS natively, drag/drop    <br />Windows, Music: Windows Media Player</p>
<p>Ubuntu, Data/Backup: Built-in to the OS natively, drag/drop    <br />Ubuntu, Music: <a href="http://projects.gnome.org/brasero/">Brasero</a> (included with OS)</p>
<p><strong>Play DVD Video</strong></p>
<p>Windows XP: Not included with DVD video codecs on fresh XP install. Codec must be provided by purchased player software such as WinDVD or CyberDVD.</p>
<p>Windows Vista/7: Codecs included, uses Windows Media Player to play DVDs.</p>
<p>Ubuntu: Codecs included, uses Totem to play DVDs.</p>
<p><strong>Virus, spyware and malware protection</strong></p>
<p>Windows: <a href="http://www.microsoft.com/Security_Essentials/">Microsoft Security Essentials</a> or any other number of free protection suites.</p>
<p>Ubuntu: Generally speaking, not required because of <a href="http://librenix.com/?inode=21">the way Linux is designed</a>. But if you feel you need it, <a href="https://help.ubuntu.com/community/Antivirus">there&#8217;s documentation aplenty on it</a>.</p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="chair-48x48" border="0" alt="chair-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/chair48x48.png" width="48" height="48" />&#160; Placement</h3>
<p>If you have the option, place the PC on the desk and not on the floor. As you know, computers are dirt magnets. This not only makes the computer box easier to clean but also keeps it away from dust and dirt that collects on the floor that the case fans would otherwise suck inside the box. </p>
<h3><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="bar-chart-48x48" border="0" alt="bar-chart-48x48" align="absMiddle" src="http://www.pcmech.com/wp-content/uploads/2009/11/barchart48x48.png" width="48" height="48" />&#160; Performance notes and other tips</h3>
<p>The only time you&#8217;ll experience true slowdowns is on web pages with heavy Flash use. Then again, Flash will bring any web browser to its knees if you throw enough of that content at it even on the fastest of computers.</p>
<p>It is better if the PC has wired instead of wireless networking as it will speed things up quite a bit concerning internet usage. It&#8217;s not that wireless won&#8217;t work, but you want to give any speed advantage you can, so if you have the option, use wired internet connectivity.</p>
<p>Automate everything you possibly can. For example, if using a Windows OS you could use <a href="http://www.piriform.com/defraggler">Defraggler</a> to schedule drive defragmenting easily.</p>
<p>If you can, clone the drive once everything is installed, so if something busts on a major level, you&#8217;ve got a &quot;vanilla&quot; copy ready to be imaged back if the need arises.</p>
<p>Try (or instruct whoever is getting the PC) to get in the habit of &quot;living in the browser.&quot; Keep installed apps to a minimum. The less apps there are, the less likely something will break on the software side and in many cases the speedier the OS will run, regardless of what OS it is. The best way to do this is to stay in the browser as much as possible.</p>
<p>For every app you download and install, save that to USB stick or CD/DVD. It&#8217;s also smart to perform a software inventory periodically just in case you have to reinstall the OS for whatever reason.</p>
<p>For any hardware you installed that has a warranty, put all the paperwork in an envelope and physically tape it to the side or top of the case. It&#8217;s not pretty, but you&#8217;ll never lose the info, should you need it.</p>
<h3>Final notes</h3>
<p>The best way to treat an older computer is to configure it like a kiosk would be. A kiosk by nature is set up to be simple and efficient. If you use Ubuntu Netbook Remix, this is very much how your computer will act, and that&#8217;s not a bad thing. You can do the same with Windows by hiding the taskbar, avoiding the Start menu when possible and placing the icons for the apps you regularly use on the desktop.</p>
<p>If you approach computing this way with an older refitted PC box and build it as outlined above, it should easily last 5 or more years.</p>
<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/long-haul-low-cost-pc-refit-how-to/">Long Haul Low-Cost PC &quot;Refit&quot; How-To</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcmech.com/article/long-haul-low-cost-pc-refit-how-to/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Effectively Using A RAID Disk Array</title>
		<link>http://www.pcmech.com/article/effectively-using-a-raid-disk-array/</link>
		<comments>http://www.pcmech.com/article/effectively-using-a-raid-disk-array/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 23:17:04 +0000</pubDate>
		<dc:creator>Jason Faulkner</dc:creator>
				<category><![CDATA[Daily Tips]]></category>
		<category><![CDATA[Hard Drives]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[raid]]></category>

		<guid isPermaLink="false">http://www.pcmech.com/?p=9962</guid>
		<description><![CDATA[I saw an interesting post on Slashdot not too long ago where someone asked the a question regarding a RAID setup. What I found interesting was not so much their question, rather the comments from the replies.
If you are considering using RAID in your setup, this is a great thread to read. One commenter put [...]<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/effectively-using-a-raid-disk-array/">Effectively Using A RAID Disk Array</a></p>
]]></description>
			<content:encoded><![CDATA[<p>I saw an <a href="http://ask.slashdot.org/story/09/07/05/1729257/RAID-Trust-Issues-mdash-Windows-Or-a-Cheap-Controller">interesting post on Slashdot</a> not too long ago where someone asked the a question regarding a RAID setup. What I found interesting was not so much their question, rather the comments from the replies.</p>
<p>If you are considering using RAID in your setup, this is a great thread to read. One commenter put it best:</p>
<blockquote><p>[T]he reason for using RAID is NOT as a backup. RAID != Backup.<br />
RAID is for redundancy and performance increases.</p></blockquote>
<p>This is a great point. RAID will protect you from drive failures but is not a backup solution as if you lose your data on one drive, you have lost it on all of them.</p>
<p>Personally, I don&#8217;t see a need for an end user machine to really have a RAID setup as it is expensive and not cost effective for performance gains when compared to better hardware.</p>
<p>Does anyone have any personal experience or thoughts on this?</p>
<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/effectively-using-a-raid-disk-array/">Effectively Using A RAID Disk Array</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcmech.com/article/effectively-using-a-raid-disk-array/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>By The Numbers: Hard Drive Prices</title>
		<link>http://www.pcmech.com/article/by-the-numbers-hard-drive-prices/</link>
		<comments>http://www.pcmech.com/article/by-the-numbers-hard-drive-prices/#comments</comments>
		<pubDate>Fri, 08 May 2009 13:14:28 +0000</pubDate>
		<dc:creator>Rich Menga</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hard Drives]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[2000]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[nt]]></category>
		<category><![CDATA[TB]]></category>
		<category><![CDATA[volume]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.pcmech.com/article/by-the-numbers-hard-drive-prices/</guid>
		<description><![CDATA[Using NewEgg, here&#8217;s the scoop on what hard drives cost right now.
Cheapest of the cheap: Hitachi Deskstar, 80GB, $32.99. And yes it is a SATA 3GB/s. Bear in mind a Western Digital flavor is just one dollar more.
King of the hill (price-wise): HP 347708-B22 147GB, $499. What makes this hard drive expensive is its 15,000 [...]<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/by-the-numbers-hard-drive-prices/">By The Numbers: Hard Drive Prices</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Using NewEgg, here&#8217;s the scoop on what hard drives cost right now.</p>
<p><strong>Cheapest of the cheap:</strong> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822145127">Hitachi Deskstar, 80GB, $32.99</a>. And yes it is a SATA 3GB/s. Bear in mind a Western Digital flavor is just <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822136195">one dollar more</a>.</p>
<p><strong>King of the hill (price-wise):</strong> <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822332004">HP 347708-B22 147GB, $499</a>. What makes this hard drive expensive is its 15,000 RPM. If you feel inclined to buy one of these, bear in mind it&#8217;s a SCSI interface.</p>
<p><strong>Solid State Disks:</strong> All of them are still too expensive and makes the HP listing above look like a steal. See, the deal is that if you want SSD now, you&#8217;ll most likely need the controller card to go with it. And this can easily bust over $1,000. But even if you have the controller card and just want the SATA II SSD alone, <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820227395">120GB can cost $400</a>.</p>
<h3>Drives that normal people would actually want</h3>
<p>The 500GB drives are now <a href="http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&amp;N=2010150014%20103530113&amp;bop=And&amp;ActiveSearchResult=True&amp;Order=PRICE">below the $60 price point</a>, many of which have free shipping.</p>
<p>1TB drives are now <a href="http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&amp;N=2010150014%20103530090&amp;name=1TB%20and%20higher">below the $80 price point</a>. I can&#8217;t believe this is true but it is. If prices keep dropping at this rate, 1TB will be had for $50 by fourth quarter 2009.</p>
<p>Make no mistake, 1TB is <em>huge</em>. It will take you a good long time to fill that. But the problem that presents itself is how to back it up. The solution is to buy two 1TB drives. One for your primary; the other as backup.</p>
<p><strong>Important note to Windows XP users concerning hard drives</strong></p>
<p>A basic NTFS volume has a maximum recognized size of 2TB. With 64KB clusters, it is possible to achieve a 256TB dynamic volume.</p>
<p>If you intend to go over 2TB with NTFS, <a href="http://support.microsoft.com/kb/308424">get educated on how to create or convert to dynamic volumes</a>. Everything you need to know about those type of volumes is in that link. Read it and bookmark it.</p>
<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/by-the-numbers-hard-drive-prices/">By The Numbers: Hard Drive Prices</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcmech.com/article/by-the-numbers-hard-drive-prices/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Stylish Portable Hard Drives?</title>
		<link>http://www.pcmech.com/article/stylish-portable-hard-drives/</link>
		<comments>http://www.pcmech.com/article/stylish-portable-hard-drives/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 10:10:00 +0000</pubDate>
		<dc:creator>Rich Menga</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hard Drives]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[digital]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[external]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[my]]></category>
		<category><![CDATA[passport]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[western]]></category>

		<guid isPermaLink="false">http://www.pcmech.com/article/stylish-portable-hard-drives/</guid>
		<description><![CDATA[When one thinks of a hard drive, style doesn&#8217;t usually come to mind. That&#8217;s because most people don&#8217;t care about that sort of thing. However when the style is actually functional, that&#8217;s a different story and is desirable.
Enter the My Passport portable hard drive from Western Digital. This is a 500GB portable drive that connects [...]<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/stylish-portable-hard-drives/">Stylish Portable Hard Drives?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>When one thinks of a hard drive, style doesn&#8217;t usually come to mind. That&#8217;s because most people don&#8217;t care about that sort of thing. However when the style is actually <em>functional</em>, that&#8217;s a different story and is desirable.</p>
<p>Enter the <a href="http://www.wdc.com/en/products/Products.asp?DriveID=525">My Passport</a> portable hard drive from Western Digital. This is a 500GB portable drive that connects via USB 2.0. It also comes in 400, 320 and 250GB sizes as well. And it comes in 9 different colors &#8211; but you don&#8217;t care about that.</p>
<p>What you do care about is what it looks like and what makes it truly portable.</p>
<p>Here&#8217;s a few images of it:</p>
<p><a href="http://www.pcmech.com/wp-content/uploads/2009/03/image30.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://www.pcmech.com/wp-content/uploads/2009/03/image-thumb.png" border="0" alt="image" width="154" height="117" /></a> <a href="http://www.pcmech.com/wp-content/uploads/2009/03/image31.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://www.pcmech.com/wp-content/uploads/2009/03/image-thumb1.png" border="0" alt="image" width="154" height="117" /></a> <a href="http://www.pcmech.com/wp-content/uploads/2009/03/image32.png"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" src="http://www.pcmech.com/wp-content/uploads/2009/03/image-thumb2.png" border="0" alt="image" width="94" height="117" /></a></p>
<p>This is certainly better than a larger USB hard drive caddy especially considering it does the same job and is <em>self-powered</em> via the USB. No external power supply needed. That&#8217;s a huge plus.</p>
<p>For those using Windows you also get 128-bit encryption.</p>
<p>The price? It&#8217;s $149 thru Western Digital or if you shop around you can get one for <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822136301">as low as $109</a>. When I checked the price I honestly thought it was going to cost a whole lot more, but thankfully it stays well within a reasonable price range.</p>
<p>The biggest drawback is that USB 2.0 can be a bit slow. Do not expect it to have blazing fast performance. As long as you remember that, this is very usable tech.</p>
<p>Were you to try to get the same amount of storage with USB sticks you would easily spend over $200. And with a 3.5-inch setup you have to deal with a power supply.</p>
<p>This is probably one of the cheapest, easiest and most useful backup solutions yet. And for those with media center computers this would also serve quite well.</p>
<h3>Would you buy one?</h3>
<p>Is this tech something that sounds good to you, or would you rather stay with the older 3.5-inch setups? Let us know in the comments.</p>
<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/stylish-portable-hard-drives/">Stylish Portable Hard Drives?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcmech.com/article/stylish-portable-hard-drives/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Permanently Erasing Your Drive? A Single 0 Pass Is Enough</title>
		<link>http://www.pcmech.com/article/permanently-erasing-your-drive-a-single-0-pass-is-enough/</link>
		<comments>http://www.pcmech.com/article/permanently-erasing-your-drive-a-single-0-pass-is-enough/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 21:16:05 +0000</pubDate>
		<dc:creator>Jason Faulkner</dc:creator>
				<category><![CDATA[Daily Tips]]></category>
		<category><![CDATA[Hard Drives]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.pcmech.com/?p=9059</guid>
		<description><![CDATA[One thing I have noticed when reading some articles across the Internet regarding data destruction is many recommendations are on the &#8216;paranoid level&#8217;. I have seen articles/forum posts where people talk about 0 writing their hard drive 5+ times and then taking it apart and smashing the disks. First of all, 99.999% of the data [...]<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/permanently-erasing-your-drive-a-single-0-pass-is-enough/">Permanently Erasing Your Drive? A Single 0 Pass Is Enough</a></p>
]]></description>
			<content:encoded><![CDATA[<p>One thing I have noticed when reading some articles across the Internet regarding data destruction is many recommendations are on the &#8216;paranoid level&#8217;. I have seen articles/forum posts where people talk about 0 writing their hard drive 5+ times and then taking it apart and smashing the disks. First of all, 99.999% of the data out there is worthless to anyone except the owner and second, 99.999% of people who would try to steal this data would pick the &#8216;low hanging fruit&#8217; where they find a drive which has data on it and exploit it.</p>
<p>The point of this is simply if you are getting rid of a hard drive with important data on it, <a href="http://www.securityfocus.com/brief/888">0 writing it one time is enough</a>. I&#8217;ve written <a href="http://www.pcmech.com/article/zero-writing-a-hard-drive/">a tip about this in the past</a> which references the Ultimate Boot CD as a great resource for easily getting access to the tools you need.</p>
<p>Let&#8217;s be realistic, nobody is going to be running your hard drive through rediculously sophisticated and expensive hardware to try to steal your data.</p>
<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/permanently-erasing-your-drive-a-single-0-pass-is-enough/">Permanently Erasing Your Drive? A Single 0 Pass Is Enough</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcmech.com/article/permanently-erasing-your-drive-a-single-0-pass-is-enough/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Why Are We Still Using &quot;Old&quot; Hard Drives?</title>
		<link>http://www.pcmech.com/article/why-are-we-still-using-old-hard-drives/</link>
		<comments>http://www.pcmech.com/article/why-are-we-still-using-old-hard-drives/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:54:24 +0000</pubDate>
		<dc:creator>Rich Menga</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hard Drives]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[drive]]></category>
		<category><![CDATA[hard]]></category>
		<category><![CDATA[reliability]]></category>
		<category><![CDATA[reliable]]></category>
		<category><![CDATA[SSD]]></category>

		<guid isPermaLink="false">http://www.pcmech.com/article/why-are-we-still-using-old-hard-drives/</guid>
		<description><![CDATA[Chances are very high that other than USB sticks and optical discs, you&#8217;re using a fixed disk drive (a.k.a. the hard drive) that stores digitally encoded data on platters with magnetic surfaces.
The fixed disk drive you have is guaranteed to fail someday. I&#8217;m not saying this to scare you because it&#8217;s common knowledge. You already [...]<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/why-are-we-still-using-old-hard-drives/">Why Are We Still Using &quot;Old&quot; Hard Drives?</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Chances are very high that other than USB sticks and optical discs, you&#8217;re using a fixed disk drive (a.k.a. the hard drive) that stores digitally encoded data on platters with magnetic surfaces.</p>
<p>The fixed disk drive you have is guaranteed to fail someday. I&#8217;m not saying this to scare you because it&#8217;s common knowledge. You already know you&#8217;re supposed to back up your data. What I&#8217;m getting at is that with all tech out there, it&#8217;s nothing short of amazing we still use these things considering how fragile they are and how easily they can <em>break</em>.</p>
<p><span id="more-9035"></span></p>
<p>Watch this video below &#8211; it&#8217;s a bit old but it still brings home the facts:</p>
<p>At 4:45:</p>
<p>&#8220;Is it good for society to entrust so much data to something so delicate?&#8221;</p>
<p>&#8220;No &#8230;and frankly, I&#8217;m surprised we&#8217;re still in business. I&#8217;m surprised there are still hard drive computers.&#8221; (spoken by the <a href="http://www.drivesavers.com/">DriveSavers</a> owner himself!)</p>
<p align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/NA28zXo5e6I&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/NA28zXo5e6I&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Needless to say I really champion solid-state drive tech. Granted, it&#8217;s still a very young tech that&#8217;s going thru its &#8220;growing pains&#8221; right now, but hopefully someday soon we can <em>ditch</em> the magnetic platter way of doing it and go with SSD.</p>
<p>Why does SSD have such better reliability? No moving parts. When there&#8217;s nothing moving, there&#8217;s nothing to break. This isn&#8217;t to say SSD is infallible (because it certainly isn&#8217;t), but it sure is better than what we&#8217;re using now.</p>
<p>Keep your fingers crossed that the prices for SSD will come down enough to where it&#8217;s affordable for everyone (it&#8217;s still way too expensive at present).</p>
<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/why-are-we-still-using-old-hard-drives/">Why Are We Still Using &quot;Old&quot; Hard Drives?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcmech.com/article/why-are-we-still-using-old-hard-drives/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Seagate Firmware Update Causing 500GB Drives To Fail</title>
		<link>http://www.pcmech.com/article/seagate-firmware-update-causing-500gb-drives-to-fail/</link>
		<comments>http://www.pcmech.com/article/seagate-firmware-update-causing-500gb-drives-to-fail/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 11:35:40 +0000</pubDate>
		<dc:creator>Rich Menga</dc:creator>
				<category><![CDATA[Hard Drives]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[500GB]]></category>
		<category><![CDATA[barracuda]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[Drives]]></category>
		<category><![CDATA[failure]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[seagate]]></category>

		<guid isPermaLink="false">http://www.pcmech.com/article/seagate-firmware-update-causing-500gb-drives-to-fail/</guid>
		<description><![CDATA[If you happen to own a 1TB or 500GB Seagate Barracuda hard drive, you&#8217;re most likely familiar with the firmware error at boot. So, naturally, what people will do is download the latest firmware update from Seagate to fix the problem.
The only problem with that is that when applied it seems to be bricking the [...]<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/seagate-firmware-update-causing-500gb-drives-to-fail/">Seagate Firmware Update Causing 500GB Drives To Fail</a></p>
]]></description>
			<content:encoded><![CDATA[<p>If you happen to own a 1TB or 500GB Seagate Barracuda hard drive, you&#8217;re most likely familiar with the firmware error at boot. So, naturally, what people will do is download the latest firmware update from Seagate to fix the problem.</p>
<p>The only problem with that is that when applied it seems to be bricking the 500GB versions of the drive.</p>
<p>Seagate is very aware of this issue, has taken down the update and is investigating it currently. And I&#8217;m quite certain a fix for it will be posted in short order.</p>
<p>See source link below for more information on what&#8217;s happening (this is <em>really</em> upsetting a lot of people for obvious reasons).</p>
<p><em>[Source: <a href="http://www.channelregister.co.uk/2009/01/21/seagate_firmware_fix_breaks_barracudas/">Channel Register</a>]</em></p>
<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/seagate-firmware-update-causing-500gb-drives-to-fail/">Seagate Firmware Update Causing 500GB Drives To Fail</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcmech.com/article/seagate-firmware-update-causing-500gb-drives-to-fail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building A &#8220;Perfect&#8221; Windows PC</title>
		<link>http://www.pcmech.com/article/building-a-perfect-windows-pc/</link>
		<comments>http://www.pcmech.com/article/building-a-perfect-windows-pc/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 10:16:06 +0000</pubDate>
		<dc:creator>Rich Menga</dc:creator>
				<category><![CDATA[Hard Drives]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[How Do I]]></category>
		<category><![CDATA[Motherboards]]></category>
		<category><![CDATA[Peripherals]]></category>
		<category><![CDATA[Processors]]></category>
		<category><![CDATA[Video Cards]]></category>
		<category><![CDATA[building]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.pcmech.com/?p=8948</guid>
		<description><![CDATA[Are certain computer parts better than others when it comes to building your own PC? Yes. Are certain computer parts better than others concerning Microsoft Windows? That&#8217;s another yes.
If you stock your built PC with parts that are the right choice the first time, your Windows installation will run better and faster.
 Please Login or [...]<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/building-a-perfect-windows-pc/">Building A &#8220;Perfect&#8221; Windows PC</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Are certain computer parts better than others when it comes to building your own PC? Yes. Are certain computer parts better than others concerning <em>Microsoft Windows</em>? That&#8217;s another yes.</p>
<p>If you stock your built PC with parts that are the right choice the first time, your Windows installation will run better and faster.</p>
<p><div style="border:3px solid #E8C03C;background-color:#FFFFC5;padding:5px;"><img src="/design/star.png" align="absmiddle" /> <strong>Please <a href="http://www.pcmech.com/wp-login.php">Login</a> or <a href="http://www.pcmech.com/wp-login.php?action=register">Register</a> to read the rest of this article. <a href="http://www.pcmech.com/signup/">Gold/Silver Membership</a> required.</strong></div></p>
<p>Post from: <a href="http://www.pcmech.com">PCMech</a>. Helping Normal People Get Their Geek On And Live The Digital Lifestyle.<br/><br/><a href="http://www.pcmech.com/article/building-a-perfect-windows-pc/">Building A &#8220;Perfect&#8221; Windows PC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pcmech.com/article/building-a-perfect-windows-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
