<?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: Adjust storage kernel module load order</title>
	<atom:link href="http://rackerhacker.com/2009/01/26/linux-adjust-storage-kernel-module-load-order/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com/2009/01/26/linux-adjust-storage-kernel-module-load-order/</link>
	<description>Words of wisdom from a server administrator</description>
	<lastBuildDate>Mon, 21 May 2012 12:07:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: monke2123</title>
		<link>http://rackerhacker.com/2009/01/26/linux-adjust-storage-kernel-module-load-order/#comment-26926</link>
		<dc:creator>monke2123</dc:creator>
		<pubDate>Fri, 20 Jan 2012 18:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=717#comment-26926</guid>
		<description>I&#039;m running Debian squeeze and had the same problem.  The blacklisting and specifing the order in /etc/modules did not work for me. 

per Tweeks suggestion I put:

alias scsi_hostadapter0 ahci
alias scsi_hostadapter1 sata_sil24

at the end of /etc/modprobe.d/aliases.conf and that did the trick for me.

(ahci the driver my system is using for the onboard sata drives)

Thanks Tweeks!</description>
		<content:encoded><![CDATA[<p>I'm running Debian squeeze and had the same problem.  The blacklisting and specifing the order in /etc/modules did not work for me. </p>
<p>per Tweeks suggestion I put:</p>
<p>alias scsi_hostadapter0 ahci<br />
alias scsi_hostadapter1 sata_sil24</p>
<p>at the end of /etc/modprobe.d/aliases.conf and that did the trick for me.</p>
<p>(ahci the driver my system is using for the onboard sata drives)</p>
<p>Thanks Tweeks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://rackerhacker.com/2009/01/26/linux-adjust-storage-kernel-module-load-order/#comment-19843</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Mon, 03 Jan 2011 16:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=717#comment-19843</guid>
		<description>Hi!
Great tip!
It made my day! Just what I needed to get my system running.
Thanks a bunch!
/MM</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Great tip!<br />
It made my day! Just what I needed to get my system running.<br />
Thanks a bunch!<br />
/MM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://rackerhacker.com/2009/01/26/linux-adjust-storage-kernel-module-load-order/#comment-15712</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 06 Jan 2010 17:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=717#comment-15712</guid>
		<description>I have EXACTLY the same problem, with these two specific modules in Debian lenny. I have tried adding the two alias lines Tweeks suggested to /etc/modprobe.d/local and run dpkg-reconfigure linux-image-xxx (xxx is my kernel version), but still the sil24 load first.

Tweeks is this how you meant the aliases to be used?</description>
		<content:encoded><![CDATA[<p>I have EXACTLY the same problem, with these two specific modules in Debian lenny. I have tried adding the two alias lines Tweeks suggested to /etc/modprobe.d/local and run dpkg-reconfigure linux-image-xxx (xxx is my kernel version), but still the sil24 load first.</p>
<p>Tweeks is this how you meant the aliases to be used?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweeks</title>
		<link>http://rackerhacker.com/2009/01/26/linux-adjust-storage-kernel-module-load-order/#comment-13915</link>
		<dc:creator>Tweeks</dc:creator>
		<pubDate>Tue, 24 Feb 2009 21:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=717#comment-13915</guid>
		<description>Mounting my drive labels is an evil, naughty practice.

Instead of jumping through all the blacklist hoops, why don&#039;t you simply use the the scsi_hostadapter alias to control the order:

alias scsi_hostadapter0 sata_nv
alias scsi_hostadapter1 sata_sil24

Done...?

Tweeks</description>
		<content:encoded><![CDATA[<p>Mounting my drive labels is an evil, naughty practice.</p>
<p>Instead of jumping through all the blacklist hoops, why don't you simply use the the scsi_hostadapter alias to control the order:</p>
<p>alias scsi_hostadapter0 sata_nv<br />
alias scsi_hostadapter1 sata_sil24</p>
<p>Done...?</p>
<p>Tweeks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Dodson</title>
		<link>http://rackerhacker.com/2009/01/26/linux-adjust-storage-kernel-module-load-order/#comment-11397</link>
		<dc:creator>Scott Dodson</dc:creator>
		<pubDate>Wed, 28 Jan 2009 04:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=717#comment-11397</guid>
		<description>Wouldn&#039;t UUIDs and labels make drive detection ordering a non issue?</description>
		<content:encoded><![CDATA[<p>Wouldn't UUIDs and labels make drive detection ordering a non issue?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

