<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Raid Recovery Tips &#187; Raid</title>
	<atom:link href="http://www.raidrecoverytips.org/tag/raid/feed" rel="self" type="application/rss+xml" />
	<link>http://www.raidrecoverytips.org</link>
	<description>Tips about Raid 0, Raid 1, Raid 5, Raid 6, Raid Software, Raid Controller, Linux Raid...</description>
	<lastBuildDate>Tue, 01 Dec 2009 01:25:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Attaching another drive while doing a RAID change on a Mac can reformat the second drive</title>
		<link>http://www.raidrecoverytips.org/attaching-another-drive-while-doing-a-raid-change-on-a-mac-can-reformat-the-second-drive.html</link>
		<comments>http://www.raidrecoverytips.org/attaching-another-drive-while-doing-a-raid-change-on-a-mac-can-reformat-the-second-drive.html#comments</comments>
		<pubDate>Thu, 22 Oct 2009 02:10:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Configuration]]></category>
		<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid change]]></category>
		<category><![CDATA[raid device]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/attaching-another-drive-while-doing-a-raid-change-on-a-mac-can-reformat-the-second-drive.html</guid>
		<description><![CDATA[<p><b>Problem:</b>    <br />Attaching another drive while doing a RAID change can reformat the second drive. </p>
<p><b>Cause:</b>    <br />If the second drive is assigned the same unix device name that was assigned to the RAID device before it was dismounted from the system, the second drive will be reformatted. </p>
<p><b>Solution:</b>    <br />External drives should not be removed or attached during a RAID change operation. </p>
]]></description>
			<content:encoded><![CDATA[<p><b>Problem:</b>    <br />Attaching another drive while doing a RAID change can reformat the second drive. </p>
<p><b>Cause:</b>    <br />If the second drive is assigned the same unix device name that was assigned to the RAID device before it was dismounted from the system, the second drive will be reformatted. </p>
<p><b>Solution:</b>    <br />External drives should not be removed or attached during a RAID change operation. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/attaching-another-drive-while-doing-a-raid-change-on-a-mac-can-reformat-the-second-drive.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is RAID?</title>
		<link>http://www.raidrecoverytips.org/what-is-raid.html</link>
		<comments>http://www.raidrecoverytips.org/what-is-raid.html#comments</comments>
		<pubDate>Fri, 09 Oct 2009 01:40:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid 0]]></category>
		<category><![CDATA[raid 1]]></category>
		<category><![CDATA[raid 5]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/what-is-raid.html</guid>
		<description><![CDATA[<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/10/image.png"><img title="What is Raid" style="border-right: 0px; border-top: 0px; display: inline; margin: 0px 0px 0px 10px; border-left: 0px; border-bottom: 0px" height="103" alt="What is Raid" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/10/image_thumb.png" width="136" align="right" border="0" /></a> <b>RAID</b> (redundant array of independent disks) is a method of using multiple hard disk drives to act as one. RAID is used to increase hard drive speed and storage capacity, prevent data loss in the event that one of the disks in the array physically fails, or both. As far as the operating system concerned, a RAID array will appear to be a single logical drive. RAID uses a method called <b>striping </b>in which the drives are broken down into small partitions. These partitions, called stripes, are distributed such that each successive stripe is on a different drive.</p>
<p><b>Important:</b> There are many different&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/10/image.png"><img title="What is Raid" style="border-right: 0px; border-top: 0px; display: inline; margin: 0px 0px 0px 10px; border-left: 0px; border-bottom: 0px" height="103" alt="What is Raid" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/10/image_thumb.png" width="136" align="right" border="0" /></a> <b>RAID</b> (redundant array of independent disks) is a method of using multiple hard disk drives to act as one. RAID is used to increase hard drive speed and storage capacity, prevent data loss in the event that one of the disks in the array physically fails, or both. As far as the operating system concerned, a RAID array will appear to be a single logical drive. RAID uses a method called <b>striping </b>in which the drives are broken down into small partitions. These partitions, called stripes, are distributed such that each successive stripe is on a different drive.</p>
<p><b>Important:</b> There are many different implementations of RAID. Among the most common are RAID 0, RAID 1, and RAID 5.</p>
<p><b>RAID 0</b> uses striping to create a single large-capacity drive with high throughput. RAID 0 is much faster and more efficient than using two separate drives. However, a major disadvantage is that the stripes are not redundant; if one of the drives fails, all of the data will be lost. Therefore, RAID 0 should not be used as &quot;data backup insurance.&quot; RAID 0 is all performance and no protection. </p>
<p><b>RAID 1</b> is redundant but not striped. The same data is stored on two (or more) different drives. RAID 1 is also called <b>disk mirroring</b>. The data is protected, but performance is much slower with RAID 1. </p>
<p><b>RAID 5</b> uses three or more drives (usually between three and five). RAID 5&#8217;s redundancy is based not on mirroring but on <b>parity</b>. Parity is a computational method in binary logic that generates a parity value from a set of data. If any one of those data elements is lost, it can be recreated using the remaining data and the parity value, no matter which element is lost. In RAID 5, this means that parity can completely reconstruct one of the drives in the array in the event of a failure.</p>
<p><b>Notes:</b></p>
<ul>
<li>For support for Samsung hard disk drives set in a RAID array, see the documentation for your PC&#8217;s motherboard or your host controller card. </li>
<li>If you don&#8217;t know what motherboard or Serial ATA controller you are using, see the instruction or owners manual for your computer. You can also contact your computer manufacture for support. Not all manufactures are listed here, the tables below offer a list of the most common manufactures. If your manufacture is not listed here perform a Google search for their support site. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/what-is-raid.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RAID Hardware Vs RAID Software</title>
		<link>http://www.raidrecoverytips.org/raid-hardware-vs-raid-software.html</link>
		<comments>http://www.raidrecoverytips.org/raid-hardware-vs-raid-software.html#comments</comments>
		<pubDate>Sun, 20 Sep 2009 05:14:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Configuration]]></category>
		<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid hardware]]></category>
		<category><![CDATA[raid software]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/raid-hardware-vs-raid-software.html</guid>
		<description><![CDATA[<p>RAID is a method of combining multiple disk drives into a single entity in order to improve the overall performance and reliability of your system. The different options for combining the disks are referred to as RAID levels. There are several different levels of RAID available depending on the needs of your system. One of the options available to you is whether you should use a Hardware RAID solution or a Software RAID solution.</p>
<p><strong>RAID Hardware</strong> is always a disk controller to which you can cable up the disk drives. <strong>RAID Software</strong> is a set of kernel modules coupled together with management utilities&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>RAID is a method of combining multiple disk drives into a single entity in order to improve the overall performance and reliability of your system. The different options for combining the disks are referred to as RAID levels. There are several different levels of RAID available depending on the needs of your system. One of the options available to you is whether you should use a Hardware RAID solution or a Software RAID solution.</p>
<p><strong>RAID Hardware</strong> is always a disk controller to which you can cable up the disk drives. <strong>RAID Software</strong> is a set of kernel modules coupled together with management utilities that implement RAID in Software and require no additional hardware. </p>
<p><strong>Pros and cons</strong></p>
<p>Software RAID is more flexible than Hardware RAID. Software RAID is also considerably less expensive. On the other hand, a Software RAID system requires more CPU cycles and power to run well than a comparable Hardware RAID System. Also, because Software RAID operates on a partition by partition basis where a number of individual disk partitions are grouped together as opposed to Hardware RAID systems which generally group together entire disk drives, Software RAID tends be slightly more complicated to run. This is because it has more available configurations and options. An added benefit to the slightly more expensive Hardware RAID solution is that many Hardware RAID systems incorporate features that are specialized for optimizing the performance of your system. For more detailed information on the differences between Software RAID and Hardware RAID you may want to visit: <a href="http://www.adaptec.com/">www.adaptec.com</a></p>
<p>Assess the needs of your system and then decide which RAID solution works best for you. Please do keep in mind however, that regardless of which RAID solution you choose, neither can provide against administrator (human) error. Therefore, frequent, regularly scheduled back ups of your system are highly recommended. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/raid-hardware-vs-raid-software.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maxtor OneTouch III Turbo RAID 0 and Turbo RAID 0/1 Product Overview</title>
		<link>http://www.raidrecoverytips.org/maxtor-onetouch-iii-turbo-raid-0-and-turbo-raid-01-product-overview-2.html</link>
		<comments>http://www.raidrecoverytips.org/maxtor-onetouch-iii-turbo-raid-0-and-turbo-raid-01-product-overview-2.html#comments</comments>
		<pubDate>Fri, 24 Jul 2009 06:22:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Configuration]]></category>
		<category><![CDATA[onetouch iii turbo]]></category>
		<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid 0]]></category>
		<category><![CDATA[raid 0/1]]></category>
		<category><![CDATA[raid 1]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/maxtor-onetouch-iii-turbo-raid-0-and-turbo-raid-01-product-overview-2.html</guid>
		<description><![CDATA[<p>The Maxtor Onetouch III Turbo drive will be released as a 600 gigabyte (GB) RAID 0 model, and a 1 terabyte (1 TB, 1000 GB) RAID 0/1 model.&#160;&#160; <br /> RAID 1 can now be used with the OneTouch III Turbo 600 GB models with updated installation software. </p>
<p><b></b><b>Highlights</b>      <br /></p>
<ul><b></b>
<li><b>User-configurable RAID solution</b><b> </b></li>
<li><b>Use RAID 0 for high performance disk striping or RAID 1 for automatic mirroring</b><b> </b></li>
<li><b>Up to 1 TB storage capacity</b><b> </b></li>
<li><b>FireWire® 800 for fast data transfer</b><b> </b></li>
<li><b>Oxford 924 chipset</b><b> </b></li>
<li><b>Pre-formatted for Mac; easily formatted for Windows®</b><b> </b></li>
<li><b>Available in RAID 0 only, and RAID 0 / RAID 1 (user configurable) configurations.</b><b> </b></li>
</ul>
<p> <b></b>
</p><p><b>What does this mean?</b></p>
<p>Maxtor OneTouch III Turbo drives&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>The Maxtor Onetouch III Turbo drive will be released as a 600 gigabyte (GB) RAID 0 model, and a 1 terabyte (1 TB, 1000 GB) RAID 0/1 model.&#160;&#160; <br /> RAID 1 can now be used with the OneTouch III Turbo 600 GB models with updated installation software. </p>
<p><b><b>Highlights</b>      <br /></b></p>
<ul><b></b>
<li><b>User-configurable RAID solution</b><b> </b></li>
<li><b>Use RAID 0 for high performance disk striping or RAID 1 for automatic mirroring</b><b> </b></li>
<li><b>Up to 1 TB storage capacity</b><b> </b></li>
<li><b>FireWire® 800 for fast data transfer</b><b> </b></li>
<li><b>Oxford 924 chipset</b><b> </b></li>
<li><b>Pre-formatted for Mac; easily formatted for Windows®</b><b> </b></li>
<li><b>Available in RAID 0 only, and RAID 0 / RAID 1 (user configurable) configurations.</b><b> </b></li>
</ul>
<p> <b></b>
<p><b>What does this mean?</b></p>
<p>Maxtor OneTouch III Turbo drives are shipped with 2 drives inside the enclosure. These drives are configured in such a way that the drive letter or volume spans both drives to make one large drive. This is known as RAID 0 or RAID Striping.</p>
<p>When data is written to this large volume, the data is &quot;striped&quot; across the two drives.&#160; The stripe size is 64 KB. What this means is that a file written to the array is split into two parts, one for each drive. This translates into significant improvement in reads and writes because two drives can do the work of one in roughtly half the time. This usually means throughput of 30-40% higher than a single drive, and sometimes can be nearly 50% higher.</p>
<p>The file splitting is automatically handled by the operating system so it makes it a simple and robust solution for adding speedy storage or backup.</p>
<p><b>RAID</b> is an acronym which stands for &quot;Redundant Array of Independent (or Inexpensive) Disks&quot; which is not entirely accurate for the way RAID 0 is used because there is no redundancy. A RAID 0 volume needs to be backed up but is extremely fast.</p>
<p>The following illustration shows how data is arranged on the two drives in RAID 0 and RAID 1:</p>
</p>
<p> <a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image20.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Riad 0" border="0" alt="Riad 0" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image_thumb19.png" width="232" height="244" /></a>
<p>RAID 0/1 drives support both modes, requiring a reformat to switch the mode. The RAID 0/1 version of the OneTouch III Turbo is expected to ship within a few weeks of the RAID 0 model.</p>
<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image21.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Raid 0/1" border="0" alt="Raid 0/1" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image_thumb20.png" width="231" height="244" /></a> </p>
<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image22.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image_thumb21.png" width="244" height="243" /></a> </p>
<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image23.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image_thumb22.png" width="244" height="87" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/maxtor-onetouch-iii-turbo-raid-0-and-turbo-raid-01-product-overview-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the RAID level?</title>
		<link>http://www.raidrecoverytips.org/how-to-change-the-raid-level.html</link>
		<comments>http://www.raidrecoverytips.org/how-to-change-the-raid-level.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:30:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Configuration]]></category>
		<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid level]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/how-to-change-the-raid-level.html</guid>
		<description><![CDATA[<blockquote><p>How do I change the <b>RAID</b> level of a My Book Premium II, My Book Pro II, My Book Studio II, or My Book Mirror Edition external hard drive?</p>
</blockquote>
<p>The My Book Premium II, My Book Pro II, and My Book Studio II external hard drives are pre-configured for <b>RAID</b> 0 (Striped) mode for maximum capacity and accelerated performance. These products also support <b>RAID</b> 1 (Mirrored) mode for data protection, which dedicates half the capacity to mirror the data in both internal hard drives. </p>
<p>The My Book Mirror Edition external hard drive is pre-configured for <b>RAID</b> 1 (Mirrored) mode for maximum data protection. This drive&#8230;</p>]]></description>
			<content:encoded><![CDATA[<blockquote><p>How do I change the <b>RAID</b> level of a My Book Premium II, My Book Pro II, My Book Studio II, or My Book Mirror Edition external hard drive?</p>
</blockquote>
<p>The My Book Premium II, My Book Pro II, and My Book Studio II external hard drives are pre-configured for <b>RAID</b> 0 (Striped) mode for maximum capacity and accelerated performance. These products also support <b>RAID</b> 1 (Mirrored) mode for data protection, which dedicates half the capacity to mirror the data in both internal hard drives. </p>
<p>The My Book Mirror Edition external hard drive is pre-configured for <b>RAID</b> 1 (Mirrored) mode for maximum data protection. This drive also supports <b>RAID</b> 0 (Striped). </p>
<p>These products <b>DO NOT</b> support JBOD or any other <b>RAID</b> configurations. Please follow the directions below to change the <b>RAID</b> level of the My Book Premium II, Pro II, Studio II, or Mirror Edition external hard drive. </p>
<p><b>Important:</b> Changing the <b>RAID</b> configuration on your My Book external hard drive will erase any existing data currently on the drive. Please ensure that any existing data on the drive is backed up.</p>
<p><a name="#1"><b>Windows:</b></a></p>
<ol>
<li>Please ensure that the My Book hard drive is powered on and connected to the computer system. Launch the WD Drive Manager by double-clicking its icon on the desktop or system tray.</li>
<li>The external hard drive will be shown in the following screen. Select the external hard drive in the menu and then click on <b>Next</b>.      <br /><a href="http://support.wdc.com/images/mybook/R_win1.JPG"><img title="How to Change RAID level" alt="How to Change RAID level" src="http://support.wdc.com/images/mybook/R_win1sm.JPG" /></a></li>
<li>Select the desired <b>RAID</b> configuration by clicking on <b><b>RAID</b> 0</b> or <b><b>RAID</b> 1</b> (the example shown has <b>RAID</b> 1 selected).</li>
<li>Ensure that <b>Quick NTFS Format</b> is checked and then click on <b>Next</b>. You can also use Windows Disk Management to repartition and reformat the external hard drive.      <br /><a href="http://support.wdc.com/images/mybook/R_win2.JPG"><img title="How to Change RAID level" alt="How to Change RAID level" src="http://support.wdc.com/images/mybook/R_win2sm.JPG" /></a></li>
<li>Enter the confirmation number provided on your screen, then click <b>Yes</b>. Click on <b>Yes</b> again to confirm the change.      <br /><a href="http://support.wdc.com/images/mybook/R_win3.JPG"><img title="How to Change RAID level" alt="How to Change RAID level" src="http://support.wdc.com/images/mybook/R_win3sm.JPG" /></a></li>
<li>Click <b>Close</b> when finished.      <br /><a href="http://support.wdc.com/images/mybook/R_win4.JPG"><img title="How to Change RAID level" alt="How to Change RAID level" src="http://support.wdc.com/images/mybook/R_win4sm.JPG" /></a></li>
</ol>
<p><a name="#2"><b>Macintosh:</b></a>
<ol>
<li>Please ensure that the My Book external hard drive is powered on and connected to the computer system. To install WD Drive Manager, insert the CD that came with the My Book external hard drive. Double-click the CD-ROM icon, the My Book external hard drive icon, then the Mac folder. Then double-click WD Drive Manager to install this program into the applications folder.</li>
<li>The external hard drive will be shown in the following screen.     <br /><a href="http://support.wdc.com/images/mybook/R_mac1.JPG"><img title="How to Change RAID level" alt="How to Change RAID level" src="http://support.wdc.com/images/mybook/R_mac1sm.JPG" /></a></li>
<li>Click on the arrows next to the <b>Setup</b> option to change the <b>RAID</b> level. The screen below shows <b>RAID</b>-0 with a format type of HFS+. Click on <b>Configure</b> and then when prompted to confirm, click on <b>Configure</b> again.       <br /><a href="http://support.wdc.com/images/mybook/R_mac2.JPG"><img title="How to Change RAID level" alt="How to Change RAID level" src="http://support.wdc.com/images/mybook/R_mac2sm.JPG" /></a></li>
<li>As standard precaution, the system prompts you for an administrator’s name and password to authenticate your action. Enter this information and click <b>OK</b>.      <br /><a href="http://support.wdc.com/images/mybook/R_mac3.JPG"><img title="How to Change RAID level" alt="How to Change RAID level" src="http://support.wdc.com/images/mybook/R_mac3sm.JPG" /></a></li>
<li>When configuring the device, My Book <b>RAID</b> Manager will create a a single volume to the format you specified. The new volume will automatically populate to the desktop.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/how-to-change-the-raid-level.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between Desktop edition and RAID (Enterprise) edition hard drives</title>
		<link>http://www.raidrecoverytips.org/difference-between-desktop-edition-and-raid-enterprise-edition-hard-drives.html</link>
		<comments>http://www.raidrecoverytips.org/difference-between-desktop-edition-and-raid-enterprise-edition-hard-drives.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:27:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid array]]></category>
		<category><![CDATA[raid controller]]></category>
		<category><![CDATA[raid edition]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/difference-between-desktop-edition-and-raid-enterprise-edition-hard-drives.html</guid>
		<description><![CDATA[<p>Western Digital manufactures desktop edition hard drives and <b>RAID</b> Edition hard drives. Each type of hard drive is designed to work specifically in either a desktop computer environment or a demanding enterprise environment.</p>
<p>If you install and use a desktop edition hard drive connected to a <b><a href="http://www.raidrecoverytips.org/tag/raid-controller">RAID controller</a></b>, the drive may not work correctly unless jointly qualified by an enterprise OEM. This is caused by the normal error recovery procedure that a desktop edition hard drive uses.</p>
<p>When an error is found on a desktop edition hard drive, the drive will enter into a <b>deep recovery cycle</b> to attempt to repair the error, recover&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Western Digital manufactures desktop edition hard drives and <b>RAID</b> Edition hard drives. Each type of hard drive is designed to work specifically in either a desktop computer environment or a demanding enterprise environment.</p>
<p>If you install and use a desktop edition hard drive connected to a <b><a href="http://www.raidrecoverytips.org/tag/raid-controller">RAID controller</a></b>, the drive may not work correctly unless jointly qualified by an enterprise OEM. This is caused by the normal error recovery procedure that a desktop edition hard drive uses.</p>
<p>When an error is found on a desktop edition hard drive, the drive will enter into a <b>deep recovery cycle</b> to attempt to repair the error, recover the data from the problematic area, and then reallocate a dedicated area to replace the problematic area. This process can take up to 2 minutes depending on the severity of the issue. Most <b>RAID</b> controllers allow a very short amount of time for a hard drive to recover from an error. If a hard drive takes too long to complete this process, the drive will be dropped from the <b>RAID</b> array. Most <b>RAID</b> controllers allow from 7 to 15 seconds for error recovery before dropping a hard drive from an array. Western Digital does not recommend installing desktop edition hard drives in an enterprise environment (on a <b>RAID</b> controller).</p>
<p>Western Digital <b>RAID</b> edition hard drives have a feature called <b>TLER (Time Limited Error Recovery)</b> which stops the hard drive from entering into a <b>deep recovery cycle</b>. The hard drive will only spend 7 seconds to attempt to recover. This means that the hard drive will not be dropped from a <b>RAID</b> array. Though TLER is designed for <b>RAID</b> environments, it is fully compatible and will not be detrimental when used in non-RAID environments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/difference-between-desktop-edition-and-raid-enterprise-edition-hard-drives.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What RAID modes are available on the WD ShareSpace drive?</title>
		<link>http://www.raidrecoverytips.org/what-raid-modes-are-available-on-the-wd-sharespace-drive.html</link>
		<comments>http://www.raidrecoverytips.org/what-raid-modes-are-available-on-the-wd-sharespace-drive.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:23:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Configuration]]></category>
		<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid mode]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/what-raid-modes-are-available-on-the-wd-sharespace-drive.html</guid>
		<description><![CDATA[<p>All WD ShareSpace drives support Spanning, <strong>RAID</strong>-0 (Striping), <strong>RAID</strong>-1 (Mirroring), and <strong>RAID</strong>-5 (Redundancy with parity). Each <strong>RAID</strong> mode may or may not be available for usage based upon how many internal hard drives are installed in the enclosure.<br />
<strong>Please Note:</strong> Based upon how the WD ShareSpace <strong>RAID</strong> is setup, the WD ShareSpace will show different available capacities:</p>
<ul><strong>Qty of 2 &#8211; 1TB internal hard drives:</strong>
<li>Spanning &#8211; 2TB</li>
<li><strong>RAID</strong>-0 &#8211; 2TB</li>
<li><strong>RAID</strong>-1 &#8211; 1TB</li>
<li><strong>RAID</strong>-5 &#8211; Not Supported</li>
</ul>
<ul><strong>Qty of 3 &#8211; 1TB internal hard drives:</strong>
<li>Spanning &#8211; 3TB</li>
<li><strong>RAID</strong>-0 &#8211; 3TB</li>
<li><strong>RAID</strong>-1 &#8211; Not Supported</li>
<li><strong>RAID</strong>-5 &#8211; 2TB</li>
</ul>
<ul><strong>Qty of 4 &#8211; 1TB internal hard drives:</strong>
<li>Spanning &#8211; 4TB</li>
<li><strong>RAID</strong>-0 &#8211; 4TB</li>
<li><strong>RAID</strong>-1 &#8211; Not Supported</li>
<li><strong>RAID</strong>-5 &#8211;&#8230;</li></ul>]]></description>
			<content:encoded><![CDATA[<p>All WD ShareSpace drives support Spanning, <strong>RAID</strong>-0 (Striping), <strong>RAID</strong>-1 (Mirroring), and <strong>RAID</strong>-5 (Redundancy with parity). Each <strong>RAID</strong> mode may or may not be available for usage based upon how many internal hard drives are installed in the enclosure.<br />
<strong>Please Note:</strong> Based upon how the WD ShareSpace <strong>RAID</strong> is setup, the WD ShareSpace will show different available capacities:</p>
<ul><strong>Qty of 2 &#8211; 1TB internal hard drives:</strong></p>
<li>Spanning &#8211; 2TB</li>
<li><strong>RAID</strong>-0 &#8211; 2TB</li>
<li><strong>RAID</strong>-1 &#8211; 1TB</li>
<li><strong>RAID</strong>-5 &#8211; Not Supported</li>
</ul>
<ul><strong>Qty of 3 &#8211; 1TB internal hard drives:</strong></p>
<li>Spanning &#8211; 3TB</li>
<li><strong>RAID</strong>-0 &#8211; 3TB</li>
<li><strong>RAID</strong>-1 &#8211; Not Supported</li>
<li><strong>RAID</strong>-5 &#8211; 2TB</li>
</ul>
<ul><strong>Qty of 4 &#8211; 1TB internal hard drives:</strong></p>
<li>Spanning &#8211; 4TB</li>
<li><strong>RAID</strong>-0 &#8211; 4TB</li>
<li><strong>RAID</strong>-1 &#8211; Not Supported</li>
<li><strong>RAID</strong>-5 &#8211; 3TB</li>
</ul>
<p>For more support information about the available <strong>RAID</strong> modes on the WD ShareSpace, please see the chart below:</p>
<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image14.png"><img style="border: 0pt none; display: inline;" title="WD Raid Mode" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image_thumb14.png" border="0" alt="WD Raid Mode" width="427" height="319" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/what-raid-modes-are-available-on-the-wd-sharespace-drive.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing from RAID-0 to RAID-1 on a My Book Studio II under Windows XP SP3 connected via 1394a fails to complete.</title>
		<link>http://www.raidrecoverytips.org/changing-from-raid-0-to-raid-1-on-a-my-book-studio-ii-under-windows-xp-sp3-connected-via-1394a-fails-to-complete.html</link>
		<comments>http://www.raidrecoverytips.org/changing-from-raid-0-to-raid-1-on-a-my-book-studio-ii-under-windows-xp-sp3-connected-via-1394a-fails-to-complete.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:21:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Configuration]]></category>
		<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid 0]]></category>
		<category><![CDATA[raid 1]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/changing-from-raid-0-to-raid-1-on-a-my-book-studio-ii-under-windows-xp-sp3-connected-via-1394a-fails-to-complete.html</guid>
		<description><![CDATA[<p><b>Problem:</b>    <br />Changing from <b>RAID</b>-0 to <b>RAID</b>-1 on a My Book Studio II under Windows XP SP3 connected via 1394a (FireWire 400) fails to complete. Disk Management cannot be opened, and Cannot restart as well (Windows Freeze). </p>
<p><b>Cause:</b>    <br />The cause of this issue is unknown.</p>
<p>&#160;<b>Resolution:</b>    <br />To resolve this issue, please connect the My Book Studio II via USB or 1394b (FireWire800) and perform the <b>RAID</b> change again.</p>
]]></description>
			<content:encoded><![CDATA[<p><b>Problem:</b>    <br />Changing from <b>RAID</b>-0 to <b>RAID</b>-1 on a My Book Studio II under Windows XP SP3 connected via 1394a (FireWire 400) fails to complete. Disk Management cannot be opened, and Cannot restart as well (Windows Freeze). </p>
<p><b>Cause:</b>    <br />The cause of this issue is unknown.</p>
<p>&#160;<b>Resolution:</b>    <br />To resolve this issue, please connect the My Book Studio II via USB or 1394b (FireWire800) and perform the <b>RAID</b> change again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/changing-from-raid-0-to-raid-1-on-a-my-book-studio-ii-under-windows-xp-sp3-connected-via-1394a-fails-to-complete.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a RAID 1 (mirrored) array using WD SATA RAID controller and two SATA drives.</title>
		<link>http://www.raidrecoverytips.org/create-a-raid-1-mirrored-array-using-wd-sata-raid-controller-and-two-sata-drives.html</link>
		<comments>http://www.raidrecoverytips.org/create-a-raid-1-mirrored-array-using-wd-sata-raid-controller-and-two-sata-drives.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:20:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Configuration]]></category>
		<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid 1]]></category>
		<category><![CDATA[raid controller]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/create-a-raid-1-mirrored-array-using-wd-sata-raid-controller-and-two-sata-drives.html</guid>
		<description><![CDATA[<p><b>Note: </b>A <a href="http://www.raidrecoverytips.org/tag/raid-1">RAID 1 array</a> is designed for fault tolerance. You will not notice any performance increase in your computer after creating a <b>RAID</b> 1 array. A <b>RAID</b> 1 array uses the second hard drive to copy the data of the first drive. Should one of the hard drives fail, you will still be able to boot your computer using the second hard drive.    <br /><b>Important: </b>After creating a <b>RAID</b> 1 array, the total capacity of both hard drives will not appear as usable space in Windows. Because the second hard drive is being used to store the exact same data of the first drive,&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><b>Note: </b>A <a href="http://www.raidrecoverytips.org/tag/raid-1">RAID 1 array</a> is designed for fault tolerance. You will not notice any performance increase in your computer after creating a <b>RAID</b> 1 array. A <b>RAID</b> 1 array uses the second hard drive to copy the data of the first drive. Should one of the hard drives fail, you will still be able to boot your computer using the second hard drive.    <br /><b>Important: </b>After creating a <b>RAID</b> 1 array, the total capacity of both hard drives will not appear as usable space in Windows. Because the second hard drive is being used to store the exact same data of the first drive, the usable capacity in Windows will be the capacity of only the first hard drive.    <br />To create a <b>RAID</b> 1 array please follow the steps below:</p>
<ol>
<li>With the computer powered off, follow the instructions for installing the <a href="http://www.raidrecoverytips.org/tag/raid-controller">RAID controller</a> correctly and connect both Serial ATA hard drives to the controller.</li>
<li>Boot your computer with the controller and drives already installed.</li>
<li>Watch your boot screens for a prompt that will ask you to press the <b>Control</b> and <b>F</b> keys at the same time to enter the Fastbuild utility and press those keys to enter.</li>
<li>Press the <b>1</b> key to enter Auto Setup.</li>
<li>Verify that the top of the screen says <b>Optimize Array for: Security</b>.</li>
<li>If the top of the screen says <b>Performance</b> instead of Security, highlight the word <b>Performance</b> and press the right arrow button to change the word to <b>Security</b>.</li>
<li>Press the <b>Control</b> and <b>Y</b> keys at the same time to save the array configuration.</li>
<li>Press the <b>Y</b> key to create and quick initialize the array.</li>
<li>You will be warned that all data on the drives will be erased, press the <b>Y</b> key to proceed.</li>
<li>The array is now created, press any key to reboot.</li>
</ol>
<p> To use the array for extra data storage only:
<ul>
<li>Install the latest service pack for your operating system to enable large drive support and use Disk Management to partition and format the array.</li>
</ul>
<p> To use the array as your bootable system drive:
<ul>
<li>Set your BIOS to boot to CD first and boot from your Windows 2000/XP CD to load your operating system onto the array.</li>
<li>Windows will treat the array as one large drive and will install on the array just as it would on a single drive.</li>
<li>When you are prompted by Windows setup to press the <b>F6</b> key to install SCSI or <b>RAID</b> drivers, you will need to press <b>F6</b> and insert the driver disk that came with your <b>RAID</b> controller.</li>
<li>Once the drivers for the controller are installed you will be able to finish the installation of Windows 2000/XP onto the array. After the installation of Windows, please install the latest service pack for Windows to enable large drive support and avoid data corruption.</li>
</ul>
<p> <b>Note: </b>Your system BIOS may require you to change the order of your boot sequence before you can boot your computer from a controller. For more information about adjusting options in your system BIOS, please contact the manufacturer of your computer or motherboard.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/create-a-raid-1-mirrored-array-using-wd-sata-raid-controller-and-two-sata-drives.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the advantages of RAID 0,RAID 1 and RAID 5?</title>
		<link>http://www.raidrecoverytips.org/what-are-the-advantages-of-raid-0raid-1-and-raid-5.html</link>
		<comments>http://www.raidrecoverytips.org/what-are-the-advantages-of-raid-0raid-1-and-raid-5.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:08:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid]]></category>
		<category><![CDATA[advantages of raid]]></category>
		<category><![CDATA[raid 0]]></category>
		<category><![CDATA[raid 1]]></category>
		<category><![CDATA[raid 5]]></category>
		<category><![CDATA[raid mode]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/what-are-the-advantages-of-raid-0raid-1-and-raid-5.html</guid>
		<description><![CDATA[<h3>Advantages of <b>RAID</b></h3>
<p><b><a href="http://www.raidrecoverytips.org/category/raid">RAID</a></b> is an acronym for Redundant Array of independent Disks. With <b>RAID</b> enabled on a storage system you can connect two or more drives in the system so that they act like one big fast drive or set them up so that one drive in the system is used to automatically and instantaneously duplicate (or mirror) your data for real-time backup.</p>
<p><strong>There are three reasons you might want a <b>RAID</b> system of drives.</strong></p>
<ol>
<li>You need tons of storage space and you need it to be fast. (<b><a href="http://www.raidrecoverytips.org/tag/raid-0">RAID 0</a></b>)</li>
<li>You want to instantaneously and automatically backup your data. (<b><a href="http://www.raidrecoverytips.org/tag/raid-1">RAID 1</a></b>)</li>
<li>You want both. (<b><a href="http://www.raidrecoverytips.org/tag/raid-5">RAID 5</a></b>) </li>
</ol>
<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image13.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Raid Mode Comparison" border="0" alt="Raid Mode Comparison" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image_thumb13.png" width="279" height="255" /></a> </p>
<h3>Which&#8230;</h3>]]></description>
			<content:encoded><![CDATA[<h3>Advantages of <b>RAID</b></h3>
<p><b><a href="http://www.raidrecoverytips.org/category/raid">RAID</a></b> is an acronym for Redundant Array of independent Disks. With <b>RAID</b> enabled on a storage system you can connect two or more drives in the system so that they act like one big fast drive or set them up so that one drive in the system is used to automatically and instantaneously duplicate (or mirror) your data for real-time backup.</p>
<p><strong>There are three reasons you might want a <b>RAID</b> system of drives.</strong></p>
<ol>
<li>You need tons of storage space and you need it to be fast. (<b><a href="http://www.raidrecoverytips.org/tag/raid-0">RAID 0</a></b>)</li>
<li>You want to instantaneously and automatically backup your data. (<b><a href="http://www.raidrecoverytips.org/tag/raid-1">RAID 1</a></b>)</li>
<li>You want both. (<b><a href="http://www.raidrecoverytips.org/tag/raid-5">RAID 5</a></b>) </li>
</ol>
<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image13.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Raid Mode Comparison" border="0" alt="Raid Mode Comparison" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image_thumb13.png" width="279" height="255" /></a> </p>
<h3>Which <b>RAID</b> mode should i use?</h3>
<p><b>1. Speed (<b>RAID</b> 0)</b></p>
<p>Set in high-performance mode (also called striped mode or <b>RAID</b> 0) the storage system gives you the power you need when you’re:</p>
<ul>
<li>Designing huge graphics and need a lightning-fast photoshop scratch space. </li>
<li>Recording large DV files while maintaining clean audio performance. </li>
<li>Editing DV or HD video and want a smooth work flow with no dropped frames. </li>
<li>Rendering complex 3D objects or special effects. </li>
<li>performing disk-intensive database operations. </li>
<li>Driven to be the first geek on your block with a computer so fast it blows your socks off. </li>
</ul>
<p>Why is <b>RAID</b> 0 so fast? it’s a bit complicated, but suffice it to say that two or more heads, or in this case, drives, are better than one. picture multiple hoses filling a bucket at the same time or several men bailing a boat and you can understand why two drives striped are faster than one. Data is saved (striped) across both drives and accessed in parallel by all the drives so you get higher data transfer rates on large data accesses and higher input/output rates on small data accesses. </p>
<p><b>2. Data protection (<b>RAID</b> 1)</b></p>
<p>Set the system to data protection mode (also known as mirrored mode or <b>RAID</b> 1) and the capacity is divided in half. Half of the capacity is used to store your data and half is used for a duplicate copy.</p>
<p>Why do i want that kind of redundancy? it’s your data, your family pictures, your movie of baby’s first steps, your first novel. is it important? You decide. if it is, then <b>RAID</b> mirroring is for you.</p>
<p><b>3. Data protection and speed (<b>RAID</b> 5)</b></p>
<p>in systems with three or more drives (like 4 TB WD ShareSpace™ Network Storage System) we recommend that you set the system to <b>RAID</b> 5. This gives you the best of both worlds: fast performance by striping data across all drives; data protection by dedicating a quarter of each drive to fault tolerance leaving three quarters of the system capacity available for data storage.</p>
<p><b>About Spanning (Linear)</b></p>
<p>Spanning, which is not a <b>RAID</b> mode, combines all the drives in a system into one big volume so they act like one giant drive.&#160; The drives are filled up one drive at a time.&#160; The advantage of using this mode is that you can add more drives without having to reformat the system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/what-are-the-advantages-of-raid-0raid-1-and-raid-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
