<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Stephen Foskett, Pack Rat &#187; nas storage Archives  &#8211; Stephen Foskett, Pack Rat</title>
	<atom:link href="http://blog.fosketts.net/tag/nas-storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fosketts.net</link>
	<description>Understanding the accumulation of data</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:40:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>We Need a Storage Revolution</title>
		<link>http://blog.fosketts.net/2011/04/30/storage-revolution/</link>
		<comments>http://blog.fosketts.net/2011/04/30/storage-revolution/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 16:00:00 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[BigTable]]></category>
		<category><![CDATA[CAS]]></category>
		<category><![CDATA[data management]]></category>
		<category><![CDATA[Fibre Channel]]></category>
		<category><![CDATA[Files-11]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[HFS]]></category>
		<category><![CDATA[Metadata]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[SCSI]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[storage management]]></category>
		<category><![CDATA[Sunday series]]></category>
		<category><![CDATA[updated]]></category>
		<category><![CDATA[VMS]]></category>
		<category><![CDATA[volume manager]]></category>
		<category><![CDATA[XAM]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/2008/10/26/we-need-a-storage-revolution/</guid>
		<description><![CDATA[Storage protocols continue to mimic direct attached storage, with the concepts of block and file at its core. No amount of virtualization, and no new protocol, will fix this - we need a storage revolution.]]></description>
			<content:encoded><![CDATA[<div id="attachment_789" class="wp-caption aligncenter" style="width: 226px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; display: block; margin-right: auto; margin-left: auto;"><a href="http://blog.fosketts.net/wp-content/uploads/2008/09/revolution-array.png" ><img class="size-medium wp-image-789 " title="Revolution Array" src="http://blog.fosketts.net/wp-content/uploads/2008/09/revolution-array-216x300.png" alt="" width="216" height="300" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">I think this sentiment is just as valid today as when I posted it in 2008!</p></div>
<p>Although many discussions in the storage industry focus on the relative merits of one protocol or another, the conversation occasionally turns to the core issue at hand: We continue to patch together a system based on outdated concepts. Most storage protocols continue to mimic direct attached storage, and most of our so-called networks act as point to point channels. An ultra-modern virtualized storage infrastructure with all the latest bells and whistles still holds the concepts of block and file at its core. Whenever the storage industry has tried to bring about real storage management they have been stymied by a lack of context for data.</p>
<p>No amount of virtualization, and no new protocol, will fix this. Put simply, we need a storage revolution.</p>
<h3>Channels, Blocks, and Files</h3>
<p>Most innovation in the 1980s and early 1990s focused on moving storage out of the server. <a rel="nofollow" href="http://en.wikipedia.org/wiki/SCSI"  target="_blank">SCSI</a> allowed disk to exist in a separate cabinet, <a rel="nofollow" href="http://en.wikipedia.org/wiki/RAID"  target="_blank">RAID</a> allowed multiple physical disks to become a single virtual one, and these were mixed to become the prototype storage array. Although SCSI allowed one-to-many connectivity, it was never a true peer-to-peer network, even once it was mixed with network concepts in the form of <a rel="nofollow" href="http://en.wikipedia.org/wiki/Fibre_Channel"  target="_blank">Fibre Channel</a>.</p>
<p>Even today, SAN storage is focused on providing faster, more flexible, and feature-packed direct-attached storage. A modern virtual SAN hides a complex arrangement of caching, data protection, tiered storage, replication, and deduplication, masquerading the lot as a simple, lowly disk drive. It is sad but true that all of our work as an industry has been dedicated to recreating what we started with.</p>
<p>Networked file-based storage is no better. Although NAS devices have all the advanced features of their SAN cousins, they must present a simple file tree to the host to retain compatibility. File virtualization merely presents a larger homogenous tree.</p>
<p>Inside the server, too, features and complexity are hidden to retain a familiar file system format. Volume managers can do anything a virtualization device can, but must present their output as a simple (though virtual) disk drive. File systems, too, have added features but still present a familiar tree of mount points, inodes, and files. Even ZFS, possibly <a href="http://blog.fosketts.net/2008/02/27/zfs-super-file-system/"  target="_self">the most advanced</a> combination of volume management and file system technology yet, must present a simple tree of storage to applications.</p>
<h3>The Metadata Roadblock</h3>
<p>This outdated paradigm, of disks and file trees, is ill-suited to today&#8217;s storage challenges. Data must be categorized so actions can be taken to preserve or destroy it based on policies. Data must be searchable so users and applications can find what they want. Data must be flexible so it can be used in new ways. Our antiquated notions are not capable of meeting these challenges.</p>
<p>One simple problem is that we lack context for our data. Most file systems merely assign to a file a name, location, owner, and security attributes. The most advanced can contain extended metadata, but this is rarely seen in practice since many applications cannot agree on how to use this data. Microsoft&#8217;s Office suite can store and share extended file attributes, for example, but these live inside the file rather than in the file system. The promise of expanded Office attributes is only realized in conjunction with a content management system like SharePoint which lies above the lowly file system.</p>
<p>What if the storage system could keep this data instead? What if it could logically group files according to project or client, mining keywords and authors, and maintaining revisions? These concepts are not new, having been implemented in content management systems for years, and certain elements appeared in file systems, like <a rel="nofollow" href="http://en.wikipedia.org/wiki/Hierarchical_File_System"  target="_blank">Apple&#8217;s HFS</a> and <a rel="nofollow" href="http://en.wikipedia.org/wiki/Files-11"  target="_blank">VMS&#8217; Files-11</a>, for decades.</p>
<h3>Cut Down the Tree</h3>
<p>File metadata would allow advanced features, but truly taking advantage of them requires a more fundamental shift in the way applications access files. Rather than sticking to a traditional hierarchy of directories in a tree (which was, after all, simply a primitive metadata system), we should remove the tree altogether. Allow files to become data objects, identified by arbitrary attributes and managed according to an overarching policy.</p>
<p>This future vision is decidedly different from our current notion of storage, but is not so far off. Many organizations now rely on central data warehouses based on SQL-language relational databases. As many storage managers have grumbled, databases tend to ignore storage management concepts entirely, managing their own content independently.</p>
<p>But not all applications need a database back-end, so another initiative seeks to provide generic object storage for wider use. Called content-addressable storage or <a rel="nofollow" href="http://en.wikipedia.org/wiki/Content-addressable_storage"  target="_blank">CAS</a>, these devices have traditionally been used only for archival purposes, since that was their first market application. As vendors break free of proprietary interfaces in favor of open ones like XAM, CAS could transform storage itself by eliminating both file and block storage at once.</p>
<p>Similar concepts are already at work in the so-called Web 2.0 world. Non-traditional databases like Google BigTable, Amazon S3, and Hadoop allow massive scalability for object storage. API-sharing initiatives with many Web 2.0 companies can be seen as similar prototypical object storage frameworks. Any of these could be leveraged to provide a new world of data storage, and many are gaining traction even now.</p>
<h3>Stephen&#8217;s Stance</h3>
<p>Although traditional block storage is here to stay for disk drives, and tree-type file systems are likely to remain the foundation of operating system storage, new object-based concepts could change the world in fundamental ways. As applications become &#8220;web aware&#8221;, they also become object aware, increasing the likelihood of such a storage revolution. For the majority of applications, this new world would be a welcome one indeed.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2011/04/19/granularity-challenge-storage-management/"  rel="bookmark" class="crp_title">Granularity: The Hidden Challenge of Storage Management</a></li><li><a href="http://blog.fosketts.net/2007/06/25/storage-history-the-3server/"  rel="bookmark" class="crp_title">Storage History: The 3Server</a></li><li><a href="http://blog.fosketts.net/2010/10/26/cas-cloud-revolutionary-storage/"  rel="bookmark" class="crp_title">From CAS to Cloud: Revolutionary Storage</a></li><li><a href="http://blog.fosketts.net/2008/09/15/greenbytes-embraces-extends-zfs/"  rel="bookmark" class="crp_title">greenBytes Embraces and Extends ZFS</a></li><li><a href="http://blog.fosketts.net/2008/09/16/deduplication-primary-storage/"  rel="bookmark" class="crp_title">Deduplication Coming to Primary Storage</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2011/04/30/storage-revolution/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2011. |
<a href="http://blog.fosketts.net/2011/04/30/storage-revolution/">We Need a Storage Revolution</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2011/04/30/storage-revolution/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>EMC LifeLine Spreads To The Iomega StorCenter Pro ix4-100</title>
		<link>http://blog.fosketts.net/2009/02/05/emc-lifeline-storcenter-pro-ix4-100/</link>
		<comments>http://blog.fosketts.net/2009/02/05/emc-lifeline-storcenter-pro-ix4-100/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 20:23:08 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Drobo]]></category>
		<category><![CDATA[DroboShare]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Iomega]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[ix2]]></category>
		<category><![CDATA[ix4]]></category>
		<category><![CDATA[LifeLine]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[StorCenter]]></category>
		<category><![CDATA[StoreVault]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1390</guid>
		<description><![CDATA[As I expected, EMC&#8217;s Iomega subsidiary today rolled out the StorCenter Pro ix4-100 a big brother to the popular but plain StorCenter ix2 NAS device. This new model add hot-swappable drives (there are four now), RAID-5, and a longer warranty to make it suitable for small office use. It uses a blacked-out version of the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1391" class="wp-caption alignright" style="width: 115px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"></p>
<p><a href="http://blog.fosketts.net/wp-content/uploads/2009/02/scp-ix4.gif" ><img class="size-full wp-image-1391 " title="scp-ix4" src="http://blog.fosketts.net/wp-content/uploads/2009/02/scp-ix4.gif" alt="Iomega's StorCenter Pro ix4-100 is VMware certified, hot swappable, and not bad to look at!" width="105" height="110" /></a></p>
<p><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Iomega&#39;s StorCenter Pro ix4-100 is VMware certified, hot swappable, and not bad to look at!</p></div>
<p><a href="http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/"  target="_blank">As I expected</a>, EMC&#8217;s Iomega subsidiary today rolled out the <a href="http://www.emc.com/about/news/press/2009/20090205-01.htm?CMP="  target="_blank">StorCenter Pro ix4-100</a> a <strong>big brother</strong> to the popular but plain <strong>StorCenter ix2 NAS device</strong>. This new model add hot-swappable drives (there are four now), RAID-5, and a longer warranty to make it suitable for small office use. It uses a blacked-out version of the chassis from the non-LifeLine StorCenter Pro 150d.</p>
<p><span id="more-1390"></span></p>
<p>Like the ix2, the Pro ix4 is <strong>certified for VMware ESX</strong> using NFS. <strong>iSCSI is still absent</strong>, though EMC folks have <a rel="nofollow" href="http://virtualgeek.typepad.com/virtual_geek/2009/01/updated-homebrew-esx-hardware-list.html"  target="_blank">talked</a> about adding this in short order.</p>
<p>This is the third member of the <a href="http://iomega.com/prodinfo/nas_compare/index.html"  target="_blank">LifeLine-powered NAS family</a> from Iomega: The confusingly-named single-drive Home Media Network Hard Disk Drive, the dual-drive StorCenter ix2, and this four-drive StorCenter Pro ix4-100. The &#8220;-100&#8243; nomenclature suggests that more 4-drive models might be on the way, perhaps a &#8220;-200&#8243; model sharing its rackmount chassis with the existing non-LifeLine StorCenterPro 200rl.</p>
<p><div id="amazon-widget"><SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/bananafishhome/8001/8a642a12-1fa9-4b4e-b8a0-37493412621d"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fbananafishhome%2F8001%2F8a642a12-1fa9-4b4e-b8a0-37493412621d&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></div></p>
<p>With NetApp exiting the small-business market by <a href="http://www.theregister.co.uk/2009/02/02/netapp_eols_s_family/"  target="_blank">ending their StoreVault line</a>, who would have thought big old EMC would be the one to step up? At $799 or $1,299 for the 2 and 4 TB versions, the ix4 is about the same price as a Drobo, which is <a href="http://drobo.com/where_to_buy/index.php"  target="_blank">$749 or $999</a> plus $199 for the DroboShare NAS.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2009/04/16/iomega-storcenter-ix4-200r/"  rel="bookmark" class="crp_title">Iomega Grows Up and Moves Out of the House</a></li><li><a href="http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/"  rel="bookmark" class="crp_title">EMC Makes Iomega Relevant Again</a></li><li><a href="http://blog.fosketts.net/2009/08/27/iomega-ix4-200d/"  rel="bookmark" class="crp_title">Iomega&#8217;s ix4-200d: A Killer Desktop Storage Array</a></li><li><a href="http://blog.fosketts.net/2009/10/07/iomega-ix2-200/"  rel="bookmark" class="crp_title">Iomega ix2-200 Adds iSCSI, Sync To Dual-Drive SOHO NAS</a></li><li><a href="http://blog.fosketts.net/2011/08/23/iomega-introduces-storcenter-px12350r/"  rel="bookmark" class="crp_title">Iomega Introduces the StorCenter px12-350r</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/02/05/emc-lifeline-storcenter-pro-ix4-100/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/02/05/emc-lifeline-storcenter-pro-ix4-100/">EMC LifeLine Spreads To The Iomega StorCenter Pro ix4-100</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/02/05/emc-lifeline-storcenter-pro-ix4-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Iomega]]></series:name>
	</item>
		<item>
		<title>EMC Makes Iomega Relevant Again</title>
		<link>http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/</link>
		<comments>http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 17:18:30 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Clik]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[Excelstor]]></category>
		<category><![CDATA[HMND]]></category>
		<category><![CDATA[Iomega]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[ix2]]></category>
		<category><![CDATA[Lexar]]></category>
		<category><![CDATA[LifeLine]]></category>
		<category><![CDATA[Linksys]]></category>
		<category><![CDATA[Maxtor]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[PNY]]></category>
		<category><![CDATA[Rev]]></category>
		<category><![CDATA[Seagate]]></category>
		<category><![CDATA[StorCenter]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[Western Digital]]></category>
		<category><![CDATA[Zip]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1293</guid>
		<description><![CDATA[Pity poor old Iomega. The company responsible for hot products like the Zip drive and coulda-beens like the Clik drive was stumbling in the early part of this decade, unable to distinguish itself from all of the other providers of commodity external storage devices for consumers. Although the company had built the Zip into a [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1304" class="wp-caption alignright" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><img class="size-medium wp-image-1304" title="Iomega Zip 100 Parallel" src="http://blog.fosketts.net/wp-content/uploads/2009/01/img_0544-300x273.png" alt="Zip drives like this 1996 parallel-port example made Iomega famous" width="300" height="273" /><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Zip drives like this 1996 parallel-port example made Iomega famous, but EMC is giving the company a second act</p></div>
<p><strong>Pity poor old Iomega</strong>. The company responsible for hot products like the <a rel="nofollow" href="http://en.wikipedia.org/wiki/Zip_drive"  target="_blank">Zip drive</a> and coulda-beens like the <a rel="nofollow" href="http://en.wikipedia.org/wiki/Iomega_Pocket_Zip_drive"  target="_blank">Clik drive</a> was stumbling in the early part of this decade, unable to distinguish itself from all of the other providers of commodity external storage devices for consumers. Although the company had built the Zip into a viable floppy drive successor, USB &#8220;thumb drives&#8221; took that market by storm, replacing removable disks with flash memory.</p>
<p>The company was working to break into the small business market in the middle of this decade, offering Rev disk-based backup, small desktop and rack-mount NAS servers, and internet storage in addition to well-regarded software add-ins. But by that time, Maxtor, Seagate, and Western Digital had come to dominate the external USB drive market, and Lexar, PNY, and the like had taken over the removable world.</p>
<p><strong>Then EMC stepped in</strong> with their March, 2008, $178 million <a href="http://blog.flickerdown.com/2008/03/20/on-iomega-and-other-musings/"  target="_blank">buyout offer</a>. Iomega <a href="http://www.blocksandfiles.co.uk/article/4271"  target="_blank">rebuffed the offer</a> at first, since it was in the process of being merged with China&#8217;s Excelstor. But after some apparently tough back and forth between the companies, Iomega finally <a rel="nofollow" href="http://thestorageanarchist.typepad.com/weblog/2008/04/0075-iomega-joi.html"  target="_blank">accepted</a> a $213 million offer in early April, completing the acquisition in June. Although it made sense for EMC to move down-market, as Cisco did with their similar Linksys acquisition, many wondered how this would work out, especially when one considers the contentious buyout process.</p>
<p>We needn&#8217;t have worried &#8211; ever since the EMC buyout, <strong>Iomega has rocketed forward</strong>, introducing intriguing new products, finding synergies within EMC, and <a href="http://news.digitaltrends.com/talk-back/277/the-rebirth-of-iomega"  target="_blank">gaining mindshare</a>. Although they still peddle commodity storage, Iomega&#8217;s new line of EMC-powered NAS systems is getting the real attention (VMware geeks especially should take a hard look at the StorCenter ix2!) But the company ought to make a few marketing changes if it is to really succeed.</p>
<p><span id="more-1293"></span></p>
<h3 class="post-subhead">EMC Throws a Lifeline</h3>
<p>Without a doubt, it was EMC&#8217;s <a href="http://www.emc.com/lifeline"  target="_blank">LifeLine</a> software that injected the most adrenalin into Iomega. Although it <a href="http://www.channelregister.co.uk/2007/11/08/intel_entry_storage_system_ss4200x/"  target="_blank">predated</a> the acquisition, <strong>LifeLine is a perfect fit for Iomega</strong>: It&#8217;s a Linux-based NAS operating system with RAID, Retrospect backup, integrated media services (compatible with iTunes, Xbox, Wii, and UPnP), print services, and unusual features like <a rel="nofollow" href="http://en.wikipedia.org/wiki/Picture_Transfer_Protocol"  target="_blank">Picture Transfer Protocol</a>, Bluetooth, and Axis surveillance storage.</p>
<p><div id="amazon-widget"><SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/bananafishhome/8001/8a642a12-1fa9-4b4e-b8a0-37493412621d"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fbananafishhome%2F8001%2F8a642a12-1fa9-4b4e-b8a0-37493412621d&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></div></p>
<p>It&#8217;s <a rel="nofollow" href="http://thestorageanarchist.typepad.com/weblog/2008/07/1016-emc-lifeli.html"  target="_blank">a great combination of home features</a>, and Iomega quickly launched a product including this software: the <a href="http://blog.wired.com/gadgets/2008/10/iomega-announce.html"  target="_blank">StorCenter ix2</a>. Although Iomega had used the StorCenter brand name <a href="http://www.engadget.com/2005/10/18/iomega-160gb-and-250gb-storcenter-nas-devices/"  target="_blank">for years</a> on a <a href="http://blogs.technet.com/windowsserver/archive/2006/11/28/big-storage-for-small-business.aspx"  target="_blank">variety</a> of <a href="http://www.smallnetbuilder.com/content/view/30034/75/"  target="_blank">NAS</a> <a href="http://www.engadget.com/2006/04/25/iomega-launches-storcenter-1tb-wireless-nas/"  target="_blank">devices</a>, the ix2 was the first to use EMC&#8217;s LifeLine software. The combination of Iomega, LifeLine, and Retrospect makes for a compelling home product, and many a &#8220;terabyte home&#8221; is switching to the platform. But the product&#8217;s <a href="http://www.engadget.com/2007/07/31/iomega-intros-new-storcenter-network-hard-drives/"  target="_blank">inherited</a> industrial design is <strong>plain</strong> (one blogger suggested it had a <a rel="nofollow" href="http://storagebod.typepad.com/storagebods_blog/2008/10/death-of-iscsi.html"  target="_blank">Wife Acceptance Factor issue</a>), and the naming is <strong>confusing</strong>. A casual shopper would have no way of differentiating the various StorCenter products &#8211; indeed, it is difficult for me to figure out the various product lines from Iomega&#8217;s <a href="http://store.iomega.com"  target="_blank">sales-oriented web site</a>!</p>
<p>Predictably, Iomega is expanding their LifeLine-powered lineup both down- and up-market. The company recently <a href="http://www.emc.com/about/news/press/2009/20090105-01.htm"  target="_blank">introduced</a> a smaller single-drive LifeLine-powered home NAS device, and we are hearing rumors of larger office-oriented versions. But the little guy also uses hand-me-down clothes, and is tagged with a mouthful of a name that is at once inconsistent and forgettable: <a href="http://www.theregister.co.uk/2009/01/05/iomega_home_server/"  target="_blank">Home Media Network Hard Drive</a>. The average consumer would have no way of knowing <strong>what lurks under the skin</strong> of this home NAS, since it looks exactly like the basic USB-connected Prestige line! Why can&#8217;t the company that gave us the pretty eGo drive design something a little more attractive &#8211; check out what <a href="http://www.engadget.com/2009/01/05/lacie-intros-22x-d2-external-dvd-burner-2tb-hard-disk-max/"  target="_blank">the competition is offering</a>!</p>
<h3 class="post-subhead">Moving On Up</h3>
<p>Although their home-oriented offerings are compelling, VMware geeks should keep their eye on the upscale uses of the LifeLine platform! It hasn&#8217;t been officially announced, but EMC folks are <a rel="nofollow" href="http://virtualgeek.typepad.com/virtual_geek/2008/11/vmworld-2008--.html"  target="_blank">saying</a> that iSCSI will be added to LifeLine in short order. And the platform is already <a rel="nofollow" href="http://virtualgeek.typepad.com/virtual_geek/2009/01/updated-homebrew-esx-hardware-list.html"  target="_blank">VMware certified</a>!</p>
<p>Interested in building <strong>your own VMware lab</strong>? Pick up an ix2 and use NFS until the iSCSI software is added. <a href="http://www.vmware.com/resources/compatibility/search.php?action=search&amp;deviceCategory=san&amp;productId=1&amp;keyBasic=iomega&amp;maxDisplayRows=50&amp;key=&amp;release%5B%5D=-1&amp;datePosted=-1"  target="_blank">It&#8217;s on the HCL</a>, and makes an excellent platform for playing around with ESX! Plus, you can stream iTunes and store webcam video of your door at the same time!</p>
<p>Although the rest of the StorCenter line isn&#8217;t currently LifeLine powered, I&#8217;m sure it&#8217;ll be upgraded in short order. It might not be powerful enough for real enterprise computing, but a small office or lab would be well served by EMC&#8217;s kid-brother systems.</p>
<p>Although Iomega&#8217;s latest offerings are compelling, the company really needs to do something about its marketing. Ditch the <strong>bland and confusing names and cases</strong> and come up with something really compelling. Let buyers know which systems are LifeLine-powered and transform the web site from an online store into a site that draws attention to the unique features of these systems. Although EMC&#8217;s products might sell themselves, the consumer / prosumer / small business market is a tough one, as Iomega must already know.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2009/02/05/emc-lifeline-storcenter-pro-ix4-100/"  rel="bookmark" class="crp_title">EMC LifeLine Spreads To The Iomega StorCenter Pro ix4-100</a></li><li><a href="http://blog.fosketts.net/2009/04/16/iomega-storcenter-ix4-200r/"  rel="bookmark" class="crp_title">Iomega Grows Up and Moves Out of the House</a></li><li><a href="http://blog.fosketts.net/2009/08/27/iomega-ix4-200d/"  rel="bookmark" class="crp_title">Iomega&#8217;s ix4-200d: A Killer Desktop Storage Array</a></li><li><a href="http://blog.fosketts.net/2009/02/24/hitachi-simpletech-emc-iomega/"  rel="bookmark" class="crp_title">Does Hitachi+SimpleTech = EMC+Iomega?</a></li><li><a href="http://blog.fosketts.net/2011/08/23/iomega-introduces-storcenter-px12350r/"  rel="bookmark" class="crp_title">Iomega Introduces the StorCenter px12-350r</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/">EMC Makes Iomega Relevant Again</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<series:name><![CDATA[Iomega]]></series:name>
	</item>
		<item>
		<title>EMC Atmos Versus VMware VDC-OS: Will The Real Cloud Strategy Please Stand Up?</title>
		<link>http://blog.fosketts.net/2008/11/10/emc-atmos-vmware-vdc-os-cloud-strategy/</link>
		<comments>http://blog.fosketts.net/2008/11/10/emc-atmos-vmware-vdc-os-cloud-strategy/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 16:03:42 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[Atmos]]></category>
		<category><![CDATA[Azure]]></category>
		<category><![CDATA[CAS]]></category>
		<category><![CDATA[Centera]]></category>
		<category><![CDATA[Chuck Hollis]]></category>
		<category><![CDATA[CIFS]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cloud storage]]></category>
		<category><![CDATA[Cloud vServices]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[COS]]></category>
		<category><![CDATA[deduplication]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[HCAP]]></category>
		<category><![CDATA[Hitachi]]></category>
		<category><![CDATA[Maui]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[NFS]]></category>
		<category><![CDATA[Nirvanix]]></category>
		<category><![CDATA[replication]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[SOAP]]></category>
		<category><![CDATA[Steve Todd]]></category>
		<category><![CDATA[VDC-OS]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=1075</guid>
		<description><![CDATA[As I guessed on Friday, EMC has officially announced their Maui Atmos software layer today, calling it the &#8220;industry&#8217;s first COS (cloud-optimized storage) offering&#8221;, &#8220;a new era for IT&#8221;, and &#8220;a new category of storage.&#8221; So the new era for IT is a cloud with globally-distributed object stores with policy management? Great! But I thought [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.fosketts.net/2008/11/07/emc-maui/"  target="_blank">As I guessed on Friday</a>, EMC has officially announced their <span style="text-decoration: line-through;">Maui</span> Atmos software layer today, <a href="http://www.emc.com/products/category/subcategory/cloud-optimized-storage.htm?CMP=ILC-carHP&amp;panel=harnessing+cloud+computin"  target="_blank">calling</a> it the &#8220;industry&#8217;s first COS (cloud-optimized storage) offering&#8221;, &#8220;a new era for IT&#8221;, and &#8220;a new category of storage.&#8221; So the new era for IT is a cloud with globally-distributed object stores with policy management?</p>
<p>Great! But I thought the new era for IT was a cloud with choice, mobility, and application support, as <a href="http://www.vmware.com/technology/virtual-datacenter-os/cloud-vservices/"  target="_blank">trumpeted</a> by EMC&#8217;s VMware subsidiary! Wasn&#8217;t Cloud vServices from VDC-OS supposed to be the <a href="http://blog.fosketts.net/2008/09/16/vmware-virtual-datacenter-operating-system-vdc-os/"  target="_blank">prototype cloud strategy</a> for the datacenter?</p>
<p>What we have here is <strong>a simple clash of marketing</strong> amusingly taking place at (nearly) the same company. VMware figured out how to extend their server virtualization products outside the confines of the data center, and laid that technology out as a strategy with the trendy &#8220;cloud&#8221; name. Meanwhile, mother EMC is working on next-generation content storage software and decides to roll that out as a strategy and also jumps on the &#8220;cloud&#8221; meme. What&#8217;s an IT manager to do?<span id="more-1075"></span></p>
<h3 class="post-subhead">Defining Atmos</h3>
<p>As predicted, EMC&#8217;s Atmos (code-name Maui) is a <a href="http://www.theregister.co.uk/2008/11/10/emc_launches_maui_as_atmos/"  target="_blank">distributed software layer</a> to handle the storage and management of data objects across geographically-dispersed storage devices. EMC&#8217;s Chuck Hollis <a href="http://chucksblog.emc.com/chucks_blog/2008/11/emc-atmos-maui-is-here.html"  target="_blank">demonstrates Atmos</a> with a simple, practical example, perhaps making it sound too much like Akamai but generally getting the point across. You have a data object, write it to Atmos through REST/SOAP or CIFS/NFS, assign some metadata, and the software takes care of data placement for you. It&#8217;ll add local copies, replicate for availability and performance, compress or deduplicate, manage versions, and all sorts of goodies (if you ask it to).</p>
<p>But EMC already has a capable object storage platform, the Centera. We&#8217;ve just got used to the content-addressable storage (CAS) label for object storage (even though this name misses the point of object storage, in my opinion) and now EMC wants us to learn a new label for a somewhat-similar device? Steve Todd, EMC&#8217;s object guy extraordinaire, <a rel="nofollow" href="http://stevetodd.typepad.com/my_weblog/2008/11/atmos-cloud-optimized-storage.html"  target="_blank">lays it out</a>:</p>
<blockquote><p>SAN Value = Centralized, secure multi-tenancy for blocks.</p>
<p><strong><span style="font-weight: normal;">NAS Value = Centralized, secure multi-tenancy for files.</span></strong></p>
<p><strong><span style="font-weight: normal;">CAS Value = Centralized, secure multi-tenancy for objects (content + metadata).</span></strong></p>
<p><strong><span style="font-weight: normal;">COS Value = </span><em><span style="font-weight: normal;">Globalized</span></em><span style="font-weight: normal;">, secure multi-tenancy for content with </span><em><span style="font-weight: normal;">rich policies</span></em><span style="font-weight: normal;">.</span></strong></p>
</blockquote>
<p>Ok, so <strong>the defining capabilities of Atmos are its global scale and rich policies</strong>. And the fact that &#8220;objects&#8221; has become &#8220;content&#8221;, presumably since Atmos can handle traditional NAS (CIFS/NFS) chores as well.</p>
<h3 class="post-subhead">Prayers Answered?</h3>
<p>It sounds like EMC is answering <a href="http://blog.fosketts.net/2008/09/28/we-need-storage-revolution/"  target="_blank">my prayers for a storage revolution</a>, delivering a highly-capable object storage platform that transcends the old limits of blocks, directories, and files. Steve Todd points out that Atmos handles five policy categories out of the box:</p>
<ul>
<li>Replication</li>
<li>Compression</li>
<li>Spin-down</li>
<li>Object de-dup</li>
<li>Versioning</li>
</ul>
<p>So we write some data to Atmos, using either traditional NAS or <a rel="nofollow" href="http://en.wikipedia.org/wiki/Web_2.0"  target="_blank">webby dubby</a> protocols like <a rel="nofollow" href="http://en.wikipedia.org/wiki/SOAP_(protocol)"  target="_blank">SOAP</a>, and can then apply policies in any of these five categories to that data. One can also extend the Atmos to accept other policies, but the absence (out of the box) of concepts like encryption, secure deletion, retention, and access control are surprising.</p>
<p>I am quite puzzled about how practical these policy capabilities will be in the real world. How exactly would an application say &#8220;I want you to compress that file I wrote over NFS just now?&#8221; Hitachi&#8217;s HCAP platform, for example, also has policy capabilities and a NAS front end, and although archiving applications can communicate their policy needs, <strong>I don&#8217;t see lots of current general-purpose applications using it</strong>.</p>
<h3 class="post-subhead">Strategic Storage?</h3>
<p>This brings me to my puzzlement: The default Atmos policies are all general-purpose, production computing ideas, not the special-purpose, archiving and retention needs served by Centera, HCAP, and the rest. So <strong>the Atmos is clearly intended to be a production data storage system</strong>, not an archiving system to compete with Centera.</p>
<p>Since mainstream business applications currently don&#8217;t have any capability to specify policies like these when writing files, and since NAS protocols lack any means to communicate them even if the apps want to, we can conclude that <strong>EMC expects that Atmos users will write special applications to take advantage of it</strong>.</p>
<p>EMC certainly doesn&#8217;t expect that the NAS-capable Atmos will simply replace today&#8217;s distributed NAS solutions. <strong>NAS is a sideshow for Atmos</strong>. The real action will be in the REST/SOAP webby dubby applications that will be written with the platform in mind and will take full advantage of these capabilities.</p>
<p>If this is true, and I <a rel="nofollow" href="http://storagebod.typepad.com/storagebods_blog/2008/11/i-like-a-party-with-a-atmosphere.html"  target="_blank">and others</a> suspect that it is, then <strong>Atmos really isn&#8217;t a game-changing platform unless you change your game</strong>. If you write new applications to store data with SOAP, Atmos is a nice in-house alternative to Amazon S3 or Nirvanix, and offers a very compelling set of data management capabilities. And if you want to set up shop to compete with those service providers, Atmos is a dream come true with <a rel="nofollow" href="http://storagezilla.typepad.com/storagezilla/2008/11/building-emc-atmos.html"  target="_blank">built-in multi-tenancy</a>.</p>
<h3 class="post-subhead">Datacenter Strategy</h3>
<p>So EMC alone has two seemingly competitive datacenter strategies. And then there&#8217;s Microsoft, which announced its <a href="http://dcsblog.burtongroup.com/data_center_strategies/2008/10/waiting-for-the-other-shoe-to-drop.html"  target="_blank">Azure cloud platform</a> recently, and Amazon and the other cloud providers.</p>
<p>So let&#8217;s say you&#8217;re a CIO for a large corporation. Which of the following strategies is more compelling:</p>
<ol>
<li>Use <strong>VMware VDC-OS</strong> to add capabilities and <strong>Cloud vServices</strong> extend your current virtual infrastructure geographically</li>
<li>Recompile and tweak your Windows applications to leverage <strong>Microsoft Azure</strong></li>
<li>Develop new applications to take advantage of the impressive storage capabilities of an in-house <strong>EMC Atmos </strong>system</li>
<li>Point your new applications at a third-party cloud provider like Amazon or Nirvanix</li>
</ol>
<p>IT people are practical. Although we love new technology, we tend to be cautious. We also hate massive software development efforts, and only sanction them when they&#8217;re absolutely necessary. Given these personality traits, I&#8217;d say VDC-OS and perhaps Cloud vServices still stands out as the most likely and practical scenario for the majority of applications and businesses.</p>
<p>This is not to say that EMC Atmos will be a flop. I&#8217;m impressed by the technology, and expect that Atmos will find buyers, just as Centera did. And Atmos might even replace Centera once EMC adds retention policies to it and scales it down as well as up and out. But Atmos will not redefine the datacenter. We&#8217;re stuck with blocks and files, and VMware&#8217;s practical strategy is a winner in that world.</p>
<p><strong>Update:</strong> <a href="http://www.storagerap.com/2008/11/atmos-dead-or-not-dead-innovative-or-repetitive.html"  target="_blank">Marc Farley compares Atmos to WAFS</a>, with ominous implications, and echos my recent question on what is and is not innovative.</p>
<p><strong>Update 2:</strong> Chuck Hollis, Storagezilla, and <a rel="nofollow" href="http://lensblog.typepad.com/ebiz/2008/11/emc-announces-atmos.html"  target="_blank">Len Devanna</a> have all come right out and said that this is only intended for certain customers with massive distributed storage needs, and is not intended as a new datacenter strategy. Even the &#8220;cloudfella&#8221; says &#8220;ciao&#8221;:</p>
<p>
<object width="425" height="344" data="http://www.youtube.com/v/eaqklyv3yrg&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/eaqklyv3yrg&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object>
</p>
<p><strong>Update 3:</strong> More great information, including <a rel="nofollow" href="http://virtualgeek.typepad.com/virtual_geek/2008/11/whats-the-relat.html"  target="_blank">a reply regarding VDC-OS and Atmos</a> from the one and only Chad Sakac, more great detail about <a rel="nofollow" href="http://stevetodd.typepad.com/my_weblog/2008/11/atmos-policy-under-the-hood.html"  target="_blank">the inner workings of Atmos</a> from Steve Todd, and <a href="http://flickerdown.com/?p=268"  target="_blank">even more info</a> from Dave Graham. Finally, although I think that Cloudfellas video is cute, I wouldn&#8217;t categorize it as viral. But <a rel="nofollow" href="http://lensblog.typepad.com/ebiz/2008/11/beware-flaming-appliances-from-the-sky.html"  target="_blank">those Mozy ads</a> are awesome!</p>
<blockquote><p>See my posts on <a href="http://gestaltit.com/author/stephen/"  target="_blank">Gestalt IT</a> for similar <a href="http://gestaltit.com"  target="_blank">enterprise IT infrastructure commentary</a></p>
</blockquote>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/11/07/emc-maui/"  rel="bookmark" class="crp_title">EMC About To Take Us To Maui&#8230;</a></li><li><a href="http://blog.fosketts.net/2010/10/26/caringo-castor-cloud-storage/"  rel="bookmark" class="crp_title">Caringo Bulks Up CAStor For Cloud Services</a></li><li><a href="http://blog.fosketts.net/2008/09/16/vmware-virtual-datacenter-operating-system-vdc-os/"  rel="bookmark" class="crp_title">VMware Virtual Datacenter Operating System: Heavyweight or Hot Air?</a></li><li><a href="http://blog.fosketts.net/2009/03/19/sun-cloud/"  rel="bookmark" class="crp_title">Sun Launches Their Own Cloud, But For Which Market?</a></li><li><a href="http://blog.fosketts.net/2011/04/24/changing-it-organization-roles/"  rel="bookmark" class="crp_title">Changes in Technology Drive Changes in IT Organizations and Roles</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/11/10/emc-atmos-vmware-vdc-os-cloud-strategy/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2008. |
<a href="http://blog.fosketts.net/2008/11/10/emc-atmos-vmware-vdc-os-cloud-strategy/">EMC Atmos Versus VMware VDC-OS: Will The Real Cloud Strategy Please Stand Up?</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2008/11/10/emc-atmos-vmware-vdc-os-cloud-strategy/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>The Future of Home Storage</title>
		<link>http://blog.fosketts.net/2008/10/12/future-home-storage/</link>
		<comments>http://blog.fosketts.net/2008/10/12/future-home-storage/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 19:00:00 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[AFP]]></category>
		<category><![CDATA[Apple Airport]]></category>
		<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[Bonjour]]></category>
		<category><![CDATA[Buffalo]]></category>
		<category><![CDATA[DAAP]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[Firefly]]></category>
		<category><![CDATA[FireWire]]></category>
		<category><![CDATA[IP storage]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[LifeLine]]></category>
		<category><![CDATA[Linksys]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC address]]></category>
		<category><![CDATA[Mac Mini]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[NetGear]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[NSLU2]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Retrospect]]></category>
		<category><![CDATA[Roku]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[SoundBridge]]></category>
		<category><![CDATA[storage area network]]></category>
		<category><![CDATA[Sunday series]]></category>
		<category><![CDATA[Time Capsule]]></category>
		<category><![CDATA[TwokyVision]]></category>
		<category><![CDATA[Untitled]]></category>
		<category><![CDATA[UPNP]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[Western Digital]]></category>
		<category><![CDATA[Windows Home Server]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[XBox]]></category>
		<category><![CDATA[Ximeta]]></category>
		<category><![CDATA[Zetera]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/2008/10/12/the-future-of-home-storage/</guid>
		<description><![CDATA[Consumers demand friendly, flexible solutions. They don't want to fuss with their media, and they don't want simple shared storage. They want integration with multiple devices and flexibility to access their content on any device.]]></description>
			<content:encoded><![CDATA[<div id="attachment_861" class="wp-caption alignright" style="width: 235px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://blog.fosketts.net/wp-content/uploads/2008/10/img_0077.png" ><img class="size-medium wp-image-861 " title="Computer Closet" src="http://blog.fosketts.net/wp-content/uploads/2008/10/img_0077-225x300.png" alt="Homes now need data storage as well as closets..." width="225" height="300" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Homes now need data storage as well as closets...</p></div>
<p style="padding-left: 30px;"><em>This is part of an ongoing </em><a href="http://blog.fosketts.net/tag/Sunday-series/"  target="_self"><em>series of longer articles I will be posting every Sunday</em></a><em> as part of an experiment in offering more in-depth content.</em></p>
<p>Along with my professional focus on enterprise storage systems, I&#8217;m enamored of home networking, and recently passed the three terabyte mark at home! This got me thinking about where home storage is heading.</p>
<p>As you can see in the photo, my office closet is overflowing with computer equipment (and one sweet guitar), but my data storage is much better organized. I have a <a href="http://blog.fosketts.net/2007/11/03/another-roku-soundbridge/"  target="_self">hacked Linksys NSLU2</a> with 500 GB as a file server, a <a href="http://blog.fosketts.net/2007/11/29/terabytes-on-the-cheap/"  target="_self">500 GB PC backup disk</a>, a 160 GB <a href="http://blog.fosketts.net/2008/07/26/move-os-x-time-machine-backups-new-disk/"  target="_self">Time Machine disk</a>, 1 TB of TiVo storage, and the rest. But wouldn&#8217;t it be nice if this could all be combined into some kind of super home server?</p>
<p><span id="more-616"></span></p>
<p><strong>Past Failures: Home Servers</strong></p>
<p>Home storage appliances and servers have come and gone over the year, with none seeming to make much of a mark. The market remains littered with UPNP media servers and home NAS boxes dashed on the shoals of an unappreciative public. Nearly every home network device company has produced one or two home storage servers, none of which have succeeded. Although I use a Linksys NSLU2 at home, I had to hack its Linux software and completely replace Linksys&#8217; features to create a useful device! The un-hacked NAS devices of Buffalo, Western Digital, Netgear, and the rest have generally failed to find buyers as well. So far, consumers seem content with simple USB and FireWire external drives.</p>
<p>The most adventurous home storage servers came from <a href="http://www.zetera.com/"  target="_blank">Zetera</a> and <a href="http://www.ximeta.com/web/products/"  target="_blank">Ximeta</a>, both of whom relied on proprietary IP SAN protocols. Note that these were SAN products, sharing block storage over Ethernet, rather than conventional NAS solutions. Both required drivers, limiting client support. The one Zetera buyer I know was pleased by the performance but never used the device as anything but a large hard drive for one PC.</p>
<p><div id="amazon-widget"><SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/bananafishhome/8001/8a642a12-1fa9-4b4e-b8a0-37493412621d"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fbananafishhome%2F8001%2F8a642a12-1fa9-4b4e-b8a0-37493412621d&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></div></p>
<p>Then there is Microsoft. Recall that the latest Windows Home Server is only their latest attempt to enter this market, and yet I know of no one who has adopted the device. The same can be said of the various media center servers from Microsoft and others. At this point, it seems likely that the future of home storage servers will not come from Microsoft, though their two XBox generations have <a href="http://www.zatznotfunny.com/2008-09/cross-platform-xbmc-media-center-beta-released/"  target="_blank">great potential as clients</a>.</p>
<p>Even EMC has entered the market with their nifty (but largely unnoticed) <a href="http://www.emc.com/lifeline"  target="_blank">LifeLine</a> product and <a href="http://store.iomega.com/"  target="_blank">Iomega</a> acquisition. Supporting file services and backup for computers as well as audio and video for media players, EMC positions LifeLine much like their Retrospect backup product, but goes further in offering a complete software solution for hardware OEMs wanting to offer a non-Windows home server. Although <a rel="nofollow" href="http://thestorageanarchist.typepad.com/weblog/2008/07/1016-emc-lifeli.html"  target="_blank">an impressive offering</a>, it is too early to tell if EMC will have much success with this product.</p>
<p><strong>The Sleek, Shiny Elephant in the Living Room</strong></p>
<p>Of course, there is one company that sells media players and servers by the bushel, complete with sleek, shiny interfaces. Apple&#8217;s tremendous success with the iPod has led to their iTunes software becoming the <a href="http://blog.fosketts.net/2008/01/14/i-buy-cds-but-i-dont-listen-to-them/"  target="_self">dominant media organization platform</a>, complete with its own proprietary discovery and sharing protocol. Now, with the Apple TV and video iPods, the company is broadening into more media categories. Surely their dominance here puts them in a special position when it comes to setting the stage for a home server or storage revolution.</p>
<p>They also have a strong position in the world of dedicated home storage. Their Airport products are among the only routers to be widely implemented with shared storage. Although many other companies offer similar products, low customer understanding means that these functions are not widely used. And the new Time Capsule device is surely already the most widely-used home NAS product.</p>
<p>But Apple has not yet shown any home server strategy. Administering multiple iTunes servers can be frustrating for users, with no inter-iTunes synchronization or centralization capability. Although the Mac Mini, Apple TV, or Time Capsule could certainly be seen as a home server, the company does not position them as such in the market. Indeed, some iTunes users like myself rely on compatible third party media servers like Firefly and TwonkyVision rather than using iTunes itself. Still, <a href="http://www.tuaw.com/2008/09/22/what-is-the-brick"  target="_blank">rumors of an Apple home server persist</a>.</p>
<p>One issue for Apple is their reliance on proprietary protocols. Although the Bonjour discovery protocol is certainly simpler than UPnP in practice, Apple stands alone in relying on it. They also steadfastly stick to AFP for NAS and DAAP for remote media streaming. This limits the number of third-party clients and servers that can be used with their hardware and software.</p>
<p><strong>The Future is Friendly</strong></p>
<p>Although Apple has not yet tipped a home storage strategy beyond Time Capsule and Airport Extreme, they are best positioned to deliver a real home storage solution. A simple step would be to create an iTunes media server integrated with Time Capsule and add client/server media synchronization. The company already has OS X backup and file services integrated, and this move would further centralize the digital home around Apple products. But the company&#8217;s reliance on closed protocols like DAAP is worrisome, since it locks consumers into nearly all-Apple solutions.</p>
<p>Microsoft&#8217;s Media Center and Home Server combination, based around UPnP, shows great promise, with many compatible third-party clients and servers already available. But my own experience with the solution has not been at all positive (I still can&#8217;t get <a href="http://blog.fosketts.net/2007/12/17/no-more-cds/"  target="_self">my Roku SoundBridge</a>, Vista Ultimate laptop, and Media Center PC to see each other!), leading me to question the viability of this option.</p>
<p>Although Apple or Microsoft could come to dominate, I suspect the future of home storage is out of both companies hands. A number of others are working on improved home server experiences, including EMC&#8217;s LifeLine and the expanding use of Debian Linux and open source tools. But all could be sidelined by improved Internet-based services. Google, Microsoft, and Apple continue to expand their online consumer suites with greater storage, synchronization, multimedia integration, and all have the potential to reduce or eliminate the need for in-home storage.</p>
<p>Although I cannot yet tell which service will win, one thing is certain: Consumers demand friendly, flexible solutions. They don&#8217;t want to fuss with their media, and they don&#8217;t want simple shared storage. They want integration with multiple devices and flexibility to access their content on any device. The first company to offer a simple, flexible storage server for the home will surely be on the right track!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2010/09/09/itunes-10-breaks-nonapple-streaming/"  rel="bookmark" class="crp_title">iTunes 10 Breaks Non-Apple Streaming (Again)</a></li><li><a href="http://blog.fosketts.net/2007/12/17/no-more-cds/"  rel="bookmark" class="crp_title">No More CDs</a></li><li><a href="http://blog.fosketts.net/2009/01/07/emc-iomega-relevant/"  rel="bookmark" class="crp_title">EMC Makes Iomega Relevant Again</a></li><li><a href="http://blog.fosketts.net/2007/06/21/my-terabyte-house/"  rel="bookmark" class="crp_title">My terabyte house</a></li><li><a href="http://blog.fosketts.net/2007/07/27/making-the-switch-to-digital-music-at-home/"  rel="bookmark" class="crp_title">Making the Switch to Digital Music at Home</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/10/12/future-home-storage/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2008. |
<a href="http://blog.fosketts.net/2008/10/12/future-home-storage/">The Future of Home Storage</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2008/10/12/future-home-storage/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>A Consultant’s View Of The Enterprise Storage Market</title>
		<link>http://blog.fosketts.net/2008/09/21/consultant-view-enterprise-storage-market/</link>
		<comments>http://blog.fosketts.net/2008/09/21/consultant-view-enterprise-storage-market/#comments</comments>
		<pubDate>Sun, 21 Sep 2008 07:00:56 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Computer History]]></category>
		<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Virtual Storage]]></category>
		<category><![CDATA[10 gigabit Ethernet]]></category>
		<category><![CDATA[8 gigabit Fibre Channel]]></category>
		<category><![CDATA[CHAP]]></category>
		<category><![CDATA[DCE]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[FCoE]]></category>
		<category><![CDATA[Fibre Channel]]></category>
		<category><![CDATA[InfiniBand]]></category>
		<category><![CDATA[IPsec]]></category>
		<category><![CDATA[iSCSI]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[NPIV]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[san storage]]></category>
		<category><![CDATA[storage area network]]></category>
		<category><![CDATA[Sunday series]]></category>
		<category><![CDATA[Untitled]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/2008/09/21/a-consultant%e2%80%99s-view-of-the-enterprise-storage-marketa-consultant%e2%80%99s-view-of-the-enterprise-storage-market/</guid>
		<description><![CDATA[This is part of an ongoing series of longer articles I will be posting every Sunday as part of an experiment in offering more in-depth content. I am not the typical enterprise storage user. In fact, I am not an enterprise storage user at all &#8211; I am a consultant focused for over a decade [...]]]></description>
			<content:encoded><![CDATA[<p style="padding-left: 30px;"><em>This is part of an ongoing <a href="http://blog.fosketts.net/tag/Sunday-series/"  target="_self">series of longer articles I will be posting every Sunday</a> as part of an experiment in offering more in-depth content.</em></p>
<p>I am not the typical enterprise storage user. In fact, I am not an enterprise storage user at all &#8211; I am a consultant focused for over a decade on assisting enterprises with their storage architecture and strategy, working with businesses of all sizes. <a href="http://blog.fosketts.net/about/"  target="_self">My background</a> is both a blessing and a curse &#8211; I have seen far more enterprise storage environments in much more detail than most people, but I am unable to truly empathize with my corporate storage compatriots since it&#8217;s not really my gear and data that I am working with.</p>
<p>Based on this experience, what does the future hold? Where is enterprise storage heading? Read on for my thoughts.</p>
<p><span id="more-619"></span></p>
<p><strong>Fibre Channel</strong></p>
<p>Although the commoditizing storage market would seem ripe for stagnation, the opposite is happening. In fact, the enterprise storage market has continued to diversify, with iSCSI recently expanding the options for storage connectivity to a new market and FC seeing rapid uptake in the virtual server arena. Fibre Channel over Ethernet (FCoE), whether or not part of the datacenter Ethernet push, is joining virtualized I/O technology based on InfiniBand as the next wave in connectivity. Simply put, the market is not standing still.</p>
<p>Focus on the new world of storage area network (SAN) connectivity can take away from the basics, however. Traditional switched Fibre Channel (FC) remains the healthy market leader, and the recent upgrade to 8 Gb speed has attracted customer attention. Although they are unlikely to run out and perform a mass upgrade, 8 Gb FC is as as much of an inevitability as 4 and 2 Gb before it. The switch will be made, and customers will upgrade organically.</p>
<p>One of the big beneficiaries of 8 Gb FC will be those with virtual servers. This new hardware is coming just as N_Port ID virtualization (NPIV) is maturing, and this technology, which enables multiple servers to share a single FC interface, in combination with a doubling of bandwidth will make modern Fibre Channel tech extremely attractive to virtual server shops.</p>
<p>Even those who do not adopt 8 Gb FC connectivity in their SAN will benefit from the upshift in throughput, as native 8 Gb disks appear and enterprise arrays are redesigned to accept them, just as devices like the DMX-4 from EMC benefited from 4 Gb FC back ends.</p>
<p><strong>IP Storage: iSCSI and NAS</strong></p>
<p>As far as iSCSI goes, those of us who saw the promise of this technology can finally declare victory. Every storage device that matters offers iSCSI as a connectivity option, and most buyers are considering adopting it. It is being weighed fairly against FC, and the promise of reduced heterogeneity and cost are proving attractive to many. In fact, it is wrong to continually compare it against FC, since many iSCSI buyers would never adopt an FC SAN due to concerns about cost or learning curve. Indeed, much of the uptake in iSCSI comes from areas where SAN was never adopted, and iSCSI&#8217;s growth can be partly attributed to these happy customers spreading the technology wider than originally intended.</p>
<p>A hidden benefit of iSCSI adoption is the technologies and techniques that have come along with it. Clustering of smaller storage systems has become a common option for scalability, and has proven itself against old modular &#8220;head/shelf&#8221; arrays. Although the rate of adoption for security technologies like CHAP and IPsec in iSCSI remains low, they are far more common than their FC relatives. And Microsoft&#8217;s simplified and universal iSCSI drivers, which include multi-path and snapshot technologies, have been much more successful than their proprietary equivalents.</p>
<p>Let us not forget humble old network attached storage (NAS), either. File server consolidation to NAS filers continues to be a healthy (but less flashy) market, and NAS virtualization is on the rise as these devices proliferate. And some in the server virtualization community are beginning to consider NFS for their servers, especially when it comes to VMware. NAS definitely still has life and legs and will benefit from the shift to 10 Gb Ethernet just like iSCSI and FCoE.</p>
<p><strong>The Future</strong></p>
<p>As for the future, it is clear that most storage vendors are lining up behind Fibre Channel over Ethernet (FCoE) . Although true I/O virtualization, as envisioned by datacenter Ethernet (DCE) and InfiniBand, may not gain traction outside the largest data centers, FCoE seems to be the inevitable next generation for massive enterprise storage. Just about every vendor is committed to it, and the customers I have spoken to accept it as the future. Although 8 Gb FC might delay FCoE in some cases, it will almost certainly be the predominant SAN connectivity mechanism for large block storage devices within five years.</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/11/21/10-gig-iscsi-fcoe/"  rel="bookmark" class="crp_title">Storage Folks Are Talking 10-Gig and FCoE</a></li><li><a href="http://blog.fosketts.net/2008/10/19/fcoe-reality/"  rel="bookmark" class="crp_title">Reality Check: The FCoE Forecast</a></li><li><a href="http://blog.fosketts.net/2009/03/11/10-gbe-iscsi-fcoe-microsoft/"  rel="bookmark" class="crp_title">10 GbE, iSCSI, FCoE, Microsoft, and the Future</a></li><li><a href="http://blog.fosketts.net/2008/10/16/fcoe-versus-iscsi/"  rel="bookmark" class="crp_title">Is the FCoE Starting Pistol Aimed at iSCSI?</a></li><li><a href="http://blog.fosketts.net/2010/04/15/microsoft-windows-server-fcoe-support/"  rel="bookmark" class="crp_title">Where Is Microsoft&#8217;s FCoE Support?</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/09/21/consultant-view-enterprise-storage-market/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2008. |
<a href="http://blog.fosketts.net/2008/09/21/consultant-view-enterprise-storage-market/">A Consultant’s View Of The Enterprise Storage Market</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/computerhistory/" title="View all posts in Computer History" rel="category tag">Computer History</a>, <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/virtualstorage/" title="View all posts in Virtual Storage" rel="category tag">Virtual Storage</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2008/09/21/consultant-view-enterprise-storage-market/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Drobo 2: Apple Doesn&#8217;t Fall Far From the Tree</title>
		<link>http://blog.fosketts.net/2008/07/08/drobo-2-apple-doesnt-fall-far-from-the-tree/</link>
		<comments>http://blog.fosketts.net/2008/07/08/drobo-2-apple-doesnt-fall-far-from-the-tree/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 15:19:57 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Drobo]]></category>
		<category><![CDATA[DroboShare]]></category>
		<category><![CDATA[FireWire]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=225</guid>
		<description><![CDATA[Data Robotics today introduced the second generation of what I think of as a personal storage array, but although the Drobo 2 offers great enhancements, making it a top choice for those needing massive and protected storage on a single computer, it&#8217;s still not what I&#8217;m looking for in a home storage device. First, the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://blog.fosketts.net/wp-content/uploads/2008/07/drobo-gen-2-top.jpg" ><img style=' display: block; margin-right: auto; margin-left: auto;'  class="size-medium wp-image-226 aligncenter" title="drobo-gen-2-top" src="http://blog.fosketts.net/wp-content/uploads/2008/07/drobo-gen-2-top-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p><a href="http://blog.fosketts.net/wp-content/uploads/2008/07/drobo-gen-2-top.jpg" ></a>Data Robotics today <a href="http://www.drobospace.com/blog/entry/11865/DRI-launches-Second-Gen.-Drobo-with-FireWire800-lowers-price-on-original-Drobo/"  target="_blank">introduced the second generation</a> of what I think of as a personal storage array, but although the Drobo 2 offers great enhancements, making it a top choice for those needing massive and protected storage on a single computer, it&#8217;s still not what I&#8217;m looking for in a home storage device.</p>
<p><span id="more-225"></span></p>
<p>First, the good bits.  Drobo 2 adds FireWire 800 (and 400) for quicker storage access &#8211; the company claims it&#8217;s twice as fast, and I&#8217;d believe it.  They also beefed up the internal CPU and tightened the firmware to speed up USB transfer rates and added a larger, quieter fan to keep it quiet.  And the price remains the same at US$499.</p>
<p>There&#8217;s a lot to love here, just as with the first-generation device.  Drobo is a fully virtualized device with next-generation storage capabilities like thin provisioning, sub-disk RAID that can tolerate multiple drive failures (once the array has reconfigured after the first failure), and on-the-fly drive swapping and upgrades.  When attached to a PC or Mac, it appears as a single massive storage volume, and all of the technical bits just work in the background to keep your data protected.</p>
<p>I can&#8217;t imagine a better <a href="http://www.drobospace.com/blog/entry/11427/Q-amp-A-About-Time-Machine--Time-Capsule--and-Drobo/"  target="_blank">Time Machine backup device</a>.  And now that FireWire 800 is available with its faster speeds, the Drobo makes a lot of sense as a budget array for video editing and other pro applications.</p>
<p><div id="amazon-widget"><SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/bananafishhome/8001/8a642a12-1fa9-4b4e-b8a0-37493412621d"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fbananafishhome%2F8001%2F8a642a12-1fa9-4b4e-b8a0-37493412621d&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></div></p>
<p>What&#8217;s not to love?  First, a <a href="http://blog.fosketts.net/2007/11/30/why-i-like-drobo/"  target="_self">Drobo still can&#8217;t be shared between computers</a> without an add-on like the company&#8217;s aptly-named DroboShare NAS unit.  Although home users generally don&#8217;t need to partition their storage, pros might want to create separate volumes for Time Machine, Video, and Photos.  And many might want to share the device between multiple computers, perhaps using FireWire for their Mac and USB for a PC or DroboShare.  I suppose you could buy two, but $500 for a bare unit with no drives is a pretty penny!</p>
<p>But the device just can&#8217;t do this &#8211; if you want to share it, you have to dedicate it all to the DroboShare, which uses USB and presents SMB shares over gigabit Ethernet.  Actually, <a href="http://blog.fosketts.net/2008/01/14/the-drobo-of-my-dreams/"  target="_self">the DroboShare is an awfully nice NAS</a> in its own right, supporting DLNA/UPnP for media streaming, and the company recently announced <a href="http://www.drobospace.com/page/developers"  target="_blank">an SDK to allow additional applications to be added</a>.</p>
<p>So all in all, Drobo 2 is a nice upgrade but not much of a revolution.  If you&#8217;re looking for massive, protected storage for a single computer at home, and have upwards of $700 to spend on it, you can&#8217;t make a better choice.  And FireWire makes it even more attractive to Mac users.  But I still wish Drobo could take all these Maxtor drives off my desk, offering speedy storage to both of my computers and my network devices.</p>
<p>PS: Data Robotics is currently offering <a href="http://www.drobostore.com/storefront/part/technotes.do?skuNo=1982897"  target="_blank">the original Drobo at $349</a> to clear them out.  If you wanted one before, this price might get you off the couch!</p>
<p>[<a href="http://www.engadget.com/2008/07/08/data-robotics-announces-second-gen-drobo-with-firewire-800/#"  target="_blank">Engadget</a>], [<a href="http://www.blocksandfiles.co.uk/article/5899"  target="_blank">Blocks &amp; Files</a>]</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/01/14/the-drobo-of-my-dreams/"  rel="bookmark" class="crp_title">The Drobo of My Dreams</a></li><li><a href="http://blog.fosketts.net/2009/04/09/drobo-pros/"  rel="bookmark" class="crp_title">Drobo For Pros But Not Me</a></li><li><a href="http://blog.fosketts.net/2010/01/28/drobo-4k-drive-support/"  rel="bookmark" class="crp_title">Drobo Adding 4K Drive Support &#8211; What About Everyone Else?</a></li><li><a href="http://blog.fosketts.net/2010/05/15/attach-external-hard-disk-drive/"  rel="bookmark" class="crp_title">How Should An External Hard Drive Be Attached?</a></li><li><a href="http://blog.fosketts.net/2011/07/18/transformation-data-robotics-drobo/"  rel="bookmark" class="crp_title">The Transformation from Data Robotics to Drobo</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/07/08/drobo-2-apple-doesnt-fall-far-from-the-tree/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2008. |
<a href="http://blog.fosketts.net/2008/07/08/drobo-2-apple-doesnt-fall-far-from-the-tree/">Drobo 2: Apple Doesn&#8217;t Fall Far From the Tree</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2008/07/08/drobo-2-apple-doesnt-fall-far-from-the-tree/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[Drobo]]></series:name>
	</item>
		<item>
		<title>Storage Virtualization: What Is It Good For?</title>
		<link>http://blog.fosketts.net/2008/06/17/storage-virtualization-what-is-it-good-for/</link>
		<comments>http://blog.fosketts.net/2008/06/17/storage-virtualization-what-is-it-good-for/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 04:13:09 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[DFS]]></category>
		<category><![CDATA[ESG]]></category>
		<category><![CDATA[Fibre Channel]]></category>
		<category><![CDATA[HDS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[SearchStorage]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[Storage Decisions]]></category>
		<category><![CDATA[storage virtualization]]></category>
		<category><![CDATA[TechTarget]]></category>
		<category><![CDATA[toot toot]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=192</guid>
		<description><![CDATA[Even though storage virtualization technologies have been on the market for 20 years or more, and numerous companies have tried to sell it as a product in its own right for at least half that long, many are still unsure of what to do with the technology.  A great new piece by Dave Raffo, News [...]]]></description>
			<content:encoded><![CDATA[<p>Even though storage virtualization technologies have been on the market for 20 years or more, and numerous companies have tried to sell it as a product in its own right for at least half that long, many are still unsure of what to do with the technology.  A great new piece by Dave Raffo, News Director at SearchStorage.com, <a href="http://searchStorage.techtarget.com/generic/0,295582,sid5_gci1317416_tax310988,00.html"  target="_blank">discusses the wide variety of virtualization solutions and the real impact they can have</a>.</p>
<p>Dave called me for this piece, and I was pleased with the question.  Truth be told, there really are compelling benefits from virtualization, but most folks have been waiting for a real &#8220;must have&#8221; killer application for the technology.  In order for this tech to make the impact it should, we in the industry have to change some of our thinking:</p>
<ul>
<li>Storage virtualization means more than just Fibre Channel block aggregation.  There are great applications inside servers and arrays and in the NAS world, too.</li>
<li>Speaking of NAS, Microsoft DFS is probably the most-implemented storage virtualization product, and just about every NAS array has cool aggregation and migration features.</li>
<li>Virtualization is a feature, not a product.  HDS has seen the amazing potential for block virtualization in migration and storage flexibility, and this is just the tip of the iceberg.</li>
<li>Storage and server virtualization go well together &#8211; so well, in fact, that ESG reports that 24% of those who have implemented the latter are also using the former!</li>
</ul>
<div><strong>Update:</strong> This post was <a rel="nofollow" href="http://translate.google.com/translate?u=http%3A%2F%2Fstorage.it168.com%2Ft%2F2008-07-08%2F200807081052353.shtml&amp;hl=en&amp;ie=UTF8&amp;sl=zh-CN&amp;sl=es&amp;tl=en&amp;tl=en"  target="_blank">apparently</a> picked up and <a href="http://storage.it168.com/t/2008-07-08/200807081052353.shtml"  target="_blank">translated into Chinese by IT168.com</a>.</div>
<div>If you&#8217;re interested in storage virtualization, why not come on out for one of my <a href="http://blog.fosketts.net/tag/seminar/"  target="_self">seminars</a> on the topic?  <a href="http://storagedecisions.techtarget.com/seminars/storage_virtualization.html"  target="_blank">I&#8217;ll be in Atlanta and San Francisco next week</a>, and I think spots are still available.  I&#8217;ll be in other cities, including London (where I&#8217;ll surely change the spelling to &#8220;virtualisation&#8221;) later in the year.  Or you can catch my one-hour session at <a href="http://storagedecisions.techtarget.com/index.html"  target="_blank">Storage Decisions</a> in San Francisco or New York.  See you there!</div>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/07/08/san-school-podcast-series-posted/"  rel="bookmark" class="crp_title">SAN School Podcast Series Posted</a></li><li><a href="http://blog.fosketts.net/2008/02/17/come-see-my-storage-virtualization-seminar/"  rel="bookmark" class="crp_title">Come See My Storage Virtualization Seminar!</a></li><li><a href="http://blog.fosketts.net/2008/04/10/chicago-in-may-perfect-for-storage-virtualization-and-email-archiving-talks/"  rel="bookmark" class="crp_title">Chicago in May?  Perfect for Storage Virtualization and Email Archiving Talks!</a></li><li><a href="http://blog.fosketts.net/2008/03/07/which-storage-protocol-for-vmware/"  rel="bookmark" class="crp_title">Which Storage Protocol For VMware?</a></li><li><a href="http://blog.fosketts.net/2008/10/21/storage-virtualization-thoughts-reactions/"  rel="bookmark" class="crp_title">Storage Virtualization Charlotte: Thoughts and Reactions</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/06/17/storage-virtualization-what-is-it-good-for/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2008. |
<a href="http://blog.fosketts.net/2008/06/17/storage-virtualization-what-is-it-good-for/">Storage Virtualization: What Is It Good For?</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2008/06/17/storage-virtualization-what-is-it-good-for/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Drobo of My Dreams</title>
		<link>http://blog.fosketts.net/2008/01/14/the-drobo-of-my-dreams/</link>
		<comments>http://blog.fosketts.net/2008/01/14/the-drobo-of-my-dreams/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 16:50:46 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Drobo]]></category>
		<category><![CDATA[eSATA]]></category>
		<category><![CDATA[EXT3]]></category>
		<category><![CDATA[Macworld]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/2008/01/14/the-drobo-of-my-dreams/</guid>
		<description><![CDATA[When I reviewed the Drobo SOHO disk array back in November, I noted that it had only to add a few features before I got really interested: NAS, EXT3, and eSATA. I also noted that only the first of these three would interest the majority of users. Well, apparently the company had the same idea, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.fosketts.net/2007/11/30/why-i-like-drobo/"  target="_blank">When I reviewed the Drobo SOHO disk array back in November</a>, I noted that it had only to add a few features before I got really interested: NAS, EXT3, and eSATA.  I also noted that only the first of these three would interest the majority of users.  Well, apparently the company had the same idea, so today they introduced <a href="http://www.drobo.com/press_release_2008_01_14.aspx"  target="_blank">the DroboShare, a NAS gateway for one or two Drobo enclosures</a>.   It&#8217;s official &#8211; Drobo rocks!  If you&#8217;re building a <a href="http://blog.fosketts.net/category/everything/terabytehome/"  target="_blank">terabyte home</a>, I suggest you run out and buy one!</p>
<p><span id="more-132"></span></p>
<p>What&#8217;s so great?  Like most Apple products, it doesn&#8217;t do <em>everything it could</em>, but it does <em>everything you need</em>.  It&#8217;s got gigabit Ethernet and (presumably) enough CPU power to use it, putting <a href="http://blog.fosketts.net/tag/nslu2/"  target="_blank">my NSLU2</a> (and <a href="http://www.smallnetbuilder.com/content/view/30127/75/"  target="_blank">Linksys&#8217; embarrassing NAS200</a>) to shame.  It has two USB ports, supporting tons of storage from a pair of Drobos.  It also natively supports all major PC filesystems (NTFS, FAT32, HFS+, and <em>yes</em> EXT3) so you don&#8217;t have to reformat to use it.</p>
<p><div id="amazon-widget"><SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/bananafishhome/8001/8a642a12-1fa9-4b4e-b8a0-37493412621d"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fbananafishhome%2F8001%2F8a642a12-1fa9-4b4e-b8a0-37493412621d&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></div></p>
<p>In fact, this last is a pretty interesting feature.  You can just unplug your current Drobo from your PC or Mac and plug it into the DroboShare and <em>all your data is preserved</em>!  Talk about easy migration!  Not just that, but you can later unplug the Drobo again and plug it back into a PC or Mac if you need to!  Very cool, and very much the kind of intuitive plug and play operation most end users will expect.</p>
<p>Interestingly, Drobo decided to introduce the DroboShare at Macworld instead of CES, where it would likely have been overlooked.  Good move, I say!  Now they just have to get these things into the brick-and-glass Apple Stores!  <a href="http://www.louisgray.com/live/2008/01/resisting-temptation-at-frys-and-apple.html"  target="_blank">Louis Gray and I were able to evangelize the Palo Alto Apple Store about the merits of Drobo in about five minutes</a> &#8211; let&#8217;s hope the company can do the same!</p>
<p>Let&#8217;s hope Data Robotics repeats its $50 off promo from CES (&#8220;CES2008&#8243; at <a href="http://www.drobostore.com/welcome.html"  target="_blank">drobostore.com</a>) at Macworld!  Or, better still, how about a DroboShare promo code, too!  Maybe I&#8217;ll even buy one sometime&#8230;</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/07/08/drobo-2-apple-doesnt-fall-far-from-the-tree/"  rel="bookmark" class="crp_title">Drobo 2: Apple Doesn&#8217;t Fall Far From the Tree</a></li><li><a href="http://blog.fosketts.net/2009/04/09/drobo-pros/"  rel="bookmark" class="crp_title">Drobo For Pros But Not Me</a></li><li><a href="http://blog.fosketts.net/2010/01/28/drobo-4k-drive-support/"  rel="bookmark" class="crp_title">Drobo Adding 4K Drive Support &#8211; What About Everyone Else?</a></li><li><a href="http://blog.fosketts.net/2007/11/30/why-i-like-drobo/"  rel="bookmark" class="crp_title">Why I Like Drobo</a></li><li><a href="http://blog.fosketts.net/2009/12/17/great-tech-field-day-drobo-sale/"  rel="bookmark" class="crp_title">The Great Tech Field Day Drobo Sale!</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/01/14/the-drobo-of-my-dreams/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2008. |
<a href="http://blog.fosketts.net/2008/01/14/the-drobo-of-my-dreams/">The Drobo of My Dreams</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2008/01/14/the-drobo-of-my-dreams/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[Drobo]]></series:name>
	</item>
		<item>
		<title>Why I Like Drobo</title>
		<link>http://blog.fosketts.net/2007/11/30/why-i-like-drobo/</link>
		<comments>http://blog.fosketts.net/2007/11/30/why-i-like-drobo/#comments</comments>
		<pubDate>Fri, 30 Nov 2007 22:30:21 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[disk drive]]></category>
		<category><![CDATA[Drobo]]></category>
		<category><![CDATA[eSATA]]></category>
		<category><![CDATA[FreeAgent]]></category>
		<category><![CDATA[MyBook]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[nas storage]]></category>
		<category><![CDATA[network attached storage]]></category>
		<category><![CDATA[network storage]]></category>
		<category><![CDATA[NSLU2]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[thin provisioning]]></category>
		<category><![CDATA[Time Machine]]></category>
		<category><![CDATA[TiVo]]></category>
		<category><![CDATA[USB]]></category>
		<category><![CDATA[virtualization]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/2007/11/30/why-i-like-drobo/</guid>
		<description><![CDATA[There has been lots of talk about the Data Robotics (aka Drobo) SOHO &#8220;storage robot&#8221; &#8211; whoever they have doing their marketing deserves a raise! When I first heard about it, I was pretty puzzled &#8211; Why care about yet another storage enclosure, especially an overly expensive one that doesn&#8217;t even have NAS features? On [...]]]></description>
			<content:encoded><![CDATA[<p>There has been lots of talk about the <a href="http://drobo.com/"  target="_blank">Data Robotics (aka Drobo) SOHO &#8220;storage robot&#8221;</a><br />
 &#8211; whoever they have doing their marketing deserves a raise!  When I first heard about it, I was pretty puzzled &#8211; Why care about yet another storage enclosure, especially an overly expensive one that doesn&#8217;t even have NAS features?  On closer examination, I have become a believer in the potential of the device and the company.  <a href="http://www.assoc-amazon.com/e/ir?t=bananafishhome&amp;l=as2&amp;o=1&amp;a=B000PDLZ1A"  target="_blank">Drobo</a> offers some key ingredients that promise future success to me:  a clear focus on usability, novel thinking to solve a real-world problem, and that great marketing I mentioned earlier.  Click through for the full story&#8230;<span id="more-78"></span></p>
<p><strong>What Is Drobo? </strong></p>
<p>First, let&#8217;s talk about what Drobo&#8217;s current product is and isn&#8217;t.  It is basically an external USB drive enclosure for a single PC &#8211; think about your basic <a rel="nofollow" href="http://www.amazon.com/gp/product/B000WGJZ44?ie=UTF8&amp;tag=packrat-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B000WGJZ44"  target="_blank">Western Digital MyBook</a> or <a rel="nofollow" href="http://www.amazon.com/gp/product/B000ND75C0?ie=UTF8&amp;tag=packrat-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=B000ND75C0"  target="_blank">Seagate FreeAgent</a> and you&#8217;re almost there.  But it doesn&#8217;t come with any hard disks; instead, it has slots for four that you add yourself, so adjust your thinking accordingly.</p>
<p>OK, you say, I&#8217;ve got that.  A shiny 4-slot RAID enclosure, right?  Well not so fast.  It doesn&#8217;t use any of the <a rel="nofollow" href="http://en.wikipedia.org/wiki/Standard_RAID_levels"  target="_blank">common RAID levels</a>, and proudly so.  Instead, it uses virtualization and what looks to be automated block-based data mirroring to protect the data.  It appears to protect data &#8220;on write&#8221;, meaning it is ready to run quicker when you add or replace a disk.  Instead of running through a time-consuming RAID rebuild, it would just copy the blocks needing protection to the new disk.</p>
<p><div id="amazon-widget"><SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/bananafishhome/8001/8a642a12-1fa9-4b4e-b8a0-37493412621d"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fbananafishhome%2F8001%2F8a642a12-1fa9-4b4e-b8a0-37493412621d&Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></div></p>
<p>Yeah, I said virtualization, but that&#8217;s not the only enterprise storage buzzword you&#8217;ll find in this little device!   It&#8217;s also got <em>thin provisioning!</em> No kidding &#8211; in order to deal with the fact that operating systems don&#8217;t like to see their disks grow, the Drobo just tells the OS that it always has 2 TB available, regardless of the number or size of the disks installed.  This might prove disconcerting to users, though&#8230;</p>
<p><strong>Data Protection </strong></p>
<p>This alternative approach to data protection can lead to some strange capacity situations.  Basically, the device reserves an amount of space equal to the largest drive for data protection. <strong>Note: </strong>the following examples use the <a rel="nofollow" href="http://en.wikipedia.org/wiki/Binary_prefix#Legal_disputes"  target="_blank">weird disk industry capacity numbers</a>, not the actual usable numbers&#8230;</p>
<p>Put in three 500 GB drives and you&#8217;ve got 1 TB to use (500+500+500-500).  Add another and you&#8217;ve got 1.5 TB (500+500+500+500-500).</p>
<p>Swap one of those half-terabyte drives out for a 1 TB unit and the Drobo &#8220;reserves&#8221; half of the big drive and treats it like a 500 gigger, so you still have 1.5 TB available (500+500+500+1000-1000).  This can lead to some weird situations when really large drives are mixed with small ones &#8211; A 100 GB drive and a 1 TB drive equals 100 GB of space (100+1000-1000), potentially confusing customers who just spent some big bucks on a giant disk!</p>
<p>This guy would be better served capacity-wise by popping out that little 100 GB disk and just using the terabyte unit, which would give 500 GB of usable space.  That&#8217;s right, the unit also allows you to use a single drive, and configures it to &#8220;protect&#8221; itself!  Of course, the engineer in me wonders about the logic in mirroring blocks to the same drive &#8211; protection from drive failure, of course, would be lacking, but also think of the seeking as the drive churns to write every I/O twice!</p>
<p>Try out the online <a href="http://drobo.com/drobolator/"  target="_blank">&#8220;Drobolator&#8221;</a> to see how it works for yourself&#8230;</p>
<p><strong>Drobo Grows Up </strong></p>
<p>But I digress.  Just put two or more drives of similar sizes in your Drobo and be done with it.  One really nice thing about the device is that you can mix and match drives as needed, swapping out big and small depending on what you have available.  Mixing drive types and sizes would disagree with most RAID controllers, but the Drobo eats them up, allocating as effectively as possible.</p>
<p>This is probably the nicest aspect of the device.  You just leave it on and connected and in use and add and remove drives according to your needs and resources.  Drobo handles all the setup and configuration &#8211; just slide the drive in and you&#8217;re done.  Once you&#8217;ve initially formatted the 2 TB (thin provisioned) drive, you never have to do any more configuration.  Data migration is unneeded too, since Drobo&#8217;s data protection system keeps the information continually available.  Start with the old 160 GB drives you have today and swap them out for 500 GB or 1 TB drives next year and everything just works.</p>
<p>One of the <a href="http://blog.fosketts.net/2007/11/29/terabytes-on-the-cheap/"  target="_blank">best sources for big cheap drives</a> is likely to be those selfsame MyBook and FreeAgent external disks I mentioned above.  These often go on sale at big-box retailers for well below the cost of a bare drive, and most use the best SATA drives offered by their manufacturers.   The MyBook Premium ES I have, for example, included Western Digital&#8217;s impressive 500 GB Caviar SE16 drive mechanism.  Purchased at Best Buy for $139, it was far cheaper than the drive alone would have been at the time.  While the old Maxtor Personal Storage 3200 used a PATA drive (I checked&#8230;), the newer ones apparently switched to SATA, too, and were on sale for $79 for 500 GB last week!</p>
<p><strong>I&#8217;ll Buy One When&#8230; </strong></p>
<p>Despite my interest in the device, I don&#8217;t have a Drobo myself, and probably wouldn&#8217;t buy one at this point since it doesn&#8217;t really meet my needs.  First, Drobo is a USB-only device for PCs and Macs.  Although I bet the Linux EXT3 filesystem used by my Linksys NSLU2 home server would work, it&#8217;s not explicitly supported by the company.  If it was a NAS device, serving storage over Ethernet, I would be much more interested in adding it next to the Slug.</p>
<p>But I&#8217;m not a typical end user &#8211; most people use a home desktop as a standalone device and would be pleased with an easy to use USB device with massive storage. One issue for these folks is that many use a laptop as their only system, moving around the house, and the chunky Drobo wouldn&#8217;t be a good solution for them.</p>
<p>But if you&#8217;re a Mac desktop user, Drobo looks like an awesome choice.  Add Leopard&#8217;s innovative Time Machine to a Drobo and never lose data again!</p>
<p>One device that I would love to hook a Drobo to is my TiVo Series 3.  It would be brilliant to have a super-reliable, upgradable storage system to hold video content with no management needed.  But the device lets me down here again since the TiVo needs eSATA not USB storage.</p>
<p>Maybe Drobo 2 will add eSATA?  NAS?  Coffee making?</p>
<p>Oh, and if you were wondering what <a rel="nofollow" href="http://www.linkedin.com/in/geoffbarrall"  target="_blank">Geoff Barrall</a> of <a href="http://www.bluearc.com/"  target="_blank">BlueArc</a> did for his next act, look no further than <a href="http://drobo.com/company_management.aspx"  target="_blank">Data Robotics</a>!  Quite a change &#8211; enterprise NAS to consumer storage&#8230;  Who&#8217;s your marketing genius, Geoff?</p>
<p><blockquote>Note: Some of these links include affiliate codes that help pay for this blog. For example, <a href="http://www.amazon.com/gp/product/B002Y27P3M?ie=UTF8&tag=packrat-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=B002Y27P3M" target="_blank">buying an Amazon Kindle with this link</a> sends a few bucks my way! But I don't write this blog to make money, and am happy to link to sites and stores that don't pay anything. I like Amazon and buy tons from them, but you're free to buy whatever and wherever you want.</blockquote></p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2010/05/04/home-enterprise-hard-disk-drive/"  rel="bookmark" class="crp_title">Should Home Users Buy Enterprise Hard Disk Drives?</a></li><li><a href="http://blog.fosketts.net/2010/09/08/hard-disk-drives-drobo/"  rel="bookmark" class="crp_title">Which Hard Disk Drives Should You Use In A Drobo?</a></li><li><a href="http://blog.fosketts.net/2010/08/02/feed-drobo-1-tb-wd-green-sata-drive-5549/"  rel="bookmark" class="crp_title">Feed Your Drobo: 1 TB WD Green SATA Drive, $55.49</a></li><li><a href="http://blog.fosketts.net/2010/05/15/attach-external-hard-disk-drive/"  rel="bookmark" class="crp_title">How Should An External Hard Drive Be Attached?</a></li><li><a href="http://blog.fosketts.net/2008/07/08/drobo-2-apple-doesnt-fall-far-from-the-tree/"  rel="bookmark" class="crp_title">Drobo 2: Apple Doesn&#8217;t Fall Far From the Tree</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2007/11/30/why-i-like-drobo/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2007. |
<a href="http://blog.fosketts.net/2007/11/30/why-i-like-drobo/">Why I Like Drobo</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2007/11/30/why-i-like-drobo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<series:name><![CDATA[Drobo]]></series:name>
	</item>
	</channel>
</rss>

