<?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>Rothemund &#187; NAS</title>
	<atom:link href="http://www.rothemund.org/category/nas/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rothemund.org</link>
	<description>My thoughts about the world and the web</description>
	<lastBuildDate>Sun, 13 Jun 2010 16:32:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Find your NAS server in your network</title>
		<link>http://www.rothemund.org/2008/06/15/find-your-nas-server-in-your-network/</link>
		<comments>http://www.rothemund.org/2008/06/15/find-your-nas-server-in-your-network/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 22:35:18 +0000</pubDate>
		<dc:creator>Holger</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.rothemund.org/?p=62</guid>
		<description><![CDATA[In one of my posts I described how to configure the Icybox NAS 4220. One of the main problems was to find the Icybox in my network. The software Raidsonic offered on the cd was a windows-only software and despite the fact that I could use it with WINE, it still did not find the [...]]]></description>
			<content:encoded><![CDATA[<p>In one of my posts I described <a href="http://www.rothemund.org/2008/01/13/configuring-the-icybox-nas-4220/">how to configure the Icybox NAS 4220</a>. One of the main problems was to find the Icybox in my network. The software Raidsonic offered on the cd was a windows-only software and despite the fact that I could use it with WINE, it still did not find the Icybox in the network. So I had to boot Windows Vista (which came with the notebook).</p>
<p>However, as I had to find the Icybox 4220 again today I did some research how to find it with Linux and someone on http://www.ubuntuusers.de gave me the answer 3 minutes after my question was posted (!!!).</p>
<p>You should install the programm "nmap" and then run the following code:<br />
<code>nmap -sP xxx.xxx.x.*</code><br />
This will show you all devices (servers, nas, computers) in your network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rothemund.org/2008/06/15/find-your-nas-server-in-your-network/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Configuring the Icybox NAS 4220</title>
		<link>http://www.rothemund.org/2008/01/13/configuring-the-icybox-nas-4220/</link>
		<comments>http://www.rothemund.org/2008/01/13/configuring-the-icybox-nas-4220/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 13:02:47 +0000</pubDate>
		<dc:creator>Holger</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.rothemund.org/2008/01/13/configuring-the-icybox-nas-4220/</guid>
		<description><![CDATA[A few days ago I connected the Raidsonic Icybox IB-NAS4220-B with my WLAN router and DSL modem Siemens Gigaset SX550 Wlan (which is also working as a DHCP server for my little home network). However, the web interface of my Icybox was not accessible by "http://IB-NAS4220-B", as mentioned in the manual.
In this case Raidsonic offers [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago I connected the Raidsonic Icybox IB-NAS4220-B with my WLAN router and DSL modem Siemens Gigaset SX550 Wlan (which is also working as a DHCP server for my little home network). However, the web interface of my Icybox was not accessible by "<a href="http://IB-NAS4220-B" rel="nofollow"  class="linkification-ext" title="Linkification: http://IB-NAS4220-B">http://IB-NAS4220-B</a>", as mentioned in the manual.</p>
<p>In this case Raidsonic offers a tool on the cd, to find the Icybox NAS, when connected to a network. Unfortunately this tools is for Windows only. I tried to use it via Wine. The application started but did not find anything. So I had to start Windows to find the IP that my DHCP server had assigned to the Icybox. Once I have found this IP address I could access the web interface, which is available in several languages (e.g. English, German).<span id="more-49"></span></p>
<p>I would like to find a tool, or a way to allocate the IP of the Icybox 4220 without having to start Windows. I am sure there is an easy way, so I will do some research in the next few days. If someone has a solutions for Ubuntu/Linux, please let me know, preferably in the comments (UPDATE: I found a way to <a href="http://www.rothemund.org/2008/06/15/find-your-nas-server-in-your-network/">allocate servers, computers and NAS devices in your network under Linux</a>).</p>
<p>My set up of the Icybox is a Raid1. This means that two 500GB hard discs are mirrored: files saved to the Icybox are copied to both hard discs, which protects files during a hard disk crash. However, it can not protect data from human mistakes. <img src='http://www.rothemund.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Therefore you will need an additional back up process.</p>
<p>Setting up the raid1 is fairly easy. Go to "Maintenance" -&gt; "RAID Settings" and follow the instructions their. Establishing the raid takes a few minutes. You should not interrupt this process. Well, and that's it, basically. You should then create a "Share", where you can save your files.</p>
<p>To connect from my notebook to the Icybox via LAN and WLAN I am using NFS. The process to connect is very straight forward, but as a Linux beginner I had to do some research.</p>
<p>If you just want to use your desktop to access NFS shares (e.g. for accessing the Icybox) you need to install "nfs-common" and "portmap", if you want to share files or directories on your computer via NFS, then you also need to install "nfs-kernel-server". Just go to Synaptic an install the packages you need (This paragraph was added thanks to a comment by Simon).</p>
<p>Let's assume the share is called "xyz", the IP address of the Icybox is "192.168.2.???" and we call the share "icybox1". To mount the Icybox on Ubuntu you will have todo the following:</p>
<ul>
<li>Open the terminal</li>
<li>Change to the directory "media": <code>cd /media</code></li>
<li>Make a directory for the share on the icybox: <code> sudo mkdir icybox1</code></li>
<li>Mount the share with the following code: <code>sudo mount 192.168.2.???:/mnt/md1/icybox1 /media/icybox1</code></li>
</ul>
<p>Now you should be available to access your share on the icybox.</p>
<p>However, it is quite annoying, when you have to mount the share each time by hand. So I decided to include the share in the "fstab", then the Icybox share is available automatically when I am at home and connected to my home network.</p>
<p>For this you will have to add a line to <code>/etc/fstab</code> for each share:<code><br />
</code></p>
<ul>
<li><code> 192.168.2.???:/mnt/md1/icybox1 /media/icybox1 nfs rw,rsize=8192,wsize=8192 0 0</code></li>
</ul>
<p>That's it. You will now have to mount your share:<code><br />
</code></p>
<ul>
<li><code> sudo mount -a</code></li>
</ul>
<p>Now you should have a folder on your desktop to access your share using NFS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rothemund.org/2008/01/13/configuring-the-icybox-nas-4220/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Installing the Raidsonic NAS Icybox 4220</title>
		<link>http://www.rothemund.org/2008/01/07/installing-the-raidsonic-nas-icybox-4220/</link>
		<comments>http://www.rothemund.org/2008/01/07/installing-the-raidsonic-nas-icybox-4220/#comments</comments>
		<pubDate>Mon, 07 Jan 2008 09:55:46 +0000</pubDate>
		<dc:creator>Holger</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[NAS]]></category>

		<guid isPermaLink="false">http://www.rothemund.org/2008/01/07/installing-the-raidsonic-nas-icybox-4220/</guid>
		<description><![CDATA[The installation process of the the two hard disks is pretty straight forward. Just follow the instructions in the surprisingly well translated hand book and after a few minutes you can start the NAS for the first time.

Open the 2 screws at the bottom of the Icybox 4220. There are actually 4 screws, two of [...]]]></description>
			<content:encoded><![CDATA[<p>The installation process of the the two hard disks is pretty straight forward. Just follow the instructions in the surprisingly well translated hand book and after a few minutes you can start the NAS for the first time.<span id="more-48"></span></p>
<ul>
<li>Open the 2 screws at the bottom of the Icybox 4220. There are actually 4 screws, two of which are holding the interior of the box to the exterior case, the two other are in a little plastic bag together with other screws, which are used to fix the hard disks in the case.</li>
<li>Pull the interior case from the exterior case.</li>
<li>First connect the cables to the first hard disk, then fix the hard disk with the little screws from the plastic bag and connect the cables (SATA, electricity). <strong><br />
Tip from my side</strong>: connect the cables first and then fix the screws. I fixed the screws first, but I just couldn't connect the cables any more. So I had to unscrew the hard disks again.</li>
<li>Fix the sensor for the temperature on top of the first hard disk with the tape from the little plastic bag.</li>
<li>Install the second hard disk, just like the first hard disk.</li>
<li>Once done just put the interior case back into the exterior housing and fix the 4 little screws on the bottom.</li>
<li>That's it. You can now start your Icybox IB-NAS4220-B for the first time.</li>
</ul>
<p>I think this is enough for today. Tomorrow we will talk about the first steps using the Icybox 4220.</p>
<p style="border: 1px solid #999999; margin: 0pt 5px 10px; padding: 2px; background-color: #cccccc">Buy your own <a href="http://www.amazon.de/gp/product/B000WIV5G8?ie=UTF8&amp;tag=rothemund-21&amp;linkCode=as2&amp;camp=1638&amp;creative=6742&amp;creativeASIN=B000WIV5G8" rel="nofollow" >Raidsonic Icy Box IB-NAS4220-B Raid/Dual SATA, Gigabit</a><img src="http://www.assoc-amazon.de/e/ir?t=rothemund-21&amp;l=as2&amp;o=3&amp;a=B000WIV5G8" style="border: medium none  ! important; margin: 0px ! important" border="0" height="1" width="1" /> at Amazon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rothemund.org/2008/01/07/installing-the-raidsonic-nas-icybox-4220/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NAS Icybox 4220</title>
		<link>http://www.rothemund.org/2007/12/24/nas-icybox-4220/</link>
		<comments>http://www.rothemund.org/2007/12/24/nas-icybox-4220/#comments</comments>
		<pubDate>Sun, 23 Dec 2007 22:44:47 +0000</pubDate>
		<dc:creator>Holger</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[NAS]]></category>

		<guid isPermaLink="false">http://www.rothemund.org/2007/12/24/nas-icybox-4220/</guid>
		<description><![CDATA[Finally my NAS has arrived: After quite some research I chose the Raidsonic Icybox IB-NAS4220-B. Here a short resume of what the Icybox 4220 has to offer:

Gigabit ethernet
Dual nas supports 2 harddisks (RAID 0, 1, Span, JBOD)
2 USB-Hosts (for USB sticks, external hard disks or a print server)
Samba for Windows networks, NFS (for Linux, Unix), [...]]]></description>
			<content:encoded><![CDATA[<p>Finally my NAS has arrived: After quite some research I chose the <a href="http://www.raidsonic.de/en/pages/products/external_cases.php?we_objectID=5052" rel="nofollow"  title="NAS Raidsonic Icybox 4220">Raidsonic Icybox IB-NAS4220-B</a>. Here a short resume of what the Icybox 4220 has to offer:</p>
<ul>
<li>Gigabit ethernet</li>
<li>Dual nas supports 2 harddisks (RAID 0, 1, Span, JBOD)</li>
<li>2 USB-Hosts (for USB sticks, external hard disks or a print server)</li>
<li>Samba for Windows networks, NFS (for Linux, Unix), FTP (to access your files via internet), DHCP (automatic network 	configuration)</li>
<li>etc.</li>
</ul>
<p>This is just to mention the most important characteristics. For more details just download the <a href="http://www.raidsonic.de/de/data/data_pdf/icybox/datasheet_ib-4220_e.pdf" rel="nofollow"  title="Icybox NAS 4220 datasheet"> Icybox 4220 datasheet</a> as PDF.<span id="more-46"></span></p>
<p><!-- more --></p>
<p>As harddisks from Samsung seem to cause problems with the Icybox 4220 NAS I orderd 2 WesternDigital WD Caviar SE16 500GB SATA II 16MB. I hope those will do just fine. I will configure a Raid1 for better data security and those hard disks will be backed up to a external USB hard disk every week or so. This gives me space for 500GB of data, the second disk will contain an exact copy of the first hard disk.</p>
<p>While not ensuring perfect security, this will be enough data security for me. Togehter with the Icybox I have also received a Western Digital Passport portable hard disk with 250GB, which should do well for transportation purposes and additional backups.</p>
<p>As the time around Christmas is fairly busy and we will get some visitors within the next days I will probably have to wait until the new year to get the Raidsonic NAS up and running. I will give some updates about the product as soon as I had the time to go more into details.</p>
<h3>My first impressions:</h3>
<ul>
<li>The Icybox 4220 is smaller than expected and the product pictures make you think.</li>
<li>The built quality looks really good: no plastics, all metal.</li>
<li>It is fairly nice looking. Not really important for a tool like a NAS, but when on your desk the good look won't hurt, 		right? <img src='http://www.rothemund.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</li>
<li>It comes along with a good hand book in really good German. Not comparable with some other products, where 		you just can not understand anything. There actually some good explanations, even on basics like the advantages and 	disadvantages of different RAID levels, etc.</li>
</ul>
<h3>Interesting links regarding the Icybox 4220</h3>
<ul>
<li>A forum with a lot of information and a lot of posts (in German): <a href="http://www.planet3dnow.de/vbulletin/showthread.php?t=319399" rel="nofollow" >http://www.planet3dnow.de/vbulletin/showthread.php?t=319399</a></li>
<li>A wiki about the Icybox NAS 4220 with information about hardware compatibility: <a href="http://en.nas-4220.org/" rel="nofollow" >http://en.nas-4220.org/</a></li>
</ul>
<p>I will keep you updated about my progress. I hope my version will not cause any trouble and the two hard disks will work fine with my Raidsonic Icybox IB-NAS4220-B.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rothemund.org/2007/12/24/nas-icybox-4220/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

