<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Jons Techbits &#187; equipment</title>
	<atom:link href="http://jonstechbits.com/category/equipment/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonstechbits.com</link>
	<description>This blog is a collection of experiences with different techs, software and gadgets.</description>
	<lastBuildDate>Wed, 01 Feb 2012 16:41:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jonstechbits.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jons Techbits &#187; equipment</title>
		<link>http://jonstechbits.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jonstechbits.com/osd.xml" title="Jons Techbits" />
	<atom:link rel='hub' href='http://jonstechbits.com/?pushpress=hub'/>
		<item>
		<title>Raid stripe size &#8211; what does it mean and what is the optimal stripe size?</title>
		<link>http://jonstechbits.com/2008/03/24/raid-stripe-size-what-does-it-mean-and-what-is-the-optimal-stripe-size/</link>
		<comments>http://jonstechbits.com/2008/03/24/raid-stripe-size-what-does-it-mean-and-what-is-the-optimal-stripe-size/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 01:27:52 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[equipment]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[intel storage matrix]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[stripe size]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://jonstechbits.wordpress.com/?p=9</guid>
		<description><![CDATA[It has been a long while since last time I updated the blog. However, as I am now in the process of upgrading my work computer (actually building a new one), a few interesting points have appeared, where this post is about the first one. I decided to go for to Samsung f1 1TB disks [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonstechbits.com&amp;blog=908157&amp;post=9&amp;subd=jonstechbits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It has been a long while since last time I updated the blog. However, as I am now in the process of upgrading my work computer (actually building a new one), a few interesting points have appeared, where this post is about the first one. </p>
<p>I decided to go for to Samsung f1 1TB disks in a raid 0 setup. The Asus P5E3 motherboard uses the Intel ICH9R controller. After booting up, and entering the ICH9R configuration utility, I had to fill in the stripe size &#8211; it defaultet to 128kB. This started a long and interesting web search after what is the optimal stripe size. Interesting enough, different sites, including <a href="http://www.anandtech.com">anandtech</a> and <a href="http://www.tomshardware.com">Toms hardware</a> had completely different advices. </p>
<p>Raid 0 means that data is divided among the two disk, and the stripe size in a raid 0 configuration is the size smallest allocation unit on each disks. After selecting the stripe size in the ICH9R controller it is impossible to change without destroying all the data on the disk. So If one decides to go for 128kB, the first 128 kB of the total 2GB disk is situated on disk A, and the next 128kB on disk B, etc. It has no connection with the filesystem allocation size (cluster size), and the stripe size is invisible to the operating system.</p>
<p>There are basically three different factors that determines the optimum stripe size. </p>
<p>The first, and probably least important, is that the windows swap file always uses 4kB cluster allocation units. Given that this file is very much in use, you will be able to almost double the swap file write and read speed as you can execute two 4kB writes at different adresses at the same time (random access)  &#8211; if the stripe size is 4 kB.<br />
The second factor is that reading and writing sequentially large data files (for example copying, downloading, video editing, &#8230;) benefits from a large stripe size. Anandtech had examples of up to 1024 kB.<br />
The third point is tha random access of small chunks of data benefits from less IO access time &#8211; that is how fast i takes from a request for a read/write is started to it actual starts. The more disks you have in a raid 0 setup, the slightly larger will the access time be.</p>
<p>In actual life, your choice of stripe size will depend on what type of user you are. </p>
<p>So, in the end, <a href="http://www.adriansrojakpot.com/speed_demonz/IDE_RAID/Raid_07.htm">adriansrojakpot</a> recommended 4kB or 8kB, Anandtech recommended &#8220;as large as possible&#8221;, and Toms Hardware, having the most throughout review, recommended 64 kB (but had a big flaw late in that article about large stripe size vs. file system cluster size).</p>
<p>My solution? It turned out that the ICH9R controller does not support more than 128kB, and I decided to go for that. However, the ICH9R support &#8220;Intel Matrix Storage&#8221; that allows for dividing up the disks in two raid 0 solutions, so I went for 1843 GB with stripe size 128 kB, and then a small rest of 20GB with stripe size 4kB. After installing Vista I moved the swap file to that 20 GB partition, so that I could get the best of two worlds!</p>
<p><a href='http://jonstechbits.files.wordpress.com/2008/03/intelmatrixstorageview.jpg' title='Intel Matrix Storage View'><img src='http://jonstechbits.files.wordpress.com/2008/03/intelmatrixstorageview.thumbnail.jpg?w=455' alt='Intel Matrix Storage View' /></a> </p>
<p>In the end, the solution gave a top score 5.9 in windows experience index, and <a href='http://jonstechbits.files.wordpress.com/2008/03/intelmatrixstorageview.jpg' title='Intel Matrix Storage View'>this image</a> shows how it looks like in the image storage console view. </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jonstechbits.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jonstechbits.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonstechbits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonstechbits.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonstechbits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonstechbits.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonstechbits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonstechbits.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonstechbits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonstechbits.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonstechbits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonstechbits.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonstechbits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonstechbits.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonstechbits.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonstechbits.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonstechbits.com&amp;blog=908157&amp;post=9&amp;subd=jonstechbits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonstechbits.com/2008/03/24/raid-stripe-size-what-does-it-mean-and-what-is-the-optimal-stripe-size/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jon</media:title>
		</media:content>

		<media:content url="http://jonstechbits.files.wordpress.com/2008/03/intelmatrixstorageview.thumbnail.jpg" medium="image">
			<media:title type="html">Intel Matrix Storage View</media:title>
		</media:content>
	</item>
		<item>
		<title>Network storage &#8211; Do you need it at home?</title>
		<link>http://jonstechbits.com/2007/02/11/network-storage-do-you-need-it-at-home/</link>
		<comments>http://jonstechbits.com/2007/02/11/network-storage-do-you-need-it-at-home/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 21:47:00 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[equipment]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jonstechbits.wordpress.com/2007/02/11/network-storage-do-you-need-it-at-home/</guid>
		<description><![CDATA[If you are like me &#8211; having 5-10 computers around the house (home computer, work laptop, wife&#8217;s work laptop, 2x old work laptop, 2x media centers, &#8230;) &#8211; you&#8217;re soon getting tired of copying all thos mp3, movies and images around so that they can be accessible from all the computers. The solution of course [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonstechbits.com&amp;blog=908157&amp;post=5&amp;subd=jonstechbits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://bp0.blogger.com/_EjNqv1CR96A/Rc-P2GA7MNI/AAAAAAAAAEc/9ICmmHnKCoY/s1600-h/318579.jpg"><img style="float:right;cursor:hand;margin:0 0 10px 10px;" alt="" src="http://bp0.blogger.com/_EjNqv1CR96A/Rc-P2GA7MNI/AAAAAAAAAEc/9ICmmHnKCoY/s320/318579.jpg" border="0" /></a>
<div>If you are like me &#8211; having 5-10 computers around the house (home computer, work laptop, wife&#8217;s work laptop, 2x old work laptop, 2x media centers, &#8230;) &#8211; you&#8217;re soon getting tired of copying all thos mp3, movies and images around so that they can be accessible from all the computers. </div>
<div></div>
<div>The solution of course is easy, but not free. I recently purchased the Synology DiskStation DS-106e, added a 500GB disk, and voila! This product works like a charm. It is based on linux, and Synology makes available free updates to the software inside. I used it both as a printserver, diskserver and ftp server. In addition it can function as a webserver as well, but I haven&#8217;t tried that part yet. </div>
<div></div>
<div>The setup is based on an onboard webbased configuration tool. I have created a few network shares, one for my personal stuff and one with public read availabilty (within the family) so that everyone can make use of the music, images and videos on their own computers.</div>
<div></div>
<div>The alternative is of course using an old computer running linux. However, the Synopsis was very easy to configure, and remembering hours and hours of previuos time used for Linux configuration, this device pays for itself. Recommended!</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jonstechbits.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jonstechbits.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonstechbits.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonstechbits.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonstechbits.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonstechbits.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonstechbits.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonstechbits.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonstechbits.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonstechbits.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonstechbits.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonstechbits.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonstechbits.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonstechbits.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonstechbits.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonstechbits.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonstechbits.com&amp;blog=908157&amp;post=5&amp;subd=jonstechbits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonstechbits.com/2007/02/11/network-storage-do-you-need-it-at-home/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jon</media:title>
		</media:content>

		<media:content url="http://bp0.blogger.com/_EjNqv1CR96A/Rc-P2GA7MNI/AAAAAAAAAEc/9ICmmHnKCoY/s320/318579.jpg" medium="image" />
	</item>
		<item>
		<title>Microsoft Keyboard wit Fingerprint Reader on Vista</title>
		<link>http://jonstechbits.com/2007/02/04/microsoft-keyboard-wit-fingerprint-reader-on-vista/</link>
		<comments>http://jonstechbits.com/2007/02/04/microsoft-keyboard-wit-fingerprint-reader-on-vista/#comments</comments>
		<pubDate>Sun, 04 Feb 2007 00:14:00 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[equipment]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://jonstechbits.wordpress.com/2007/02/04/microsoft-keyboard-wit-fingerprint-reader-on-vista/</guid>
		<description><![CDATA[I installed Vista two months ago, and although most drivers were installed out of the box, a few drivers did not. Among those is the fingerprint reader on my &#8220;Microsoft Keyboard wit Fingerprint Reader&#8221;. Actually, the keyboard itself works fine, it is just the fingerprint reader that has no driver installed.Before Vista, I used it [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonstechbits.com&amp;blog=908157&amp;post=4&amp;subd=jonstechbits&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I installed Vista two months ago, and although most drivers were installed out of the box, a few drivers did not. Among those is the fingerprint reader on my &#8220;Microsoft Keyboard wit Fingerprint Reader&#8221;. Actually, the keyboard itself works fine, it is just the fingerprint reader that has no driver installed.Before Vista, I used it for logging on to my home pc almost every time.</p>
<p>I was expecting the drivers to be installed automatically throug Windows Update, but today, after two month I gave up. First I tried <a href="http://www.drivershq.com">Driver Detective</a>, an excellent piece of software which already has a Windows Vista version. However, it reported the device with a &#8220;driver not found&#8221; mark.</p>
<p>After a bit of searching I go the drivers in two steps:<br />i) Installing the latest version of the <a href="http://www.microsoft.com/hardware/mouseandkeyboard/download.mspx">IntelliType Pro</a> software from Microsoft<br />ii) Installing the <a href="http://download.microsoft.com/download/b/0/f/b0fee793-683c-42f4-9fdc-011cab5cc853/Setup.exe">DigitalPersona Password Manager 2.0</a>, also from Microsoft.</p>
<p>After a restart (which by the way take som time on Vista), and some calibrating using the autostarting Wizard, I worked fine.</p>
<p>Anyway, logging on to Vista is easier now. For the home office, it offers good enough security.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jonstechbits.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jonstechbits.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jonstechbits.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jonstechbits.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jonstechbits.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jonstechbits.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jonstechbits.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jonstechbits.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jonstechbits.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jonstechbits.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jonstechbits.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jonstechbits.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jonstechbits.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jonstechbits.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jonstechbits.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jonstechbits.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jonstechbits.com&amp;blog=908157&amp;post=4&amp;subd=jonstechbits&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jonstechbits.com/2007/02/04/microsoft-keyboard-wit-fingerprint-reader-on-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Jon</media:title>
		</media:content>
	</item>
	</channel>
</rss>
