<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://buffalo.nas-central.org/w/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Parse usbscsi - Revision history</title>
		<link>http://buffalo.nas-central.org/w/index.php?title=Parse_usbscsi&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.1</generator>
		<lastBuildDate>Tue, 18 Jun 2013 22:37:24 GMT</lastBuildDate>
		<item>
			<title>Ramuk at 00:33, 4 February 2007</title>
			<link>http://buffalo.nas-central.org/w/index.php?title=Parse_usbscsi&amp;diff=9472&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 00:33, 4 February 2007&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 2:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 2:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''/usr/bin/parse_usbscsi''' is a proprietary [[w:Melco|Buffalo]] binary tool which is part of the stock [[LS2]] firmware (and probably other LinkStations). Buffalo has not released the source code of the binary, and has apparently no intention to do this.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''/usr/bin/parse_usbscsi''' is a proprietary [[w:Melco|Buffalo]] binary tool which is part of the stock [[LS2]] firmware (and probably other LinkStations). Buffalo has not released the source code of the binary, and has apparently no intention to do this.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The tool is used as part of the script which is supposed to [[Murasaki LinkStation's USB hot-plugging system| mount hot-plugged storage devices]]. It is supposed to identify the device name of hot-plugged storage devices. Unfortunately it likes to fail to e.g. identify memory cards. Further, it is rather strange that for this small task [[Buffalo]] decided to build a binary, while the following three lines of trivial scripting code does the same:&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The tool is used as part of the script which is supposed to [[Murasaki LinkStation's USB hot-plugging system| mount hot-plugged storage devices]]. It is supposed to identify the device name of hot-plugged storage devices. Unfortunately it likes to fail to e.g. identify memory cards. Further, it is rather strange that for this small task [[&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;w:Melco|&lt;/ins&gt;Buffalo]] decided to build a binary, while the following three lines of trivial scripting code does the same:&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp; awk '$1 ~ /Host/ &amp;amp;&amp;amp; $3 ~ /usb-storage/ {&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp; awk '$1 ~ /Host/ &amp;amp;&amp;amp; $3 ~ /usb-storage/ {&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  printf &amp;quot;/dev/sd%c\n&amp;quot;, substr($2, 5, length($2) - 5) + 97&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  printf &amp;quot;/dev/sd%c\n&amp;quot;, substr($2, 5, length($2) - 5) + 97&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp; }' /proc/scsi/usb-storage-*/*&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp; }' /proc/scsi/usb-storage-*/*&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2013-06-12 09:29:31 --&gt;
&lt;!-- diff cache key nascentral_wiki-mwiki_:diff:version:1.11a:oldid:9471:newid:9472 --&gt;
&lt;/table&gt;</description>
			<pubDate>Sun, 04 Feb 2007 00:33:51 GMT</pubDate>			<dc:creator>Ramuk</dc:creator>			<comments>http://buffalo.nas-central.org/wiki/Talk:Parse_usbscsi</comments>		</item>
		<item>
			<title>Ramuk at 00:32, 4 February 2007</title>
			<link>http://buffalo.nas-central.org/w/index.php?title=Parse_usbscsi&amp;diff=9471&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 00:32, 4 February 2007&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;{{Articles|LS2}}&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;{{Articles|LS2}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''/usr/bin/parse_usbscsi''' is a proprietary [[Buffalo]] binary tool which is part of the stock [[LS2]] firmware (and probably other LinkStations). Buffalo has not released the source code of the binary, and has apparently no intention to do this.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''/usr/bin/parse_usbscsi''' is a proprietary [[&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;w:Melco|&lt;/ins&gt;Buffalo]] binary tool which is part of the stock [[LS2]] firmware (and probably other LinkStations). Buffalo has not released the source code of the binary, and has apparently no intention to do this.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The tool is used as part of the script which is supposed to [[Murasaki LinkStation's USB hot-plugging system| mount hot-plugged storage devices]]. It is supposed to identify the device name of hot-plugged storage devices. Unfortunately it likes to fail to e.g. identify memory cards. Further, it is rather strange that for this small task [[Buffalo]] decided to build a binary, while the following three lines of trivial scripting code does the same:&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;The tool is used as part of the script which is supposed to [[Murasaki LinkStation's USB hot-plugging system| mount hot-plugged storage devices]]. It is supposed to identify the device name of hot-plugged storage devices. Unfortunately it likes to fail to e.g. identify memory cards. Further, it is rather strange that for this small task [[Buffalo]] decided to build a binary, while the following three lines of trivial scripting code does the same:&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2013-06-12 09:29:31 --&gt;
&lt;!-- diff cache key nascentral_wiki-mwiki_:diff:version:1.11a:oldid:9399:newid:9471 --&gt;
&lt;/table&gt;</description>
			<pubDate>Sun, 04 Feb 2007 00:32:58 GMT</pubDate>			<dc:creator>Ramuk</dc:creator>			<comments>http://buffalo.nas-central.org/wiki/Talk:Parse_usbscsi</comments>		</item>
		<item>
			<title>Ramuk at 06:02, 29 January 2007</title>
			<link>http://buffalo.nas-central.org/w/index.php?title=Parse_usbscsi&amp;diff=9399&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;

		&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;col class='diff-marker' /&gt;
		&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 06:02, 29 January 2007&lt;/td&gt;
		&lt;/tr&gt;
		&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;{{Articles|LS2}}&lt;/ins&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''/usr/bin/parse_usbscsi''' is a proprietary [[Buffalo]] binary tool which is part of the stock [[LS2]] firmware (and probably other LinkStations). Buffalo has not released the source code of the binary, and has apparently no intention to do this.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;'''/usr/bin/parse_usbscsi''' is a proprietary [[Buffalo]] binary tool which is part of the stock [[LS2]] firmware (and probably other LinkStations). Buffalo has not released the source code of the binary, and has apparently no intention to do this.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 6:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 7:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  printf &amp;quot;/dev/sd%c\n&amp;quot;, substr($2, 5, length($2) - 5) + 97&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;  printf &amp;quot;/dev/sd%c\n&amp;quot;, substr($2, 5, length($2) - 5) + 97&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp; }' /proc/scsi/usb-storage-*/*&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&amp;nbsp; }' /proc/scsi/usb-storage-*/*&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;del style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;&lt;del style=&quot;color: red; font-weight: bold; text-decoration: none;&quot;&gt;[[category:LS2]]&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot;&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff generator: internal 2013-06-18 22:37:24 --&gt;
&lt;/table&gt;</description>
			<pubDate>Mon, 29 Jan 2007 06:02:30 GMT</pubDate>			<dc:creator>Ramuk</dc:creator>			<comments>http://buffalo.nas-central.org/wiki/Talk:Parse_usbscsi</comments>		</item>
		<item>
			<title>77.128.168.240 at 09:58, 28 January 2007</title>
			<link>http://buffalo.nas-central.org/w/index.php?title=Parse_usbscsi&amp;diff=9379&amp;oldid=prev</link>
			<description>&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''/usr/bin/parse_usbscsi''' is a proprietary [[Buffalo]] binary tool which is part of the stock [[LS2]] firmware (and probably other LinkStations). Buffalo has not released the source code of the binary, and has apparently no intention to do this.&lt;br /&gt;
&lt;br /&gt;
The tool is used as part of the script which is supposed to [[Murasaki LinkStation's USB hot-plugging system| mount hot-plugged storage devices]]. It is supposed to identify the device name of hot-plugged storage devices. Unfortunately it likes to fail to e.g. identify memory cards. Further, it is rather strange that for this small task [[Buffalo]] decided to build a binary, while the following three lines of trivial scripting code does the same:&lt;br /&gt;
&lt;br /&gt;
 awk '$1 ~ /Host/ &amp;amp;&amp;amp; $3 ~ /usb-storage/ {&lt;br /&gt;
           printf &amp;quot;/dev/sd%c\n&amp;quot;, substr($2, 5, length($2) - 5) + 97&lt;br /&gt;
 }' /proc/scsi/usb-storage-*/*&lt;br /&gt;
&lt;br /&gt;
[[category:LS2]]&lt;/div&gt;</description>
			<pubDate>Sun, 28 Jan 2007 09:58:41 GMT</pubDate>			<dc:creator>77.128.168.240</dc:creator>			<comments>http://buffalo.nas-central.org/wiki/Talk:Parse_usbscsi</comments>		</item>
	</channel>
</rss>