<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Linux hard drive performance optimization</title>
	<atom:link href="http://www.weez.com/2008/09/linux-hard-drive-performance-optimization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weez.com/2008/09/linux-hard-drive-performance-optimization/</link>
	<description>Solving everyday practical LAMP problems... one at a time</description>
	<lastBuildDate>Sat, 31 Jul 2010 00:19:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Amber Collins</title>
		<link>http://www.weez.com/2008/09/linux-hard-drive-performance-optimization/comment-page-1/#comment-15937</link>
		<dc:creator>Amber Collins</dc:creator>
		<pubDate>Fri, 16 Apr 2010 01:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/?p=17#comment-15937</guid>
		<description>If you had to choose between a Seagate, Western Digital, or a Samsung hard drive, which would it be?  Which do you consider the most reliable out of them?  I had a WD that went to crap on me after about 6 months, so I&#039;m a bit leery of them.</description>
		<content:encoded><![CDATA[<p>If you had to choose between a Seagate, Western Digital, or a Samsung hard drive, which would it be?  Which do you consider the most reliable out of them?  I had a WD that went to crap on me after about 6 months, so I&#8217;m a bit leery of them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KMN</title>
		<link>http://www.weez.com/2008/09/linux-hard-drive-performance-optimization/comment-page-1/#comment-263</link>
		<dc:creator>KMN</dc:creator>
		<pubDate>Fri, 17 Jul 2009 15:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/?p=17#comment-263</guid>
		<description>hdparm -a1024 /dev/sda
worked for me on compaq presario c700 laptop.

Thanks.</description>
		<content:encoded><![CDATA[<p>hdparm -a1024 /dev/sda<br />
worked for me on compaq presario c700 laptop.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abidoon</title>
		<link>http://www.weez.com/2008/09/linux-hard-drive-performance-optimization/comment-page-1/#comment-53</link>
		<dc:creator>Abidoon</dc:creator>
		<pubDate>Wed, 05 Nov 2008 05:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/?p=17#comment-53</guid>
		<description>Aha! I see. Thanks a lot. I will try this out today and get back to you.</description>
		<content:encoded><![CDATA[<p>Aha! I see. Thanks a lot. I will try this out today and get back to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C</title>
		<link>http://www.weez.com/2008/09/linux-hard-drive-performance-optimization/comment-page-1/#comment-40</link>
		<dc:creator>C</dc:creator>
		<pubDate>Wed, 29 Oct 2008 17:54:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.weez.com/?p=17#comment-40</guid>
		<description>Errr, there is no holdup.  The settings you are trying to change are not used by SATA drives.  For example, trying to do -d1 (turn on DMA) is not accepted as SATA do not require this change.  (IE:  depracated function)

hdparm -v /dev/sda will show your current drive settings.

Typically, about the only thing you can play with is readahead.  
So:  hdparm -a1024 /dev/sda
This will set read ahead to 1024.  (It seems to default to 256 on most Linux distros.)  Usually you try 256, 512, 1024, 2048, 4096... as settings.  What works for your machine will depend greatly.  On one HP Proliant server the onboard SATA controller, this setting changed nothing.  But the ADAPTEC RAID controller in the same box went from 95MB/s to 125MB/s going from -a256 to -a2048 which is not a bad jump.</description>
		<content:encoded><![CDATA[<p>Errr, there is no holdup.  The settings you are trying to change are not used by SATA drives.  For example, trying to do -d1 (turn on DMA) is not accepted as SATA do not require this change.  (IE:  depracated function)</p>
<p>hdparm -v /dev/sda will show your current drive settings.</p>
<p>Typically, about the only thing you can play with is readahead.<br />
So:  hdparm -a1024 /dev/sda<br />
This will set read ahead to 1024.  (It seems to default to 256 on most Linux distros.)  Usually you try 256, 512, 1024, 2048, 4096&#8230; as settings.  What works for your machine will depend greatly.  On one HP Proliant server the onboard SATA controller, this setting changed nothing.  But the ADAPTEC RAID controller in the same box went from 95MB/s to 125MB/s going from -a256 to -a2048 which is not a bad jump.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
