<?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>plee.me &#187; sata2</title>
	<atom:link href="http://blog.plee.me/tag/sata2/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.plee.me</link>
	<description>About software, technology and random things</description>
	<lastBuildDate>Wed, 04 Jan 2012 18:52:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Asus P5B and the broken JMicron SATA/PATA controller</title>
		<link>http://blog.plee.me/2009/06/asus-p5b-and-the-broken-jmicron-satapata-controller/</link>
		<comments>http://blog.plee.me/2009/06/asus-p5b-and-the-broken-jmicron-satapata-controller/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 08:18:16 +0000</pubDate>
		<dc:creator>pl</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[asus]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[jmicron]]></category>
		<category><![CDATA[mainboard]]></category>
		<category><![CDATA[p5b]]></category>
		<category><![CDATA[sata]]></category>
		<category><![CDATA[sata2]]></category>

		<guid isPermaLink="false">http://blog.plee.me/?p=10</guid>
		<description><![CDATA[Hey there! Yesterday, while I was trying out my new hard drive, I noticed that it apparently took ages to defragment. Not only that, but it also took away a major amount of resources. Funnily enough, the CPU usage didn't show up at all in the task manager (I'm using Windows XP x64 Professional). However, [...]]]></description>
			<content:encoded><![CDATA[<p>Hey there!</p>
<p>Yesterday, while I was trying out my new hard drive, I noticed that it apparently took ages to defragment. Not only that, but it also took away a major amount of resources. Funnily enough, the CPU usage didn't show up at all in the task manager (I'm using Windows XP x64 Professional). However, the mouse cursor was lagging behind and whenever I played audio or video - be it a YouTube video or an actual video in VLC - it lagged there as well.</p>
<p>So what could it be?</p>
<p>(Skip to the bottom to see the conclusion <img src='http://blog.plee.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
<p>My first guess was that there was a hardware failure. Probably with the new hard drive because my others all worked, right? Technically it was unlike for my new hard drive to be damaged though as I formatted it the day before (with TrueCrypt) and it showed around 90 MB/s of formatting speed.</p>
<p>After a series of rebooting and benchmarking via <a title="http://www.hdtune.com/" href="http://www.hdtune.com/">HD Tune</a> (also in Windows Safe Mode) I realized that at the start (basically the first time after a bootup) the hard drive worked fine with an average of about a 100 MB/s transfer rate. However, at around 60%+ it sunk drastically to a minimum of 1.4 and a maximum of 1.5 MB/s. It stayed there till the end of the benchmark and for every following one (until you rebooted).</p>
<p>Next thing I did was to change the BIOS settings for the <em>JMicron SATA/PATA Controller</em> from <em>Enabled / IDE</em> to <em>Enabled / AHCI</em>. After the Windows bootup it recognized a new <em>Primary IDE channel</em>, <em>Secondary IDE channel</em>, <em>Standard Dual Channel PCI IDE Controller</em> and one of my two optical drives (why only one? Don't ask me <img src='http://blog.plee.me/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> ). The hard drive didn't show up at all - neither in the Disk Management nor in the Device Manager. A change from <em>Enabled / AHCI</em> to <em>Enabled / RAID</em> (with "no raid" in the JMicron settings) did the same thing: recognition of new channels and no new hard drive.</p>
<div id="attachment_12" class="wp-caption aligncenter" style="width: 580px"><img class="size-full wp-image-12 " title="HD Tune - JMicron - First run" src="/wp-content/uploads/2009/06/hdtune_broken1.jpg" alt="" width="570" height="457" /><p class="wp-caption-text">The first run with an HDD on the JMicron controller.</p></div>
<div id="attachment_13" class="wp-caption aligncenter" style="width: 580px"><img class="size-full wp-image-13 " title="HD Tune - JMicron - Follow-ups" src="/wp-content/uploads/2009/06/hdtune_broken2.jpg" alt="" width="570" height="457" /><p class="wp-caption-text">Every other run following the first one with an HDD on the JMicron controller.</p></div>
<p>For reference - this is what a healthy drive usually looks like:</p>
<div id="attachment_11" class="wp-caption aligncenter" style="width: 580px"><img class="size-full wp-image-11 " title="HD Tune - Healthy HDD" src="/wp-content/uploads/2009/06/hdtune_healthy.jpg" alt="" width="570" height="457" /><p class="wp-caption-text">This is what a healthy HDD usually looks like in HD Tune.</p></div>
<p>When I looked that the Device Manager I found that there were two SATA controllers in the IDE ATA/ATAPI controllers category. One was the <em>Intel(R) ICH8 2 port Serial ATA Storage Controller - 2825</em> and the other one was the <em>Intel(R) ICH8 4 port Serial ATA Storage Controller - 2820</em>. My main / old hard drives are all hooked to the 4 SATA ports on the lower half of the P5B, some of them using an eSATA to SATA cable. So that had to be the 4 port SATA controller, which worked fine. Thus, the 2 port controller was the one controlling the eSATA port in the back pane - and making trouble.</p>
<p>The moral of the story is that obviously the <em>JMicron SATA/PATA Controller</em> doesn't do his job on the ASUS P5B at all. So, in case you're looking for more SATA ports, you're going to have to buy a new SATA controller.</p>
<p>I myself will be settling with SATA and eSATA for my biggest drives and using USB for my smallest one.</p>
<p>Cheers <img src='http://blog.plee.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.plee.me/2009/06/asus-p5b-and-the-broken-jmicron-satapata-controller/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

