<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: One week with the Drobo on Linux</title>
	<atom:link href="http://krook.net/archives/217/feed" rel="self" type="application/rss+xml" />
	<link>http://krook.net/archives/217</link>
	<description>Daniel Krook is an IBM Certified IT Specialist based in the greater New York City area. He has over ten years experience in Web application development and presently builds a cloud infrastructure for IBM using Java EE, DB2, REST, and BlackBerry. He holds certifications in cloud archtecture, PHP, Java EE, BlackBerry, DB2, and Solaris. He occasionally writes PHP-related articles for IBM developerWorks and co-authored the IBM Redbook &#039;Developing PHP Applications for IBM Data Servers.&#039;</description>
	<lastBuildDate>Sat, 17 Mar 2012 10:08:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: warren</title>
		<link>http://krook.net/archives/217/comment-page-1#comment-94837</link>
		<dc:creator>warren</dc:creator>
		<pubDate>Wed, 22 Dec 2010 21:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://krook.net/archives/217#comment-94837</guid>
		<description>what if i want to nfs mount drobo from the network using ubuntu linux

SO FAR WHat i did:
ububtu desktop client 
drobo : //drobo-test/drobo-fun-test
installed: nfs common portmap 
vi /etc/exports with IP address of drobo (rw,rsync)
mkdir /drobo-fun-test

do i need to vi /etc/fstab? and what do i need to put in there</description>
		<content:encoded><![CDATA[<p>what if i want to nfs mount drobo from the network using ubuntu linux</p>
<p>SO FAR WHat i did:<br />
ububtu desktop client<br />
drobo : //drobo-test/drobo-fun-test<br />
installed: nfs common portmap<br />
vi /etc/exports with IP address of drobo (rw,rsync)<br />
mkdir /drobo-fun-test</p>
<p>do i need to vi /etc/fstab? and what do i need to put in there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajames</title>
		<link>http://krook.net/archives/217/comment-page-1#comment-94703</link>
		<dc:creator>ajames</dc:creator>
		<pubDate>Tue, 21 Dec 2010 03:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://krook.net/archives/217#comment-94703</guid>
		<description>Great write up!  Could you add instructions on how to get it working with MythTV?  :)

-Albert</description>
		<content:encoded><![CDATA[<p>Great write up!  Could you add instructions on how to get it working with MythTV?  :)</p>
<p>-Albert</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://krook.net/archives/217/comment-page-1#comment-79669</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 09 Jan 2010 01:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://krook.net/archives/217#comment-79669</guid>
		<description>So, thought I&#039;d add my own experiences and warnings here, since you did a good job with the original post and the updates:

I bought a Drobo in June, 2008, and had it hooked up to a Windows XP PC and formatted NTFS. After expanding the capacity a few times, I ran into the 2TB NTFS max-volume size. Rather than splitting the drobo into multiple logical drives, I formatted it as EXT3 and mounted it to a Linux (Ubuntu) PC.

After the initial headaches of getting the Drobo formatted correctly, everything was great. The blue capacity lights reflected the current capacity correctly, and adding additional drives was no problem.

Then the Linux PC it was connected to started having problems. 

The PC would freeze often, and after several hard reboots the ext3 journal got messed up. Being a relative noob in Linux, I assumed the drive was FUBAR, and eventually reformatted, losing several hundred GB of data.

As a remedy I rebuilt the Linux PC with some newer hardware (and better cooling), and put it and the Drobo on a UPS (although I&#039;ve heard the Drobo actually has a small UPS on-board). For ~6 months this worked fine, and then I got ambitious.

I built a new media PC to replace the Linux system that the Drobo was attached to, and planned to use a ext2 driver for Windows to connect the Drobo to WindowsXP. At some point during this process, the ext3 journal has again been corrupted.

Since I currently have about 4TB of data on the drive, I am incredibly hesitant to reformat it. Instead I&#039;ve done some homework into rebuilding the journal on a ext3 filesystem. 

On running e2fsck on the Drobo, I get the error that the Superblock is corrupt, and suggesting to run e2fsck with an alternate Superblock. Running mke2fs (sudo mke2fs -n /dev/sdb1) gives a list of all the Superblocks, and eventually one of those blocks will allow e2fsck to do its thing (which usually takes about 6 hours if I&#039;m on top of the prompts, running in the automated mode gives an error). Afterwards e2fsck says the drive is fine, but it still won&#039;t mount. After rebooting both the Drobo and the PC, I&#039;ll be back to the start with e2fsck reporting a bad Superblock.

FML.</description>
		<content:encoded><![CDATA[<p>So, thought I&#8217;d add my own experiences and warnings here, since you did a good job with the original post and the updates:</p>
<p>I bought a Drobo in June, 2008, and had it hooked up to a Windows XP PC and formatted NTFS. After expanding the capacity a few times, I ran into the 2TB NTFS max-volume size. Rather than splitting the drobo into multiple logical drives, I formatted it as EXT3 and mounted it to a Linux (Ubuntu) PC.</p>
<p>After the initial headaches of getting the Drobo formatted correctly, everything was great. The blue capacity lights reflected the current capacity correctly, and adding additional drives was no problem.</p>
<p>Then the Linux PC it was connected to started having problems. </p>
<p>The PC would freeze often, and after several hard reboots the ext3 journal got messed up. Being a relative noob in Linux, I assumed the drive was FUBAR, and eventually reformatted, losing several hundred GB of data.</p>
<p>As a remedy I rebuilt the Linux PC with some newer hardware (and better cooling), and put it and the Drobo on a UPS (although I&#8217;ve heard the Drobo actually has a small UPS on-board). For ~6 months this worked fine, and then I got ambitious.</p>
<p>I built a new media PC to replace the Linux system that the Drobo was attached to, and planned to use a ext2 driver for Windows to connect the Drobo to WindowsXP. At some point during this process, the ext3 journal has again been corrupted.</p>
<p>Since I currently have about 4TB of data on the drive, I am incredibly hesitant to reformat it. Instead I&#8217;ve done some homework into rebuilding the journal on a ext3 filesystem. </p>
<p>On running e2fsck on the Drobo, I get the error that the Superblock is corrupt, and suggesting to run e2fsck with an alternate Superblock. Running mke2fs (sudo mke2fs -n /dev/sdb1) gives a list of all the Superblocks, and eventually one of those blocks will allow e2fsck to do its thing (which usually takes about 6 hours if I&#8217;m on top of the prompts, running in the automated mode gives an error). Afterwards e2fsck says the drive is fine, but it still won&#8217;t mount. After rebooting both the Drobo and the PC, I&#8217;ll be back to the start with e2fsck reporting a bad Superblock.</p>
<p>FML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://krook.net/archives/217/comment-page-1#comment-73172</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Wed, 24 Jun 2009 19:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://krook.net/archives/217#comment-73172</guid>
		<description>I have had a drobo for a while now and formatted it using the NTFS file system. I have had no problems, but would like to use your dashboard from my Mandriva installation as well. I am a relatively new Linux user and &quot;tried&quot; alien to no avail. Can you offer any suggestions, or possibly an RPM version of the download?

Thanks!</description>
		<content:encoded><![CDATA[<p>I have had a drobo for a while now and formatted it using the NTFS file system. I have had no problems, but would like to use your dashboard from my Mandriva installation as well. I am a relatively new Linux user and &#8220;tried&#8221; alien to no avail. Can you offer any suggestions, or possibly an RPM version of the download?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wires</title>
		<link>http://krook.net/archives/217/comment-page-1#comment-72742</link>
		<dc:creator>wires</dc:creator>
		<pubDate>Thu, 18 Jun 2009 10:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://krook.net/archives/217#comment-72742</guid>
		<description>iSCSI and FW800 don&#039;t work reliably on the DroboPro under linux (yet).

USB works, but this is really suboptimal... ~22MB/s</description>
		<content:encoded><![CDATA[<p>iSCSI and FW800 don&#8217;t work reliably on the DroboPro under linux (yet).</p>
<p>USB works, but this is really suboptimal&#8230; ~22MB/s</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ~S~</title>
		<link>http://krook.net/archives/217/comment-page-1#comment-60830</link>
		<dc:creator>~S~</dc:creator>
		<pubDate>Wed, 26 Nov 2008 16:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://krook.net/archives/217#comment-60830</guid>
		<description>@James

When you reach the full amount of physical space the process writing to Drobo just hangs. I left the process hanging for some time and then deleted hard drive space and the process went on it&#039;s way copying data again.

I posted my results on the Google groups site (posted above) if you care to read more of the tests I have done.</description>
		<content:encoded><![CDATA[<p>@James</p>
<p>When you reach the full amount of physical space the process writing to Drobo just hangs. I left the process hanging for some time and then deleted hard drive space and the process went on it&#8217;s way copying data again.</p>
<p>I posted my results on the Google groups site (posted above) if you care to read more of the tests I have done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://krook.net/archives/217/comment-page-1#comment-57864</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 10 Oct 2008 20:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://krook.net/archives/217#comment-57864</guid>
		<description>s/writing to a 1TB/writing to a 2TB/</description>
		<content:encoded><![CDATA[<p>s/writing to a 1TB/writing to a 2TB/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://krook.net/archives/217/comment-page-1#comment-57863</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 10 Oct 2008 20:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://krook.net/archives/217#comment-57863</guid>
		<description>Hylton,

If by formatting you mean putting a filesystem on, eg HFS+, NTFS, EXT3 - then the answer to your question is that this is the OS&#039;s responsibility, not the peripheral&#039;s.

I&#039;ve been using a Drobo v2 with Linux (Ubuntu) for a few days now; it works very well so far, I&#039;m happy to say. It&#039;s loaded with four Seagate 1TB drives. Although I only have ~3TB of usable space, the Drobo provides two 2TB partitions - so that either of the two EXT3 filesystems I&#039;ve established can grow to 2TB.

I still don&#039;t know what will happen if I fill one up then attempt to write more than 1TB to the other - I think that the OS will attempt to permit this of course, since it will believe that it&#039;s writing to a 1TB partition. I&#039;m guessing I&#039;ll get a write error, or a hang - but Drobo support haven&#039;t told me yet. Waiting for their reply.</description>
		<content:encoded><![CDATA[<p>Hylton,</p>
<p>If by formatting you mean putting a filesystem on, eg HFS+, NTFS, EXT3 &#8211; then the answer to your question is that this is the OS&#8217;s responsibility, not the peripheral&#8217;s.</p>
<p>I&#8217;ve been using a Drobo v2 with Linux (Ubuntu) for a few days now; it works very well so far, I&#8217;m happy to say. It&#8217;s loaded with four Seagate 1TB drives. Although I only have ~3TB of usable space, the Drobo provides two 2TB partitions &#8211; so that either of the two EXT3 filesystems I&#8217;ve established can grow to 2TB.</p>
<p>I still don&#8217;t know what will happen if I fill one up then attempt to write more than 1TB to the other &#8211; I think that the OS will attempt to permit this of course, since it will believe that it&#8217;s writing to a 1TB partition. I&#8217;m guessing I&#8217;ll get a write error, or a hang &#8211; but Drobo support haven&#8217;t told me yet. Waiting for their reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hylton</title>
		<link>http://krook.net/archives/217/comment-page-1#comment-57847</link>
		<dc:creator>Hylton</dc:creator>
		<pubDate>Fri, 10 Oct 2008 16:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://krook.net/archives/217#comment-57847</guid>
		<description>I totally agree with koitsu.

I am looking to purchase a DROBO for a single user use who uses openSUSE 11.0 but from what I have read here, this product is not power consumer friendly ie &#039;the drives must still be formatted after being inserted. Why can&#039;t the Drobo assess what OS is using the thing and format the drive for that OS?
P.S: I have heard that the DroboShare is being discarded and Ethernet is going to be incorporated with FireWire/USB on the rear of the unit.</description>
		<content:encoded><![CDATA[<p>I totally agree with koitsu.</p>
<p>I am looking to purchase a DROBO for a single user use who uses openSUSE 11.0 but from what I have read here, this product is not power consumer friendly ie &#8216;the drives must still be formatted after being inserted. Why can&#8217;t the Drobo assess what OS is using the thing and format the drive for that OS?<br />
P.S: I have heard that the DroboShare is being discarded and Ethernet is going to be incorporated with FireWire/USB on the rear of the unit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philobyte</title>
		<link>http://krook.net/archives/217/comment-page-1#comment-57153</link>
		<dc:creator>philobyte</dc:creator>
		<pubDate>Mon, 29 Sep 2008 15:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://krook.net/archives/217#comment-57153</guid>
		<description>hi folks,

You might want to check out the drobo dashboard I wrote: 

http://drobo-utils.sf.net

It also has a link to the google groups where there is a lot of talk about using Drobo&#039;s under linux.   Drobo&#039;s actually work fine with 2 TB ext3 file systems.  and the droboshare unit is an embedded linux.

google group:
http://groups.google.com/group/drobo-talk?hl=en</description>
		<content:encoded><![CDATA[<p>hi folks,</p>
<p>You might want to check out the drobo dashboard I wrote: </p>
<p><a href="http://drobo-utils.sf.net" rel="nofollow">http://drobo-utils.sf.net</a></p>
<p>It also has a link to the google groups where there is a lot of talk about using Drobo&#8217;s under linux.   Drobo&#8217;s actually work fine with 2 TB ext3 file systems.  and the droboshare unit is an embedded linux.</p>
<p>google group:<br />
<a href="http://groups.google.com/group/drobo-talk?hl=en" rel="nofollow">http://groups.google.com/group/drobo-talk?hl=en</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

