<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Its Lennys Fault &#187; root</title>
	<atom:link href="http://itslennysfault.com/t/root/feed" rel="self" type="application/rss+xml" />
	<link>http://itslennysfault.com</link>
	<description>Random things and stuff mostly stuff but there are still some things</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:17:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Easy way to get root on a Netgear Stora</title>
		<link>http://itslennysfault.com/easy-way-to-get-root-on-a-netgear-stora</link>
		<comments>http://itslennysfault.com/easy-way-to-get-root-on-a-netgear-stora#comments</comments>
		<pubDate>Fri, 25 Jun 2010 00:42:39 +0000</pubDate>
		<dc:creator>Lenny</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[netgear]]></category>
		<category><![CDATA[plug computing]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[stora]]></category>

		<guid isPermaLink="false">http://itslennysfault.com/?p=247</guid>
		<description><![CDATA[The Netgear Stora is a simple NAS system that allows anyone, even with no tech knowledge, to set up a simple network attached home RAID system. I plugged it in, slapped in a second hard drive, pushed the power button, and copied over my files. It was completely up and running within a few minutes. [...]]]></description>
			<content:encoded><![CDATA[<p>The Netgear Stora is a simple NAS system that allows anyone, even with no tech knowledge, to set up a simple network attached home RAID system. I plugged it in, slapped in a second hard drive, pushed the power button, and copied over my files. It was completely up and running within a few minutes. The Netgear Stora provided me an easy hot-swappable RAID system, but I wanted much more. I knew it was a fully functional, stand-alone, low-power linux server. The obvious next step was to root it.</p>
<p><span id="more-247"></span></p>
<p>Gaining root access on the Netgear Stora is amazingly easy. The first thing you need to do is get your product key. There is one located on the bottom of the device and one on the cd that came with it. Mine (for whatever reason) didn&#39;t match. For me the one on the Netgear Stora install CD was the correct one to use. This may not always be the case so try both.</p>
<p><strong>Here is a picture where to find both (I edited out my product id and replaced it with X&#39;s)</strong></p>
<div id="attachment_248" class="wp-caption aligncenter" style="width: 560px"><a href="http://itslennysfault.com/wp-content/uploads/2010/06/NetGear_Stora_bottom.jpg"><img class="size-full wp-image-248" title="NetGear Stora bottom" src="http://itslennysfault.com/wp-content/uploads/2010/06/NetGear_Stora_bottom.jpg" alt="NetGear Stora bottom" width="550" height="432" /></a><p class="wp-caption-text">NetGear Stora bottom</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div id="attachment_249" class="wp-caption aligncenter" style="width: 560px"><a href="http://itslennysfault.com/wp-content/uploads/2010/06/NetGear_Stora_CD.jpg"><img class="size-full wp-image-249" title="NetGear Stora CD" src="http://itslennysfault.com/wp-content/uploads/2010/06/NetGear_Stora_CD.jpg" alt="NetGear Stora CD" width="550" height="452" /></a><p class="wp-caption-text">NetGear Stora CD</p></div>
<p>&nbsp;</p>
<p><strong>Gaining Root Access</strong></p>
<p>Now that you have your Stora product id all you need to do is login via SSH using any user you have setup on your stora that has administrator access (in the web interface). However, if you just use the user name as is you won&#39;t be allowed access. Instead you have to add &quot;_hipserv2_netgear_XXXX-XXXX-XXXX-XXXX&quot; after the user name (replace the X&#39;s with your actual product key). For my example I will use my name Lenny as the user name and all X&#39;s for the product key. Any user with the administrator access flagged in the Netgear Stora web panel will have the ability to use the sudo command to gain root access.</p>
<p><strong>Here is the process</strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong> </strong></p>
<p><strong></p>
<div id="attachment_250" class="wp-caption aligncenter" style="width: 610px"><a href="http://itslennysfault.com/wp-content/uploads/2010/06/NetGear_Stora_root.jpg"><img class="size-full wp-image-250" title="NetGear Stora root" src="http://itslennysfault.com/wp-content/uploads/2010/06/NetGear_Stora_root.jpg" alt="NetGear Stora root" width="600" height="404" /></a><p class="wp-caption-text">NetGear Stora root</p></div>
<p></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Why  it works</strong></p>
<p>From what I can tell this is just a lame attempt by the developers to keep the general public form being able to shell into the device while still allowing themselves to get in for debugging / testing. It looks like the distribution of linux packaged with the Netgear Stora is shipped with a custom SSH server that appends a string including the product keys to the authorized user list.</p>
<p>I recommend setting up the following items right away&#8230;</p>
<ul>
<li><a href="http://itslennysfault.com/setup-repository-on-netgear-stora">Install a repository on your netgear stora</a></li>
<li><a href="../setup-path-environment-variables-on-netgear-stora">Set up path / environment variables</a></li>
<li><a href="../install-nano-text-editor-on-netgear-stora">Install nano</a></li>
<li><a href="../install-gcc-compiler-on-the-netgear-stora">Install a C Compiler (GCC)</a></li>
</ul>
<p>&nbsp;</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fitslennysfault.com%2Feasy-way-to-get-root-on-a-netgear-stora&amp;title=Easy%20way%20to%20get%20root%20on%20a%20Netgear%20Stora" id="wpa2a_2"><img src="http://itslennysfault.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://itslennysfault.com/easy-way-to-get-root-on-a-netgear-stora/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

