<?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 level</title>
	<atom:link href="http://www.raidrecoverytips.org/tag/raid-level/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>RAID 5 vs RAID 1</title>
		<link>http://www.raidrecoverytips.org/raid-5-vs-raid-1.html</link>
		<comments>http://www.raidrecoverytips.org/raid-5-vs-raid-1.html#comments</comments>
		<pubDate>Mon, 21 Sep 2009 08:44:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid 1]]></category>
		<category><![CDATA[raid 5]]></category>
		<category><![CDATA[raid level]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/raid-5-vs-raid-1.html</guid>
		<description><![CDATA[<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/09/image.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 10px; display: inline; border-top: 0px; border-right: 0px" title="Raid 5 VS Raid 1" border="0" alt="Raid 5 VS Raid 1" align="right" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/09/image_thumb.png" width="108" height="119" /></a> What if your computer memory system crashes, and you don&#8217;t have any backup of your data stored elsewhere? Crashing of the hard drive puts one in a difficult situation. The RAID (redundant array of independent disks) data storage system is designed in such a way that data recovery is possible even if storage devices fail. The RAID disks (tape disks or magnetic disks) are so arranged that it allows maximum redundancy (mirroring or repetition). Some RAID architectures are designed for faster read operation, some for faster write operation, while some are designed for both faster read and write operations. Hence,&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/09/image.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px 0px 0px 10px; display: inline; border-top: 0px; border-right: 0px" title="Raid 5 VS Raid 1" border="0" alt="Raid 5 VS Raid 1" align="right" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/09/image_thumb.png" width="108" height="119" /></a> What if your computer memory system crashes, and you don&#8217;t have any backup of your data stored elsewhere? Crashing of the hard drive puts one in a difficult situation. The RAID (redundant array of independent disks) data storage system is designed in such a way that data recovery is possible even if storage devices fail. The RAID disks (tape disks or magnetic disks) are so arranged that it allows maximum redundancy (mirroring or repetition). Some RAID architectures are designed for faster read operation, some for faster write operation, while some are designed for both faster read and write operations. Hence, we not only need to understand RAID 5 vs RAID 1 comparison, but each level of RAID needs to be understood. Following are a few points on RAID 5 vs RAID 1 comparison. </p>
<p><b>RAID 1 Explained</b>    <br />The RAID level 1 architecture uses the concept of mirroring. This means that errors and failures of all disks can be accommodated in the disk array, except one. However, there can be maximum two disks only. RAID 1 is designed for faster read operations than write. RAID 1 recovery is only possible when one of the two disks have failed. While using any modern multi-threaded operating system (Windows or Linux), RAID 1 array gives better performance for split seeks, that is, access of same memory location by two different users. There needs to be a RAID 1 controller for each disk in this array for best performance. </p>
<p><b>RAID 5 Explained</b>    <br />In the architecture of RAID 5 disks, the array is so arranged that failure of one disk can be kept hidden. If the second disk fails before the replacement of the first, then there cannot be any data recovery. The maximum number of disks that can be accommodated in the architecture are three, out of which one is kept as a backup. When the first disk fails, the backup disk springs into action and data recovery is possible. In RAID 5, a failed disk needs to be replaced as early as possible. RAID 5 performance suffers whenever there is a read-modify-write operation.</p>
<p><b>Recovery in RAID Disks</b>    <br />RAID 5 as well as RAID 1 have one common assumption. Every failure is independent of the other. However, this is not completely true. Due to the mechanical nature of the storage disk, failure of one disk may mechanically be dependent on the other. There are techniques such as, <i>parity resynchronization</i> or <i>stale sub-disk recovery</i>, where recovery is possible but these are restricted to specific scenarios. Data loss due to software reasons (a virus or accidental deletion) is however a different issue. The data recovery techniques used in RAID disks and recovery through data recovery softwares are not directly related. </p>
<p><b>Advantages of RAID 1</b></p>
<ul>
<li>Redundancy of the data is hundred percent. </li>
<li>Data need not be rebuilt in case of a single disk failure. </li>
<li>Even though there are two disks in the array, the rate at which data gets transferred is that of a single disk. </li>
<li>Very easy to understand and implement.</li>
</ul>
<p> <b>Advantages of RAID 5</b>
<ul>
<li>RAID 5 has an inbuilt load balancing mechanism. </li>
<li>RAID 5 is ideally suited for database applications which are heavily read oriented. </li>
<li>Applications that perform random read operations work well on RAID 5. </li>
<li>High fault tolerance typically requires additional disk space. RAID 5 is highly efficient in that scenario.</li>
</ul>
<p> The seven levels in RAID have been developed gradually over a period of time. Different arrays are suited for different situations. The above RAID 5 vs RAID 1 comparison may be helpful in understanding these disk array structures.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/raid-5-vs-raid-1.html/feed</wfw:commentRss>
		<slash:comments>1</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>
	</channel>
</rss>
