<?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: Howto install a debian (from scratch) on a Buffalo Terastation Duo</title>
	<atom:link href="http://www.kolios.dk/2009/09/07/howto-install-a-debian-from-scratch-on-a-buffalo-terastation-duo-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kolios.dk/2009/09/07/howto-install-a-debian-from-scratch-on-a-buffalo-terastation-duo-2/</link>
	<description></description>
	<lastBuildDate>Wed, 12 May 2010 17:58:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: s4mb4</title>
		<link>http://www.kolios.dk/2009/09/07/howto-install-a-debian-from-scratch-on-a-buffalo-terastation-duo-2/comment-page-1/#comment-409</link>
		<dc:creator>s4mb4</dc:creator>
		<pubDate>Mon, 14 Dec 2009 18:26:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kickban.net/?p=86#comment-409</guid>
		<description>in step $&gt; mkimage -A arm -O linux -T ramdisk -C gzip -a 0x0 -e 0x0 -n initrd -d initrd.gz initrd.buffalo

if i am reading the blog correctly, it really should say;

$&gt; mkimage -A arm -O linux -T ramdisk -C gzip -a 0x0 -e 0x0 -n initrd -d initrd.gz new.initrd.buffalo

it should be called new.initrd.buffalo
and that file, new.initrd.buffalo should be scp&#039;d over at the same time you scp deb_init.tar over to /boot on the NAS.

that would do 2 things, not cause the initrd.gz.1 issues i described above and would make sense of the step described here;

$&gt; cd /debian
$&gt; cp /boot/uImage.buffalo /boot/new.initrd.buffalo /debian
$&gt; mv /debian/new.initrd.buffalo /debian/initrd.buffalo


Then the process would be correct (at least in syntax) AND my NAS would not be hosed ...</description>
		<content:encoded><![CDATA[<p>in step $&gt; mkimage -A arm -O linux -T ramdisk -C gzip -a 0&#215;0 -e 0&#215;0 -n initrd -d initrd.gz initrd.buffalo</p>
<p>if i am reading the blog correctly, it really should say;</p>
<p>$&gt; mkimage -A arm -O linux -T ramdisk -C gzip -a 0&#215;0 -e 0&#215;0 -n initrd -d initrd.gz new.initrd.buffalo</p>
<p>it should be called new.initrd.buffalo<br />
and that file, new.initrd.buffalo should be scp&#8217;d over at the same time you scp deb_init.tar over to /boot on the NAS.</p>
<p>that would do 2 things, not cause the initrd.gz.1 issues i described above and would make sense of the step described here;</p>
<p>$&gt; cd /debian<br />
$&gt; cp /boot/uImage.buffalo /boot/new.initrd.buffalo /debian<br />
$&gt; mv /debian/new.initrd.buffalo /debian/initrd.buffalo</p>
<p>Then the process would be correct (at least in syntax) AND my NAS would not be hosed &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s4mb4</title>
		<link>http://www.kolios.dk/2009/09/07/howto-install-a-debian-from-scratch-on-a-buffalo-terastation-duo-2/comment-page-1/#comment-408</link>
		<dc:creator>s4mb4</dc:creator>
		<pubDate>Mon, 14 Dec 2009 17:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kickban.net/?p=86#comment-408</guid>
		<description>should i be able to pull the disks, perform a low level format on a seperate machine and plug them back in to get it started from scratch again?

i have the hardware to be able to accomplish that....</description>
		<content:encoded><![CDATA[<p>should i be able to pull the disks, perform a low level format on a seperate machine and plug them back in to get it started from scratch again?</p>
<p>i have the hardware to be able to accomplish that&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastien</title>
		<link>http://www.kolios.dk/2009/09/07/howto-install-a-debian-from-scratch-on-a-buffalo-terastation-duo-2/comment-page-1/#comment-407</link>
		<dc:creator>sebastien</dc:creator>
		<pubDate>Mon, 14 Dec 2009 16:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.kickban.net/?p=86#comment-407</guid>
		<description>the chmod is not a problem. ou have to check that you can further access /dev/sda and /dev/sdb devices .. by doing a fdisk on it for exemple. And check that the partition are ok (&quot;p&quot; to print).

mdadm is the command, not mdadmin


good luck Jim.</description>
		<content:encoded><![CDATA[<p>the chmod is not a problem. ou have to check that you can further access /dev/sda and /dev/sdb devices .. by doing a fdisk on it for exemple. And check that the partition are ok (&#8220;p&#8221; to print).</p>
<p>mdadm is the command, not mdadmin</p>
<p>good luck Jim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s4mb4</title>
		<link>http://www.kolios.dk/2009/09/07/howto-install-a-debian-from-scratch-on-a-buffalo-terastation-duo-2/comment-page-1/#comment-406</link>
		<dc:creator>s4mb4</dc:creator>
		<pubDate>Mon, 14 Dec 2009 16:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.kickban.net/?p=86#comment-406</guid>
		<description>that doesn&#039;t quite work for 2 reasons.
1. echo “- – -” &gt; /sys/class/scsi_host/host0/scan

scan has been chmod&#039;d to 200...

2. mdadmin command does not exist in EM mode...</description>
		<content:encoded><![CDATA[<p>that doesn&#8217;t quite work for 2 reasons.<br />
1. echo “- – -” &gt; /sys/class/scsi_host/host0/scan</p>
<p>scan has been chmod&#8217;d to 200&#8230;</p>
<p>2. mdadmin command does not exist in EM mode&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastien</title>
		<link>http://www.kolios.dk/2009/09/07/howto-install-a-debian-from-scratch-on-a-buffalo-terastation-duo-2/comment-page-1/#comment-405</link>
		<dc:creator>sebastien</dc:creator>
		<pubDate>Mon, 14 Dec 2009 13:53:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kickban.net/?p=86#comment-405</guid>
		<description>so we said :

* You reboot the nas with no disks
* you end up in EM mode
* you run the acp_commander with -o option to telnet on it
* you plug the disks back
* you type : $&gt; echo &quot;- - -&quot; &gt; /sys/class/scsi_host/host0/scan
* same for host1 (for disk 2)
* then you issue : $&gt; mdadmin --assemble /dev/sdaX /dev/sdbX (with 1 &lt;= X &lt;= 3)
* then you mount your new array
* copy your previous init.buffallo and image.buffalo on your /boot

then reboot :-)</description>
		<content:encoded><![CDATA[<p>so we said :</p>
<p>* You reboot the nas with no disks<br />
* you end up in EM mode<br />
* you run the acp_commander with -o option to telnet on it<br />
* you plug the disks back<br />
* you type : $> echo &#8220;- &#8211; -&#8221; > /sys/class/scsi_host/host0/scan<br />
* same for host1 (for disk 2)<br />
* then you issue : $> mdadmin &#8211;assemble /dev/sdaX /dev/sdbX (with 1 < = X <= 3)<br />
* then you mount your new array<br />
* copy your previous init.buffallo and image.buffalo on your /boot</p>
<p>then reboot <img src='http://www.kolios.dk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s4mb4</title>
		<link>http://www.kolios.dk/2009/09/07/howto-install-a-debian-from-scratch-on-a-buffalo-terastation-duo-2/comment-page-1/#comment-404</link>
		<dc:creator>s4mb4</dc:creator>
		<pubDate>Mon, 14 Dec 2009 13:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kickban.net/?p=86#comment-404</guid>
		<description>how does one &quot;ask the SATA controller to rescan the disk&quot;?
i assume this is done from the linux command line since the web interface is not running while the NAS is in EM mode...</description>
		<content:encoded><![CDATA[<p>how does one &#8220;ask the SATA controller to rescan the disk&#8221;?<br />
i assume this is done from the linux command line since the web interface is not running while the NAS is in EM mode&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s4mb4</title>
		<link>http://www.kolios.dk/2009/09/07/howto-install-a-debian-from-scratch-on-a-buffalo-terastation-duo-2/comment-page-1/#comment-403</link>
		<dc:creator>s4mb4</dc:creator>
		<pubDate>Mon, 14 Dec 2009 13:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.kickban.net/?p=86#comment-403</guid>
		<description>but at what point do I scp the NEW initrd.buffalo file?
before or after the first reboot?</description>
		<content:encoded><![CDATA[<p>but at what point do I scp the NEW initrd.buffalo file?<br />
before or after the first reboot?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastien</title>
		<link>http://www.kolios.dk/2009/09/07/howto-install-a-debian-from-scratch-on-a-buffalo-terastation-duo-2/comment-page-1/#comment-402</link>
		<dc:creator>sebastien</dc:creator>
		<pubDate>Mon, 14 Dec 2009 13:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kickban.net/?p=86#comment-402</guid>
		<description>For the initrd.gz.1, this just that wget does not overwrite your existing file (and that&#039;s a good thing!), just change you working directory and don&#039;t get confused with what to do with which file :)</description>
		<content:encoded><![CDATA[<p>For the initrd.gz.1, this just that wget does not overwrite your existing file (and that&#8217;s a good thing!), just change you working directory and don&#8217;t get confused with what to do with which file <img src='http://www.kolios.dk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sebastien</title>
		<link>http://www.kolios.dk/2009/09/07/howto-install-a-debian-from-scratch-on-a-buffalo-terastation-duo-2/comment-page-1/#comment-401</link>
		<dc:creator>sebastien</dc:creator>
		<pubDate>Mon, 14 Dec 2009 13:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.kickban.net/?p=86#comment-401</guid>
		<description>Hummm ...


You NAS is NOT bricked ... Don&#039;t worry.

Unplug the disks... restart your nas. Wait 4 minutes to have it in emergency mode. Then run the acp_commander too gain access to it.

replug the disk and ask the SATA controlle r to rescan the disks.


Enjoy !</description>
		<content:encoded><![CDATA[<p>Hummm &#8230;</p>
<p>You NAS is NOT bricked &#8230; Don&#8217;t worry.</p>
<p>Unplug the disks&#8230; restart your nas. Wait 4 minutes to have it in emergency mode. Then run the acp_commander too gain access to it.</p>
<p>replug the disk and ask the SATA controlle r to rescan the disks.</p>
<p>Enjoy !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s4mb4</title>
		<link>http://www.kolios.dk/2009/09/07/howto-install-a-debian-from-scratch-on-a-buffalo-terastation-duo-2/comment-page-1/#comment-400</link>
		<dc:creator>s4mb4</dc:creator>
		<pubDate>Mon, 14 Dec 2009 12:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kickban.net/?p=86#comment-400</guid>
		<description>well, thats it for me, i have officially bricked my NAS. I think i see my error.

after i edited my linuxrc file with the steps above, even though the intructions did not tell me to, i scp&#039;d the modified initrd.buffalo onto my NAS and rebooted it.

i think after i ran rm /sbin/init, the ORIGINAL initrd.buffalo should have been there still....
then, after the NAS comes back up in EM mode, i should move the modified initrd.buffalo into the /debian directory.

hopefully i can RMA the device with my vendor and try again...</description>
		<content:encoded><![CDATA[<p>well, thats it for me, i have officially bricked my NAS. I think i see my error.</p>
<p>after i edited my linuxrc file with the steps above, even though the intructions did not tell me to, i scp&#8217;d the modified initrd.buffalo onto my NAS and rebooted it.</p>
<p>i think after i ran rm /sbin/init, the ORIGINAL initrd.buffalo should have been there still&#8230;.<br />
then, after the NAS comes back up in EM mode, i should move the modified initrd.buffalo into the /debian directory.</p>
<p>hopefully i can RMA the device with my vendor and try again&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
