<?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 5</title>
	<atom:link href="http://www.raidrecoverytips.org/tag/raid-5/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>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 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>Can I configure the NAS 4000 Series without RAID 5?</title>
		<link>http://www.raidrecoverytips.org/can-i-configure-the-nas-4000-series-without-raid-5-3.html</link>
		<comments>http://www.raidrecoverytips.org/can-i-configure-the-nas-4000-series-without-raid-5-3.html#comments</comments>
		<pubDate>Fri, 24 Jul 2009 06:43:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Configuration]]></category>
		<category><![CDATA[raid 5]]></category>
		<category><![CDATA[raid 5 configuration]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/can-i-configure-the-nas-4000-series-without-raid-5-3.html</guid>
		<description><![CDATA[<p>I don&#8217;t need the redundancy of RAID five and want more usable disk space. Can I configure the NAS 4000 Series without RAID 5? </p>
<p>Yes, you can the NAS 4000 Series for JBOD (just a bunch of disks), spanned, spanned and mirrored, or striped disk configurations.</p>
]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t need the redundancy of RAID five and want more usable disk space. Can I configure the NAS 4000 Series without RAID 5? </p>
<p>Yes, you can the NAS 4000 Series for JBOD (just a bunch of disks), spanned, spanned and mirrored, or striped disk configurations.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/can-i-configure-the-nas-4000-series-without-raid-5-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What RAID modes are recoverable on the WD ShareSpace drive?</title>
		<link>http://www.raidrecoverytips.org/what-raid-modes-are-recoverable-on-the-wd-sharespace-drive.html</link>
		<comments>http://www.raidrecoverytips.org/what-raid-modes-are-recoverable-on-the-wd-sharespace-drive.html#comments</comments>
		<pubDate>Wed, 15 Jul 2009 06:15:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Recovery]]></category>
		<category><![CDATA[raid 0]]></category>
		<category><![CDATA[raid 1]]></category>
		<category><![CDATA[raid 5]]></category>
		<category><![CDATA[raid array]]></category>
		<category><![CDATA[raid mode]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/what-raid-modes-are-recoverable-on-the-wd-sharespace-drive.html</guid>
		<description><![CDATA[<p>All WD ShareSpace drives support Spanning, <b>RAID</b>-0 (Striping), <b>RAID</b>-1 (Mirroring), and <b>RAID</b>-5 (Redundancy with parity). Each <b>RAID</b> mode may or may not be available for usage based upon how many internal hard drives are installed in the enclosure.</p>
<p><b>Please Note:</b>&#160;&#160; Depending on how the WD ShareSpace <b>RAID</b> is setup, that <b>RAID</b> array may not be recoverable from a drive failure.</p>
<p><b>Qty of 2 &#8211; 1TB internal hard drives:</b></p>
<ul>
<li><b>RAID</b>-0 &#8211; 2TB &#8211; (Not recoverable) </li>
<li><b>RAID</b>-1 &#8211; 1TB &#8211; (Recoverable) </li>
<li><b>RAID</b>-5 &#8211; (Not Supported) </li>
</ul>
<p> <b>Qty of 3 &#8211; 1TB internal hard drives:</b>
<ul>
<li>Spanning &#8211; 3TB &#8211; (Non recoverable) </li>
<li><b>RAID</b>-0 &#8211; 3TB &#8211; (Non recoverable) </li>
<li><b>RAID</b>-1 &#8211; (Not Supported)&#8230;</li></ul></p>]]></description>
			<content:encoded><![CDATA[<p>All WD ShareSpace drives support Spanning, <b>RAID</b>-0 (Striping), <b>RAID</b>-1 (Mirroring), and <b>RAID</b>-5 (Redundancy with parity). Each <b>RAID</b> mode may or may not be available for usage based upon how many internal hard drives are installed in the enclosure.</p>
<p><b>Please Note:</b>&#160;&#160; Depending on how the WD ShareSpace <b>RAID</b> is setup, that <b>RAID</b> array may not be recoverable from a drive failure.</p>
<p><b>Qty of 2 &#8211; 1TB internal hard drives:</b></p>
<ul>
<li><b>RAID</b>-0 &#8211; 2TB &#8211; (Not recoverable) </li>
<li><b>RAID</b>-1 &#8211; 1TB &#8211; (Recoverable) </li>
<li><b>RAID</b>-5 &#8211; (Not Supported) </li>
</ul>
<p> <b>Qty of 3 &#8211; 1TB internal hard drives:</b>
<ul>
<li>Spanning &#8211; 3TB &#8211; (Non recoverable) </li>
<li><b>RAID</b>-0 &#8211; 3TB &#8211; (Non recoverable) </li>
<li><b>RAID</b>-1 &#8211; (Not Supported) </li>
<li><b>RAID</b>-5 &#8211; 2TB &#8211; (Recoverable) </li>
</ul>
<p> <b>Qty of 4 &#8211; 1TB internal hard drives:</b>
<ul>
<li>Spanning &#8211; 4TB &#8211; (Non recoverable) </li>
<li><b>RAID</b>-0 &#8211; 4TB &#8211; (Non recoverable) </li>
<li><b>RAID</b>-1 (Double Mirror) &#8211; (Recoverable) </li>
<li><b>RAID</b>-5 &#8211; 3TB &#8211; (Recoverable) </li>
</ul>
<p> <b>For a recoverable <b>RAID</b> mode:</b>  <br />To recover the ShareSpace from Drive failure, or from a degraded <b>RAID</b> array, you must replace the failed drive with a Western Digital unformatted drive of the same model and size. Once the drive is replaced, the ShareSpace will re-sync the drive back into the <b>RAID</b> array and automatically start the <b>RAID</b> re-build. No further user intervention is needed, other than replacing the failed drive in the unit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/what-raid-modes-are-recoverable-on-the-wd-sharespace-drive.html/feed</wfw:commentRss>
		<slash:comments>1</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>
		<item>
		<title>What kind of redundancy does the NAS 4000 Series have?</title>
		<link>http://www.raidrecoverytips.org/what-kind-of-redundancy-does-the-nas-4000-series-have.html</link>
		<comments>http://www.raidrecoverytips.org/what-kind-of-redundancy-does-the-nas-4000-series-have.html#comments</comments>
		<pubDate>Tue, 14 Jul 2009 01:35:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid 5]]></category>
		<category><![CDATA[raid controller]]></category>
		<category><![CDATA[raid disk array]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/what-kind-of-redundancy-does-the-nas-4000-series-have.html</guid>
		<description><![CDATA[<p>The NAS 4000 Series has a software controlled RAID 5 disk array, Dual 10/100 NIC’s, and two independent, mirrored Operating Systems. </p>
]]></description>
			<content:encoded><![CDATA[<p>The NAS 4000 Series has a software controlled RAID 5 disk array, Dual 10/100 NIC’s, and two independent, mirrored Operating Systems. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/what-kind-of-redundancy-does-the-nas-4000-series-have.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If the NAS 4000 Series has a RAID 5 setup, do I need to make backups of it?</title>
		<link>http://www.raidrecoverytips.org/if-the-nas-4000-series-has-a-raid-5-setup-do-i-need-to-make-backups-of-it.html</link>
		<comments>http://www.raidrecoverytips.org/if-the-nas-4000-series-has-a-raid-5-setup-do-i-need-to-make-backups-of-it.html#comments</comments>
		<pubDate>Tue, 14 Jul 2009 00:57:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Configuration]]></category>
		<category><![CDATA[raid 5]]></category>
		<category><![CDATA[raid server]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/if-the-nas-4000-series-has-a-raid-5-setup-do-i-need-to-make-backups-of-it.html</guid>
		<description><![CDATA[<p>The NAS 4000 Series is a file server. Maxtor highly recommends you make backups of the NAS, as you would with any server.</p>
]]></description>
			<content:encoded><![CDATA[<p>The NAS 4000 Series is a file server. Maxtor highly recommends you make backups of the NAS, as you would with any server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/if-the-nas-4000-series-has-a-raid-5-setup-do-i-need-to-make-backups-of-it.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seagate BlackArmor Manager: Identifying and Repairing RAID 5 Volume</title>
		<link>http://www.raidrecoverytips.org/seagate-blackarmor-manager-identifying-and-repairing-raid-5-volume.html</link>
		<comments>http://www.raidrecoverytips.org/seagate-blackarmor-manager-identifying-and-repairing-raid-5-volume.html#comments</comments>
		<pubDate>Tue, 14 Jul 2009 00:56:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Recovery]]></category>
		<category><![CDATA[raid 5]]></category>
		<category><![CDATA[raid 5 volume]]></category>
		<category><![CDATA[raid data recovery]]></category>
		<category><![CDATA[raid failed]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/seagate-blackarmor-manager-identifying-and-repairing-raid-5-volume.html</guid>
		<description><![CDATA[<p>How do I…</p>
<ul>
<li>Identify a failed <strong>RAID 5 Volume</strong> </li>
<li>Remove/Replace a Failed Drive in a <strong>Failed RAID 5 Volume</strong> </li>
<li><strong>Recover a RAID 5</strong> Volume </li>
</ul>
<p>…using Seagate’s BlackArmor Manager?</p>
<p>Seagate BlackArmor NAS 440 products come with a RAID 5 Volume by default to ensure data protection. If one drive fails, a user can:</p>
<ul>
<li>Easily identify the failed drive using the BlackArmor Manager and other tools. </li>
<li>Remove the defective drive and replace it with a functioning drive provided by Seagate. </li>
<li>Use BlackArmor Manager to claim the replacement drive and recover the RAID 5 volume. </li>
</ul>
<p>All of these things can be accomplished while the BlackArmor NAS 440 is still&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>How do I…</p>
<ul>
<li>Identify a failed <strong>RAID 5 Volume</strong> </li>
<li>Remove/Replace a Failed Drive in a <strong>Failed RAID 5 Volume</strong> </li>
<li><strong>Recover a RAID 5</strong> Volume </li>
</ul>
<p>…using Seagate’s BlackArmor Manager?</p>
<p>Seagate BlackArmor NAS 440 products come with a RAID 5 Volume by default to ensure data protection. If one drive fails, a user can:</p>
<ul>
<li>Easily identify the failed drive using the BlackArmor Manager and other tools. </li>
<li>Remove the defective drive and replace it with a functioning drive provided by Seagate. </li>
<li>Use BlackArmor Manager to claim the replacement drive and recover the RAID 5 volume. </li>
</ul>
<p>All of these things can be accomplished while the BlackArmor NAS 440 is still running.</p>
<p><strong>Procedure(s):</strong>    <br /><u><strong>Part 1 &#8211; Identifying a Drive failure:</strong></u>    <br />The following options are available for identifying drive failures.</p>
<ul>
<li>Web Events in BlackArmor Manager – if a drive fails or if a RAID is running in a degraded state, a Web Event will occur. A Web Event is shown via an amber bar with a warning message within it. The bar will be located at the top of the BlackArmor Manager pages (no matter which one) in your browser. After reviewing the event message, you can click the Acknowledge button to remove it. </li>
<li>LCD Screen will display a message that denote a drive failure. </li>
<li>Email notifications – If email setup is enabled through BlackArmor Manager. Users with their email address included in the Email Setup page. </li>
<li>BlackArmor Manager’s Storage -&gt; Disk Manager can also identify if a drive is failed. It will do so with messaging under a drive’s status. </li>
</ul>
<p><strong>Seagate Video Tutorial – </strong>Identifying a Drive Failure    <br /><img border="0" alt="View Flash Guide" src="http://support.seagate.com/kbimg/view_flash_english.jpg" /></p>
<p><u><strong>Part 2 –Drive Removal/Replacement:</strong></u>    <br />Follow these steps to remove and replace a hard drive.    <br /><strong>NOTE: Only Seagate hard drives can be used for replacement. Failure to use Seagate replacement parts can and will forfeit the warranty period of the BlackArmor NAS 440/420.</strong></p>
<p><strong>WARNING – PLEASE READ</strong>    <br /><strong>ESD precautions</strong>    <br />Electrostatic discharge (ESD) can damage the processor, hard drives, main board, memory modules (RAM), and other BlackArmor components. Always observe the following precautions before replacing a hard drive:</p>
<ul>
<li>Do not remove a component from its protective packaging until you are ready to install it. </li>
<li>Do not touch the component pins, leads, or circuitry. </li>
<li>Wear a wrist grounding strap and attach it to a metal part of the computer before handling components. If a wrist strap is not available, maintain contact with the computer throughout any procedure requiring ESD protection. </li>
<li>Keep the work area free of nonconductive materials, such as ordinary plastic assembly aids and foam packing. </li>
</ul>
<p><b>Removing a Hard Drive</b></p>
<ol>
<li>Open the BlackArmor Manager web interface. </li>
<li>In the menu bar, select <strong>Storage</strong>. </li>
<li>Select <strong>Disk Manager</strong>. </li>
<li>Beside the failed disk drive, click the <strong>Safe to Remove </strong>icon, and then click <strong>OK</strong>. </li>
<li>Open the front panel of the server. </li>
<li>Locate the failed hard drive. Ensure that there is no activity on the drive by checking its LED—it should not be illuminated.     <br /><strong>WARNING</strong>: Never remove more than one (1) drive at a time. Removing more than one drive will result in data loss. </li>
<li>Press down on the orange button to release the drive from the server. If the server is powered on, wait until the drive stops spinning (approximately one minute) before continuing. </li>
<li>Holding the handle, gently slide the hard drive partially out of the server until you can get a firm grip on the drive itself.     <br /><strong>Caution: Because the hard drive is heavy, do not completely remove it or carry it by the plastic handle. Hold the drive firmly on the top and bottom.</strong></li>
<li>Position (hold) the hard drive/carrier so that the drive label is facing up and the connectors are facing you. </li>
<li>Carefully bend the right side of the plastic carrier outward to release the failed drive from the carrier. </li>
<li>Remove the failed hard from the plastic carrier enclosure. </li>
</ol>
<p><b>Inserting a New Hard Drive</b></p>
<ol>
<li>Insert the new hard drive so that it fits completely and snugly into the carrier. </li>
<li>Carefully slide the new drive into the server. Push firmly to install it completely, and then close the handle to lock the drive into place. <strong>       <br /></strong>The hard drive’s LED should turn green. </li>
<li>Close the front panel of the server.</li>
</ol>
<p><strong>Seagate Interactive Tutorial – </strong>Hard Drive Replacement<strong></strong>    <br /><img border="0" alt="View Flash Guide" src="http://support.seagate.com/kbimg/view_flash_english.jpg" /></p>
<p><strong>     <br /></strong></p>
<p><u><strong>Step 3 – Drive Removal/Replacement:</strong></u>    <br />The following provides the steps necessary for using Seagate’s BlackArmor Manager to claim a replacement drive and recover a RAID 5 volume.    <br /><strong>Note</strong>: It is assumed that you are logged into the BlackArmor Manager as an admin user before proceeding.</p>
<p><strong>Claiming the New HDD:</strong></p>
<ol>
<li>Mouseover <strong>Storage</strong> and click the <strong>Disk Manager</strong> link. The Disk Manager page opens. </li>
<li>Locate the replacement hard drive from the list provided (it should be listed as Foreign) and click on the <strong>Claim Disk</strong> icon. A window opens, asking you to confirm this request. </li>
<li>Click the <strong>OK</strong> button. The drive reclamation starts processing. When finished, the Disk Manager displays a text message stating that, &quot;HDD (hard disk drive)…claimed successfully&quot;. The disk is ready to be recovered into a volume. </li>
</ol>
<p><strong>Recovering the degraded RAID 5 Volume:</strong></p>
<ol>
<li>Mouseover <strong>Storage</strong> and click the <strong>Volumes</strong> link. The Volumes page opens. </li>
<li>Click the <strong>Recover</strong> icon. A Volumes page opens showing the Volume Name to be recovered and the Disk Selection (HDD Number). </li>
<li>Click the Submit button. A window opens asking you to confirm this request. </li>
<li>Click the <strong>OK</strong> button. The recovery starts processing. When finished, the Volumes page displays a text message stating &quot;RAID configuration changed successfully – resynching/formatting&quot;. </li>
</ol>
<p><strong>Note</strong>: Recovery may require a long time. Average recovery times vary from 4 &#8211; 12 hours, depending on the size of the volume. When finished the &quot;RAID configuration&#8230;&quot; message disappears.    <br />The RAID 5 volume is recovered.</p>
<p><strong>Seagate Interactive Tutorial – </strong>Recovering the RAID 5 Volume<strong></strong>    <br /><a href="http://seagate.custkb.com/"><img border="0" alt="View Flash Guide" src="http://support.seagate.com/kbimg/view_flash_english.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/seagate-blackarmor-manager-identifying-and-repairing-raid-5-volume.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I Create a RAID 5 Volume using Seagate&#8217;s BlackArmor Manager?</title>
		<link>http://www.raidrecoverytips.org/how-do-i-create-a-raid-5-volume-using-seagates-blackarmor-manager.html</link>
		<comments>http://www.raidrecoverytips.org/how-do-i-create-a-raid-5-volume-using-seagates-blackarmor-manager.html#comments</comments>
		<pubDate>Tue, 14 Jul 2009 00:46:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Configuration]]></category>
		<category><![CDATA[raid 5]]></category>
		<category><![CDATA[raid manager]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/how-do-i-create-a-raid-5-volume-using-seagates-blackarmor-manager.html</guid>
		<description><![CDATA[<p>A volume with RAID 5 is built from a minimum of three disk drives and uses data striping and parity data to provide redundancy. (Parity is extra information that is used to re-create data if a disk drive fails. In volumes with RAID 5, parity data is striped evenly across the disk drives with the stored data.) Parity data provides data protection, and striping improves performance.   <br />The following provides the steps necessary to create a RAID 0/1/5/10/Spanned/JBOD volume. It is assumes the following:</p>
<ul>
<li>You have backed up any/all critical data off of the BlackArmor NAS Server. </li>
<li>All previous unneeded volumes have&#8230;</li></ul>]]></description>
			<content:encoded><![CDATA[<p>A volume with RAID 5 is built from a minimum of three disk drives and uses data striping and parity data to provide redundancy. (Parity is extra information that is used to re-create data if a disk drive fails. In volumes with RAID 5, parity data is striped evenly across the disk drives with the stored data.) Parity data provides data protection, and striping improves performance.   <br />The following provides the steps necessary to create a RAID 0/1/5/10/Spanned/JBOD volume. It is assumes the following:</p>
<ul>
<li>You have backed up any/all critical data off of the BlackArmor NAS Server. </li>
<li>All previous unneeded volumes have been deleted. </li>
<li>You are currently logged into the BlackArmor Manager with <strong>admin</strong> privileges. </li>
</ul>
<p><strong>Procedure(s):</strong></p>
<ol>
<li>Mouseover <strong>Storage</strong> and click <strong>Volumes</strong>. The Volumes page opens. </li>
<li>Click the <strong>Add</strong> icon. The Volume Add Disk Selection page opens. Select the drives (HDDs) you wish to include in the volume. </li>
<li>Click <strong>Next</strong>. The Volume Add RAID Type page opens. Click on the <strong>RAID 5</strong> radio button. </li>
<li>Click <strong>Next</strong>. Enter the following information:
<ol>
<li><strong>Volume Name</strong></li>
<li><strong>Volume Description</strong></li>
<li>Check whether to <strong>Encrypt</strong> the volume. </li>
<li>Enter a <strong>Volume Size</strong> or check the <strong>Max</strong> box to use the entire space of the selected drives. </li>
</ol>
</li>
<li>Click <strong>Next</strong>. The Volume Add Summary page opens, showing you the settings for the volume. </li>
<li>Click <strong>Finish</strong>. Volume creation starts processing. When finished, the volume prepares. This may take awhile depending on the size of the volume. When finished, the message &quot;<em>RAID configuration changed successfully</em>&#8230;&quot; disappears, the volume is ready for use. </li>
</ol>
<p><strong>Seagate Video Tutorial – </strong><a href="http://www.seagate.com/staticfiles/support/flash/210017/stx_blkarmr_440_storage_raid5.html" target="_blank">Creating a RAID 5 Volume</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/how-do-i-create-a-raid-5-volume-using-seagates-blackarmor-manager.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I configure the NAS 4000 Series without RAID 5?</title>
		<link>http://www.raidrecoverytips.org/can-i-configure-the-nas-4000-series-without-raid-5-2.html</link>
		<comments>http://www.raidrecoverytips.org/can-i-configure-the-nas-4000-series-without-raid-5-2.html#comments</comments>
		<pubDate>Tue, 14 Jul 2009 00:22:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid Configuration]]></category>
		<category><![CDATA[nas 4000 series]]></category>
		<category><![CDATA[raid 5]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/can-i-configure-the-nas-4000-series-without-raid-5-2.html</guid>
		<description><![CDATA[<p>I don’t need the redundancy of RAID five and want more usable disk space. Can I configure the NAS 4000 Series without RAID 5? </p>
<p>Yes, you can the NAS 4000 Series for JBOD (just a bunch of disks), spanned, spanned and mirrored, or striped disk configurations. </p>
]]></description>
			<content:encoded><![CDATA[<p>I don’t need the redundancy of RAID five and want more usable disk space. Can I configure the NAS 4000 Series without RAID 5? </p>
<p>Yes, you can the NAS 4000 Series for JBOD (just a bunch of disks), spanned, spanned and mirrored, or striped disk configurations. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/can-i-configure-the-nas-4000-series-without-raid-5-2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
