<?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/"
	xmlns:series="http://organizeseries.com/"
		>
<channel>
	<title>Comments on: How-To: Rescan a SCSI bus without Rebooting</title>
	<atom:link href="http://www.debuntu.org/how-to-rescan-a-scsi-bus-without-rebooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.debuntu.org/how-to-rescan-a-scsi-bus-without-rebooting/</link>
	<description>Debian/Ubuntu Tips and Tricks</description>
	<lastBuildDate>Fri, 14 Jun 2013 15:43:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Michael Zieher</title>
		<link>http://www.debuntu.org/how-to-rescan-a-scsi-bus-without-rebooting/#comment-137507</link>
		<dc:creator>Michael Zieher</dc:creator>
		<pubDate>Mon, 22 Apr 2013 07:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.debuntu.org/?p=686#comment-137507</guid>
		<description><![CDATA[Just the same in one line ;)
&lt;code&gt;
for i in /sys/class/scsi_host/*; do echo &quot;- - -&quot; &gt; $i/scan; done
&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Just the same in one line <img src='http://www.debuntu.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><code><br />
for i in /sys/class/scsi_host/*; do echo "- - -" &gt; $i/scan; done<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>