<?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: Hardware Review: LaCie 2big Quadra External RAID Hard Drive</title>
	<atom:link href="http://www.equixotic.com/2009/07/02/hardware-review-lacie-2big-quadra-external-raid-hard-drive/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.equixotic.com/2009/07/02/hardware-review-lacie-2big-quadra-external-raid-hard-drive/</link>
	<description>A starry-eyed quest for beautiful eLearning and presentations.</description>
	<lastBuildDate>Sun, 07 Mar 2010 04:25:19 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard</title>
		<link>http://www.equixotic.com/2009/07/02/hardware-review-lacie-2big-quadra-external-raid-hard-drive/comment-page-1/#comment-1340</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sun, 07 Mar 2010 04:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.equixotic.com/?p=397#comment-1340</guid>
		<description>I managed to solve the fan problem by having the disk unmount after Time Machine had done its thing using the following applescript :) just change the values as needed.

tell application &quot;Finder&quot;
	if not (exists the disk &quot;DISK_NAME_HERE&quot;) then
		do shell script &quot;diskutil mount `disktool -l &#124; grep &#039;DISK_NAME_HERE&#039; &#124; 
sed &#039;s/.*\\(disk[0-9s]*\\).*/\\1/&#039;`&quot;
		delay 15
	end if
end tell
do shell script &quot;/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper &gt;/dev/null 2&gt;&amp;1 &amp;&quot;
delay 90
tell application &quot;Finder&quot;
	if (exists the disk &quot;DISK_NAME_HERE&quot;) then
		eject &quot;DISK_NAME_HERE&quot;
		delay 2
	end if
end tell</description>
		<content:encoded><![CDATA[<p>I managed to solve the fan problem by having the disk unmount after Time Machine had done its thing using the following applescript <img src='http://www.equixotic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  just change the values as needed.</p>
<p>tell application &#8220;Finder&#8221;<br />
	if not (exists the disk &#8220;DISK_NAME_HERE&#8221;) then<br />
		do shell script &#8220;diskutil mount `disktool -l | grep &#8216;DISK_NAME_HERE&#8217; |<br />
sed &#8217;s/.*\\(disk[0-9s]*\\).*/\\1/&#8217;`&#8221;<br />
		delay 15<br />
	end if<br />
end tell<br />
do shell script &#8220;/System/Library/CoreServices/backupd.bundle/Contents/Resources/backupd-helper &gt;/dev/null 2&gt;&amp;1 &amp;&#8221;<br />
delay 90<br />
tell application &#8220;Finder&#8221;<br />
	if (exists the disk &#8220;DISK_NAME_HERE&#8221;) then<br />
		eject &#8220;DISK_NAME_HERE&#8221;<br />
		delay 2<br />
	end if<br />
end tell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: charlie</title>
		<link>http://www.equixotic.com/2009/07/02/hardware-review-lacie-2big-quadra-external-raid-hard-drive/comment-page-1/#comment-1339</link>
		<dc:creator>charlie</dc:creator>
		<pubDate>Sat, 27 Feb 2010 07:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.equixotic.com/?p=397#comment-1339</guid>
		<description>Thanks all for your experiences with the Lacie 2big Quadra. I&#039;ve just today started exploring a RAID system because I&#039;ve just inherited an HP xw4600 workstation running XP Pro from work, and I run an iMac (Snow Leopard etc) at home. I use Photoshop on the iMac and also have it on the HP so now want a common system for access and backup  for both machines. The kid at the local iMac store suggested the Lacie. Apart from the fan noise problem, can anyone advise on whether this unit will meet my needs. I did read a review which said file loading/saving into RAID can be slow, and I&#039;ll be wanting to work on large digital images - average 10-12MB but up to 60MB - and sometimes there will be two of us editing images? Cheers</description>
		<content:encoded><![CDATA[<p>Thanks all for your experiences with the Lacie 2big Quadra. I&#8217;ve just today started exploring a RAID system because I&#8217;ve just inherited an HP xw4600 workstation running XP Pro from work, and I run an iMac (Snow Leopard etc) at home. I use Photoshop on the iMac and also have it on the HP so now want a common system for access and backup  for both machines. The kid at the local iMac store suggested the Lacie. Apart from the fan noise problem, can anyone advise on whether this unit will meet my needs. I did read a review which said file loading/saving into RAID can be slow, and I&#8217;ll be wanting to work on large digital images &#8211; average 10-12MB but up to 60MB &#8211; and sometimes there will be two of us editing images? Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oli</title>
		<link>http://www.equixotic.com/2009/07/02/hardware-review-lacie-2big-quadra-external-raid-hard-drive/comment-page-1/#comment-1328</link>
		<dc:creator>Oli</dc:creator>
		<pubDate>Sat, 06 Feb 2010 13:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.equixotic.com/?p=397#comment-1328</guid>
		<description>Another owner sitting in a wind tunnel :( Does anyone know is it possible to just disable the fan? Or will the standard drives rapidly overheat?</description>
		<content:encoded><![CDATA[<p>Another owner sitting in a wind tunnel <img src='http://www.equixotic.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Does anyone know is it possible to just disable the fan? Or will the standard drives rapidly overheat?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake Duvall</title>
		<link>http://www.equixotic.com/2009/07/02/hardware-review-lacie-2big-quadra-external-raid-hard-drive/comment-page-1/#comment-1317</link>
		<dc:creator>Jake Duvall</dc:creator>
		<pubDate>Sat, 16 Jan 2010 02:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.equixotic.com/?p=397#comment-1317</guid>
		<description>I found this site between replies from LaCie Tech Support for help with my brand new 4Tb 2big.  Good to hear of others&#039; views.  I&#039;ve feared that changing the RAID mode before installing the thing (to a new Win 7 machine) was the reason for the 2big never showing up so I could reformat it. It seems to be stuck in some weird looping behaviour.  And boy it is LOUD!  And such a bright BLUE! (unfortunately always blinking...).  I have the same needs as SOS.  I want 3 or 4 TB Raid.  My other LaCie portable HDs are great even with all Windows machines, but I guess I&#039;ll send this back &amp; look at WD.  Sigh.</description>
		<content:encoded><![CDATA[<p>I found this site between replies from LaCie Tech Support for help with my brand new 4Tb 2big.  Good to hear of others&#8217; views.  I&#8217;ve feared that changing the RAID mode before installing the thing (to a new Win 7 machine) was the reason for the 2big never showing up so I could reformat it. It seems to be stuck in some weird looping behaviour.  And boy it is LOUD!  And such a bright BLUE! (unfortunately always blinking&#8230;).  I have the same needs as SOS.  I want 3 or 4 TB Raid.  My other LaCie portable HDs are great even with all Windows machines, but I guess I&#8217;ll send this back &amp; look at WD.  Sigh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Tindell</title>
		<link>http://www.equixotic.com/2009/07/02/hardware-review-lacie-2big-quadra-external-raid-hard-drive/comment-page-1/#comment-1314</link>
		<dc:creator>Andrew Tindell</dc:creator>
		<pubDate>Sat, 09 Jan 2010 10:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.equixotic.com/?p=397#comment-1314</guid>
		<description>I have used many disk drives with my multiple Macs and would not recommend WD drives of any sort even the ones supposedly for Macs.  I have found that they unmount, fail during writing substantial amounts of data ( &gt; 100Gb in a single copy ) .  In the case of a MyBook Raid array it totally failed and I ended up removing the drives which worked perfectly in another enclosure.  I have always for LaCie drives work properly with Macs although I have do date only used the triple interface sort.  I have just bought a 2Big Quatra 2Tb drive and will be interested to see if it displays the issues of noise described in this article.  Mind you I have a Drobo too and that gets very noisy when hot.  However the Drobo using firewire 800 is only around 40% of the speed of the 2Big Quatra drive.</description>
		<content:encoded><![CDATA[<p>I have used many disk drives with my multiple Macs and would not recommend WD drives of any sort even the ones supposedly for Macs.  I have found that they unmount, fail during writing substantial amounts of data ( &gt; 100Gb in a single copy ) .  In the case of a MyBook Raid array it totally failed and I ended up removing the drives which worked perfectly in another enclosure.  I have always for LaCie drives work properly with Macs although I have do date only used the triple interface sort.  I have just bought a 2Big Quatra 2Tb drive and will be interested to see if it displays the issues of noise described in this article.  Mind you I have a Drobo too and that gets very noisy when hot.  However the Drobo using firewire 800 is only around 40% of the speed of the 2Big Quatra drive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.equixotic.com/2009/07/02/hardware-review-lacie-2big-quadra-external-raid-hard-drive/comment-page-1/#comment-1307</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 29 Dec 2009 15:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.equixotic.com/?p=397#comment-1307</guid>
		<description>Hey Chris,

My wife&#039;s got a MyBook 1TB (USB/FW/eSATA), that&#039;s about two months older than the Studio Edition II that I just bought.  I&#039;ve experienced the spontaneous unmounting issue with her MyBook, but so far have not experienced it with the Studio Edition II.  I really hope it doesn&#039;t, as so far I really like the unit.

LaCie has told me that they will be replacing one of my Big Disk Extreme+ Triple Interface units, but who knows with the other one.  Hopefully they will replace both units, as I have no faith in that drive anymore.</description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>My wife&#8217;s got a MyBook 1TB (USB/FW/eSATA), that&#8217;s about two months older than the Studio Edition II that I just bought.  I&#8217;ve experienced the spontaneous unmounting issue with her MyBook, but so far have not experienced it with the Studio Edition II.  I really hope it doesn&#8217;t, as so far I really like the unit.</p>
<p>LaCie has told me that they will be replacing one of my Big Disk Extreme+ Triple Interface units, but who knows with the other one.  Hopefully they will replace both units, as I have no faith in that drive anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.equixotic.com/2009/07/02/hardware-review-lacie-2big-quadra-external-raid-hard-drive/comment-page-1/#comment-1302</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 23 Dec 2009 04:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.equixotic.com/?p=397#comment-1302</guid>
		<description>@ Dave:

If you&#039;re using the MyBook with a Mac, I&#039;d like to know if you experience the spontaneous unmounting problem that a lot of Mac-using WD customers complain about.

(And yes, the fans on the 2Big Quadra are as loud as we say.  Much to our dismay.)</description>
		<content:encoded><![CDATA[<p>@ Dave:</p>
<p>If you&#8217;re using the MyBook with a Mac, I&#8217;d like to know if you experience the spontaneous unmounting problem that a lot of Mac-using WD customers complain about.</p>
<p>(And yes, the fans on the 2Big Quadra are as loud as we say.  Much to our dismay.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.equixotic.com/2009/07/02/hardware-review-lacie-2big-quadra-external-raid-hard-drive/comment-page-1/#comment-1301</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Wed, 23 Dec 2009 04:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.equixotic.com/?p=397#comment-1301</guid>
		<description>Hey David (November 14th, 2009),

I&#039;ve just bought the WD MyBook Studio Edition II (2TB) because I needed back-up from my LaCie Big Disk Extreme+ 1TB drives (because the power supplies failed, and then the drives failed... yes, both of them).
The MyBook Studio Edition II is downright noiseless.  There are no fans, and the drives are silent, and it takes up very little space on my desk.  There doesn&#039;t seem to be too much heat coming off the top, even after transferring 700 GB to it.  Also comes with very nice quality cables, and a 5 year warranty.
I was hoping to replace my LaCie Big Disk Extremes with the 2Big Quadra 2TB, but if the fans are as loud as you say...</description>
		<content:encoded><![CDATA[<p>Hey David (November 14th, 2009),</p>
<p>I&#8217;ve just bought the WD MyBook Studio Edition II (2TB) because I needed back-up from my LaCie Big Disk Extreme+ 1TB drives (because the power supplies failed, and then the drives failed&#8230; yes, both of them).<br />
The MyBook Studio Edition II is downright noiseless.  There are no fans, and the drives are silent, and it takes up very little space on my desk.  There doesn&#8217;t seem to be too much heat coming off the top, even after transferring 700 GB to it.  Also comes with very nice quality cables, and a 5 year warranty.<br />
I was hoping to replace my LaCie Big Disk Extremes with the 2Big Quadra 2TB, but if the fans are as loud as you say&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SOS</title>
		<link>http://www.equixotic.com/2009/07/02/hardware-review-lacie-2big-quadra-external-raid-hard-drive/comment-page-1/#comment-1268</link>
		<dc:creator>SOS</dc:creator>
		<pubDate>Sun, 06 Dec 2009 17:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.equixotic.com/?p=397#comment-1268</guid>
		<description>So has anyone found a good RAID 1 device that is noisless and can recommend? I&#039;m looking for a 3-4 TB unit.</description>
		<content:encoded><![CDATA[<p>So has anyone found a good RAID 1 device that is noisless and can recommend? I&#8217;m looking for a 3-4 TB unit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.equixotic.com/2009/07/02/hardware-review-lacie-2big-quadra-external-raid-hard-drive/comment-page-1/#comment-1263</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Fri, 04 Dec 2009 10:08:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.equixotic.com/?p=397#comment-1263</guid>
		<description>Just wanted to say I wish I had seen your review before I bought the drive -- mine (a 3TB version, received some 2 weeks ago) has the exact same characteristics that you describe and it is driving me mad. I own several LaCie drives, including a 2TB version which is almost noiseless, even when in heavy use, so I was very surprised. And worried, quite frankly: I don&#039;t believe the fan unit will last very long if it is running at what sounds like full speed most of the time.</description>
		<content:encoded><![CDATA[<p>Just wanted to say I wish I had seen your review before I bought the drive &#8212; mine (a 3TB version, received some 2 weeks ago) has the exact same characteristics that you describe and it is driving me mad. I own several LaCie drives, including a 2TB version which is almost noiseless, even when in heavy use, so I was very surprised. And worried, quite frankly: I don&#8217;t believe the fan unit will last very long if it is running at what sounds like full speed most of the time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
