<?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 for krausam</title>
	<atom:link href="http://www.krausam.de/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.krausam.de</link>
	<description></description>
	<lastBuildDate>Tue, 10 Apr 2012 15:20:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Comment on SSH/Shell access to iomega StorCenter ix2 by JC</title>
		<link>http://www.krausam.de/?p=33#comment-1314</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Tue, 10 Apr 2012 15:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.krausam.de/?p=33#comment-1314</guid>
		<description>Fantastic post and comments. Got it running in no time. However, I followed this other post to set up the SFTP, which was faster than the way it was done here. Will I run into problems?

http://www.vigus.eu/tech-brain-dump/linux/iomega-storecentre-ix2-200-enable-ssh-access-how-to-guide/</description>
		<content:encoded><![CDATA[<p>Fantastic post and comments. Got it running in no time. However, I followed this other post to set up the SFTP, which was faster than the way it was done here. Will I run into problems?</p>
<p><a href="http://www.vigus.eu/tech-brain-dump/linux/iomega-storecentre-ix2-200-enable-ssh-access-how-to-guide/">http://www.vigus.eu/tech-brain-dump/linux/iomega-storecentre-ix2-200-enable-ssh-access-how-to-guide/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH/Shell access to iomega StorCenter ix2 by James</title>
		<link>http://www.krausam.de/?p=33#comment-1313</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 27 Mar 2012 13:32:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.krausam.de/?p=33#comment-1313</guid>
		<description>Any ideas on how to mount an iSCSI drive from the ssh shell?
I can&#039;t mount it directly, I get the following error
&lt;code&gt;
root@xyz:/mnt/soho_storage# mount iSCSI/James temp/
mount: /mnt/soho_storage/iSCSI/Brent is not a block device (maybe try `-o loop&#039;?)
root@xyz:/mnt/soho_storage# mount -o loop iSCSI/Brent temp/
mount: could not find any free loop device
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Any ideas on how to mount an iSCSI drive from the ssh shell?<br />
I can&#8217;t mount it directly, I get the following error<br />
<code><br />
root@xyz:/mnt/soho_storage# mount iSCSI/James temp/<br />
mount: /mnt/soho_storage/iSCSI/Brent is not a block device (maybe try `-o loop'?)<br />
root@xyz:/mnt/soho_storage# mount -o loop iSCSI/Brent temp/<br />
mount: could not find any free loop device<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH/Shell access to iomega StorCenter ix2 by FRank</title>
		<link>http://www.krausam.de/?p=33#comment-1311</link>
		<dc:creator>FRank</dc:creator>
		<pubDate>Sat, 24 Mar 2012 14:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.krausam.de/?p=33#comment-1311</guid>
		<description>Spoke too early changed the version no in the script.
Now stuck at following:-

&gt; Create temporary dev in /tmp/installdebootstrap/debootstrap/dev
-&gt; Makedev
-&gt; Create devices.tar.gz
-&gt; Remove temporary dev
-&gt; Install debootstrap bin
cp: cannot stat `/tmp/installdebootstrap/debootstrap/debootstrap&#039;: No such file or directory
-&gt; Install scripts
cp: cannot stat `/tmp/installdebootstrap/debootstrap/scripts/*&#039;: No such file or directory
-&gt; Install functions file
cp: cannot stat `/tmp/installdebootstrap/debootstrap/functions&#039;: No such file or directory
chown: cannot access `/opt/usr/share/debootstrap/functions&#039;: No such file or directory
chmod: cannot access `/opt/usr/share/debootstrap/functions&#039;: No such file or directory
-&gt; Install devices.tar.gz

Making the /tmp* manually does not even help.</description>
		<content:encoded><![CDATA[<p>Spoke too early changed the version no in the script.<br />
Now stuck at following:-</p>
<p>&gt; Create temporary dev in /tmp/installdebootstrap/debootstrap/dev<br />
-&gt; Makedev<br />
-&gt; Create devices.tar.gz<br />
-&gt; Remove temporary dev<br />
-&gt; Install debootstrap bin<br />
cp: cannot stat `/tmp/installdebootstrap/debootstrap/debootstrap&#8217;: No such file or directory<br />
-&gt; Install scripts<br />
cp: cannot stat `/tmp/installdebootstrap/debootstrap/scripts/*&#8217;: No such file or directory<br />
-&gt; Install functions file<br />
cp: cannot stat `/tmp/installdebootstrap/debootstrap/functions&#8217;: No such file or directory<br />
chown: cannot access `/opt/usr/share/debootstrap/functions&#8217;: No such file or directory<br />
chmod: cannot access `/opt/usr/share/debootstrap/functions&#8217;: No such file or directory<br />
-&gt; Install devices.tar.gz</p>
<p>Making the /tmp* manually does not even help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH/Shell access to iomega StorCenter ix2 by FRank</title>
		<link>http://www.krausam.de/?p=33#comment-1310</link>
		<dc:creator>FRank</dc:creator>
		<pubDate>Sat, 24 Mar 2012 13:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.krausam.de/?p=33#comment-1310</guid>
		<description>@Ja
Keep getting following error:-
tar: /tmp/installdebootstrap/debootstrap_1.0.23.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
-&gt; Create temporary dev in /tmp/installdebootstrap/debootstrap/dev
-&gt; Makedev


http://ftp.de.debian.org/debian/pool/main/d/debootstrap/
It doesn&#039;t want to choose debootstrap_1.0.39.tar.gz

Any help appreciated</description>
		<content:encoded><![CDATA[<p>@Ja<br />
Keep getting following error:-<br />
tar: /tmp/installdebootstrap/debootstrap_1.0.23.tar.gz: Cannot open: No such file or directory<br />
tar: Error is not recoverable: exiting now<br />
tar: Child returned status 2<br />
tar: Error exit delayed from previous errors<br />
-&gt; Create temporary dev in /tmp/installdebootstrap/debootstrap/dev<br />
-&gt; Makedev</p>
<p><a href="http://ftp.de.debian.org/debian/pool/main/d/debootstrap/">http://ftp.de.debian.org/debian/pool/main/d/debootstrap/</a><br />
It doesn&#8217;t want to choose debootstrap_1.0.39.tar.gz</p>
<p>Any help appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH/Shell access to iomega StorCenter ix2 by SkitmdS</title>
		<link>http://www.krausam.de/?p=33#comment-1309</link>
		<dc:creator>SkitmdS</dc:creator>
		<pubDate>Thu, 15 Mar 2012 20:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.krausam.de/?p=33#comment-1309</guid>
		<description>Did anyone have an issue where it would get stuck, everytime I try to access via browser it redirects to : https://my-internal-ip/setupname.html?t=1, than when I try to walk through the four steps  the ending result is &quot;Unable to change device descriptive name.&quot; Than again it starts at step 1....</description>
		<content:encoded><![CDATA[<p>Did anyone have an issue where it would get stuck, everytime I try to access via browser it redirects to : <a href="https://my-internal-ip/setupname.html?t=1">https://my-internal-ip/setupname.html?t=1</a>, than when I try to walk through the four steps  the ending result is &#8220;Unable to change device descriptive name.&#8221; Than again it starts at step 1&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH/Shell access to iomega StorCenter ix2 by fer</title>
		<link>http://www.krausam.de/?p=33#comment-1308</link>
		<dc:creator>fer</dc:creator>
		<pubDate>Thu, 15 Mar 2012 01:22:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.krausam.de/?p=33#comment-1308</guid>
		<description>I find the way:

https://my_nas_ip/diagnostics.html

thanks anyway
bye</description>
		<content:encoded><![CDATA[<p>I find the way:</p>
<p><a href="https://my_nas_ip/diagnostics.html">https://my_nas_ip/diagnostics.html</a></p>
<p>thanks anyway<br />
bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH/Shell access to iomega StorCenter ix2 by fer</title>
		<link>http://www.krausam.de/?p=33#comment-1307</link>
		<dc:creator>fer</dc:creator>
		<pubDate>Thu, 15 Mar 2012 00:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.krausam.de/?p=33#comment-1307</guid>
		<description>Hello,
I can&#039;t get access to the support page in my iomega StorCenter ix2 cloud edition, firmware 3.1.14.995.
I have the security enabled and I created an admin acount. 
I try this -&gt; https://my_nas_ip/support.html and I can&#039;t get access. I want to enable the ssh daemon to get access to the nas by ssh.
Could somebody help me?
Thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I can&#8217;t get access to the support page in my iomega StorCenter ix2 cloud edition, firmware 3.1.14.995.<br />
I have the security enabled and I created an admin acount.<br />
I try this -&gt; <a href="https://my_nas_ip/support.html">https://my_nas_ip/support.html</a> and I can&#8217;t get access. I want to enable the ssh daemon to get access to the nas by ssh.<br />
Could somebody help me?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH/Shell access to iomega StorCenter ix2 by teddyv</title>
		<link>http://www.krausam.de/?p=33#comment-1306</link>
		<dc:creator>teddyv</dc:creator>
		<pubDate>Sun, 19 Feb 2012 14:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.krausam.de/?p=33#comment-1306</guid>
		<description>nevermind: found it here: http://vincesoft.blogspot.com/2012/01/how-to-ssh-into-your-iomega-storcenter.html . The new page is: https:///diagnostics.html</description>
		<content:encoded><![CDATA[<p>nevermind: found it here: <a href="http://vincesoft.blogspot.com/2012/01/how-to-ssh-into-your-iomega-storcenter.html">http://vincesoft.blogspot.com/2012/01/how-to-ssh-into-your-iomega-storcenter.html</a> . The new page is: <a href="https:///diagnostics.html">https:///diagnostics.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH/Shell access to iomega StorCenter ix2 by teddyv</title>
		<link>http://www.krausam.de/?p=33#comment-1305</link>
		<dc:creator>teddyv</dc:creator>
		<pubDate>Sun, 19 Feb 2012 14:01:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.krausam.de/?p=33#comment-1305</guid>
		<description>guys, ?I&#039;ve tried to access the device support page (http(s):///support(access).html and it doesn&#039;t work : I get &quot;404 - Page Not Found&quot; . Any ideas? Software version is: Version:    3.2.3.9273 2012-01-03 14:34 Tx.</description>
		<content:encoded><![CDATA[<p>guys, ?I&#8217;ve tried to access the device support page (http(s):///support(access).html and it doesn&#8217;t work : I get &#8220;404 &#8211; Page Not Found&#8221; . Any ideas? Software version is: Version:    3.2.3.9273 2012-01-03 14:34 Tx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH/Shell access to iomega StorCenter ix2 by mike</title>
		<link>http://www.krausam.de/?p=33#comment-1304</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Sat, 28 Jan 2012 12:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.krausam.de/?p=33#comment-1304</guid>
		<description>@ zorg:
how did you activate the apt-get function? I can only start software-installing with ipkg... but I need to have apt-get. Can you help me? Thanks...</description>
		<content:encoded><![CDATA[<p>@ zorg:<br />
how did you activate the apt-get function? I can only start software-installing with ipkg&#8230; but I need to have apt-get. Can you help me? Thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

