<?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/category/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>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>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 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>Seagate BlackArmor 440 / 420 FAQ</title>
		<link>http://www.raidrecoverytips.org/seagate-blackarmor-440-420-faq.html</link>
		<comments>http://www.raidrecoverytips.org/seagate-blackarmor-440-420-faq.html#comments</comments>
		<pubDate>Tue, 14 Jul 2009 01:12:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid drive]]></category>
		<category><![CDATA[raid server]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/seagate-blackarmor-440-420-faq.html</guid>
		<description><![CDATA[<p><strong>What is Seagate BlackArmor and how does it differ from Maxtor BlackArmor?</strong></p>
<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image6.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="seagate blackarmor 440" border="0" alt="seagate blackarmor 440" align="right" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image_thumb6.png" width="131" height="108" /></a> The name BlackArmor was first introduced in 2008 as a portable Full Disc Encryption drive, however, at that time it was termed the Maxtor BlackArmor.&#160; Now we are extending the use of that product name under the Seagate brand. Seagate BlackArmor is now the family name for a suite of storage solutions packaged for small business.&#160; The Seagate BlackArmor NAS 440 and Seagate BlackArmor NAS 420 network storage servers are just the first two solutions in what will be a complete lineup of BlackArmor products, to include 4 Bay,&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><strong>What is Seagate BlackArmor and how does it differ from Maxtor BlackArmor?</strong></p>
<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image6.png"><img style="border-bottom: 0px; border-left: 0px; margin: 0px; display: inline; border-top: 0px; border-right: 0px" title="seagate blackarmor 440" border="0" alt="seagate blackarmor 440" align="right" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/07/image_thumb6.png" width="131" height="108" /></a> The name BlackArmor was first introduced in 2008 as a portable Full Disc Encryption drive, however, at that time it was termed the Maxtor BlackArmor.&#160; Now we are extending the use of that product name under the Seagate brand. Seagate BlackArmor is now the family name for a suite of storage solutions packaged for small business.&#160; The Seagate BlackArmor NAS 440 and Seagate BlackArmor NAS 420 network storage servers are just the first two solutions in what will be a complete lineup of BlackArmor products, to include 4 Bay, 2 drive and 1 drive NAS products, Desktop direct attach products and portable products </p>
<p><strong>What are the System Requirements for the BlackArmor NAS 440?</strong></p>
<p><strong>PC On Network</strong></p>
<ul>
<li>Pentium III, 500MHz equivalent processor or higher </li>
<li>Microsoft® Windows® XP or Windows Vista® operating system     <br />(32-bit &amp; 64-bit support) </li>
<li>Internet Explorer 6.0 or later, or Firefox 2.X or later </li>
<li>256MB RAM or Higher </li>
<li>CD/DVD-ROM for software installation and system recovery </li>
</ul>
<p><strong>Mac On Network</strong></p>
<ul>
<li>Mac OS X 10.4.11 or later     <br />(both PPC &amp; Intel-Based Macs supported) </li>
<li>Apple Safari 3.1 or later </li>
<li>CD/DVD-ROM for software installation </li>
</ul>
<p><strong>What is the Warranty Period for the Seagate BlackArmor NAS 440?</strong></p>
<p>The Seagate BlackArmor NAS 440 comes with a 3-Year Limited Warranty.</p>
<p><strong>How much does a Seagate BlackArmor NAS 440 cost?</strong></p>
<p>Seagate BlackArmor NAS 440 and BlackArmor NAS 420 will be available for purchase through channel partners and select retailers at a manufacturers’ suggested retail prices (MSRP) of $799.99 USD for 2TB; $1,199.99 USD for 4TB; $1,699.99 USD for 6TB and $1,999.99 USD for 8TB (expected availability scheduled for May). </p>
<p><strong>What capacities are available with the BlackArmor NAS 440?</strong></p>
<p>The Seagate BlackArmor NAS 440 comes in the following sizes:</p>
<ul>
<li>2TB (NAS 420 ONLY) </li>
<li>4TB </li>
<li>6TB </li>
<li>8TB </li>
</ul>
<p><strong>What is the Seagate BlackArmor NAS 420?</strong></p>
<p>The 420 is essentially the BlackArmor NAS 440 with these differing characteristics:</p>
<ul>
<li>Ships with only two (2) hard drives; the other two hard drive bays are empty. </li>
<li>The default RAID configuration of a 420 is RAID 1, not RAID 5 like its 440 counterpart </li>
</ul>
<p><strong>Note</strong>: Although you will rarely see reference to Seagate BlackArmor 420, all FAQs found here refer to both Seagate BlackArmor NAS 440 and Seagate BlackArmor NAS 420 products together unless otherwise noted.</p>
<p><strong>How many Users can the Seagate BlackArmor support?</strong></p>
<p>The Seagate BlackArmor servers are targeted to the SMB/SOHO customer and are designed to support up to 50 clients. </p>
<p><strong>What is Seagate BlackArmor Backup and what can it actually back up?</strong></p>
<p>Seagate BlackArmor Backup is a comprehensive Backup Utility made by Acronis and skinned for use with the Seagate Black Armor Family. BlackArmor Backup can perform Full-System, Incremental and Custom backup</p>
<p><strong>How many Seagate BlackArmor Backup client licenses are provided with the Seagate BlackArmor NAS 440?</strong></p>
<p>BlackArmor ships with 10 licenses out-of-the-box, however, additional licenses can be purchased in 2 and 5 -set increments on the Seagate Website. </p>
<p><strong>Can I perform a Full System Backup and/or Restore with the Seagate BlackArmor Backup software?</strong></p>
<p>Yes you can use BlackArmor Backup software to perform Full System Backup of your Windows XP and/or Vista computer.   <br />You can also recover from system problems via the use of BlackArmor Recovery software included on the CD. With this CD, you can boot up your system, access the BlackArmor and Restore from a complete system backup.</p>
<p><strong>Can I use Time Machine to Back Up my Mac to the Seagate BlackArmor NAS 440?</strong></p>
<p>Apple does not support the use of Time Machine with networked drives, with the exception of its own Time Capsule. </p>
<p><strong>What is the difference between Port Aggregation and Port Replication? </strong></p>
<p>The server’s two LAN ports can be configured for <em>link aggregation</em>, which means you can connect both LAN ports to your network at the same time and improve transfer performance. Your BlackArmor server then uses both network connections simultaneously so that it can transfer data at a faster rate.</p>
<p><strong>Note: </strong>The speed of your network connection doesn’t change. With link aggregation, your BlackArmor server sends and receives information through both LAN ports at the same time, which increases “throughput”. Link aggregation is not unlike using two hoses to fill a bucket instead of one—using two hoses doesn’t make the water flow any faster, but the bucket fills more quickly. </p>
<p>Alternatively, you can use one LAN port to connect to your network and the other LAN port to set up <em>replication</em>, or archive backup, where an exact copy of the data on your BlackArmor server is created and maintained on a second BlackArmor server. </p>
<p><strong>Can I access the BlackArmor NAS 440 from PCs that are already part of a workgroup or domain?</strong></p>
<p>Yes – by default, the Seagate BlackArmor NAS 440 is configured to join the WORKGROUP Workgroup. However, with a couple of setting changes and Domain Admin authentication, the NAS 440 can become part of a Domain. It is important to point out that other factors need to be addressed before this product can effectively participate in Active Directory. Contact your System/Domain Admin if you require assistance.</p>
<p><strong>Is the Seagate BlackArmor NAS 440 compatible with Linux?</strong></p>
<p>Yes and No. The Seagate BlackArmor NAS 440’s Web UI can enable NFS access to shares when created or modified. These shares can then be mounted using various Linux GUI (e.g., KDE or Gnome) and/or Command-Line usage. Refer to your Linux documentation for more information.</p>
<p><strong>What Protocols are supported?</strong></p>
<p>The following Network Protocols are supported:</p>
<ul>
<li>HTTP </li>
</ul>
<ul>
<li>HTTPS </li>
</ul>
<ul>
<li>CIFS </li>
</ul>
<ul>
<li>FTP </li>
</ul>
<ul>
<li>NFS </li>
</ul>
<ul>
<li>Bonjour </li>
</ul>
<ul>
<li>Microsoft Rally </li>
</ul>
<p><strong>How do I know if my printer will work when connected to the Seagate BlackArmor NAS 440?</strong></p>
<p>The Seagate BlackArmor provides support for USB Printers when properly configured. Windows Users should configure a Network Printer and Mac Users should do the same or trying connecting through a Windows printer if one is configured for Windows Users.</p>
<p><strong>Note</strong>: USB, All-In-One (AIO) Printers are not supported</p>
<p><strong>What Levels of RAID are available with the Seagate BlackArmor NAS 440?</strong></p>
<p>By default, the Seagate BlackArmor NAS 440 comes with a pre-configured RAID 5 Volume. The Seagate BlackArmor 420 comes with a pre-configured RAID 1 Volume. However, both can be set with user-configurable RAID 0/1/5/10 &amp; JBOD volumes. By default the NAS 420 can be configured as RAID 0 or 1. The other RAID schemes become available when two (2) more drives are added to the unit. </p>
<p><strong>Are the hard drives in the Seagate BlackArmor NAS 440 hot – swappable? </strong></p>
<p>In the event of a Drive Failure, users can run the BlackArmor in a degraded state and replace the defective drive with a good drive. After which, you can rebuild the RAID volume using the BlackArmor Manager’s Web UI.</p>
<p><strong>Note</strong>: Never remove more than one (1) drive from the BlackArmor at any given time while power is on. Failure to do this may result in data loss.</p>
<p><strong>What other replacement parts are available for the Seagate BlackArmor NAS 440?</strong></p>
<p>Along with Hard Drives, you can also replace the following accessories:</p>
<ul>
<li>Cooling Fan </li>
<li>Hard Drive Tray/Sled </li>
<li>Power Supply </li>
</ul>
<p><strong>How can I remotely access the Seagate BlackArmor NAS 440?</strong></p>
<p>Users can remotely access and share content with others via Seagate Global Access. Users can also opt to provide remote access through Dynamic DNS as well.</p>
<p><strong>Can I share my music, movies and photos with media streaming devices?</strong></p>
<p>Yes. The BlackArmor NAS 440 is both iTunes Server and a DLNA Compliant Digital Media Server. This means that not only can you store digital content on your BlackArmor NAS 440; you can also stream it to systems using iTunes and other DLNA Media Adapters.</p>
<p><strong>Where can I find more information and/or help for the Seagate BlackArmor NAS 440?</strong></p>
<p>For more information about your BlackArmor server, see:</p>
<ul>
<li>BlackArmor Quick Start Guide (printed) </li>
<li>BlackArmor Manager Help </li>
<li>BlackArmor Discovery Help </li>
<li>BlackArmor Backup User Guide </li>
<li>BlackArmor Backup Help </li>
<li>Readme file </li>
</ul>
<p>For more information, please refer to the Seagate Web site at www.seagate.com. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/seagate-blackarmor-440-420-faq.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.html</link>
		<comments>http://www.raidrecoverytips.org/maxtor-onetouch-iii-turbo-raid-0-and-turbo-raid-01-product-overview.html#comments</comments>
		<pubDate>Tue, 14 Jul 2009 00:19:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid]]></category>
		<category><![CDATA[maxtor onetouch iii]]></category>
		<category><![CDATA[raid 0]]></category>
		<category><![CDATA[raid 1]]></category>
		<category><![CDATA[turbo raid 0/1]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/maxtor-onetouch-iii-turbo-raid-0-and-turbo-raid-01-product-overview.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>RAID 0    <br />Pros:</p>
<ul>
<li>1 file is stored on both drives. </li>
<li>Significantly improved throughput because two drives are being accessed to read or write the same file. </li>
<li>Large capacity volume. </li>
</ul>
<p><strong>Cons:</strong></p>
<ul>
<li>RAID 0 is not redundant. Files need to be backed up in case of drive failure. </li>
</ul>
<p><strong>Note:</strong>&#160; Stripe size = 64 KB. </p>
<p><img alt="Image1" src="http://support.seagate.com/kbimg/2620-1.jpg" width="138" height="253" /></p>
<p><strong>RAID 1</strong></p>
<p><strong>Pros:</strong></p>
<ul>
<li>1 <strong>full file</strong> is written to both drives simultaneously. </li>
<li>One drive is a mirrored copy of the other in case of drive failure, automatically. </li>
</ul>
<p><strong>Cons:</strong></p>
<ul>
<li>The capacity is cut in half in favor of reliability. </li>
</ul>
<p><img alt="Image" src="http://support.seagate.com/kbimg/2620-2.jpg" width="138" height="253" />
<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><strong>Specifications</strong></p>
<p>RAID 0   <br />RAID 0/1</p>
<p>Capacity   <br />600GB    <br />1TB</p>
<p><strong>Model</strong>    <br />G01Y006    <br />G01W010</p>
<p><strong>Hard Drives</strong>    <br />(two) 3.5-inch ATA</p>
<p><strong>RPM</strong>    <br />7200</p>
<p><strong>Integrated Interfaces</strong></p>
<ul>
<li>Firewire 800, IEEE 1394b, iLink, Up to 800Mbits/sec. </li>
<li>Firewire 400, IEEE 1394a, iLink, Up to 400Mbits/sec. </li>
<li>USB 2.0 and 1.1 &#8211; up to 480Mbits/sec. </li>
</ul>
<p><strong>Cache Buffer</strong>    <br />16MB (each drive)</p>
<p><strong>Platform</strong>    <br />Mac and PC</p>
<p><strong>Average seek time</strong>    <br />9 ms</p>
<p><strong>Sustained Transfer Rate (maximum)</strong>    <br />Firewire 800 &#8211; 91MBytes/sec     <br />Firewire 400 &#8211; 43MBytes/sec     <br />USB 2.0 &#8211; 33MBytes/sec</p>
<p><strong>Operating Temperature</strong>    <br />5°C to 35°C (41°F to 95°F)</p>
<p><strong>Dimensions</strong>    <br />5.4&quot; x 3.9&quot; x 8.5&quot; (136 x 98 x 217mm)</p>
<p><strong>Weight</strong>    <br />5.8 lbs (2.6 KG)</p>
<p><strong>Box Dimensions</strong>    <br />6&quot;H x 11&quot;W x 8.5&quot;D (152 x 279 x 216mm)</p>
<p><strong>System Requirements</strong></p>
<p><strong>Mac</strong></p>
<ul>
<li>FireWire 800 requires Mac OS X 10.2.8 or      <br />higher and FireWire 800 (9-pin) equipped       <br />computer </li>
<li>Apple G4 processor or greater </li>
<li>Mac OS X (10.2.8 or later): 128 MB (256      <br />recommended) RAM or more as required by       <br />operating system </li>
<li>CD-ROM drive </li>
<li>Internet connection (for system updates) </li>
</ul>
<p><strong>PC</strong></p>
<ul>
<li>FireWire 800 requires Windows 2000 or XP      <br />operating system and FireWire 800 (9-pin)       <br />equipped computer </li>
<li>Pentium III, 500 MHz equivalent processor or      <br />higher </li>
<li>Windows 2000 Professional, XP Professional,      <br />or XP Home Edition </li>
<li>128 MB (256 recommended) RAM or more as      <br />required by operating system </li>
<li>CD-ROM drive </li>
<li>Internet connection (for system updates) </li>
</ul>
<p><strong>Kit Includes</strong></p>
<ul>
<li>
<p>External Hard Drive</p>
</li>
<li>
<p>EMC® Retrospect® Express HD backup software</p>
</li>
<li>
<p>9 to 9 pin FireWire 800/1394/iLink cable</p>
</li>
<li>
<p>External AC power adapter</p>
</li>
<li>
<p>Installation CD with backup software and</p>
</li>
<li>
<p>User Guide</p>
</li>
<li>
<p>Quick Start Guide</p>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/maxtor-onetouch-iii-turbo-raid-0-and-turbo-raid-01-product-overview.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raid 1</title>
		<link>http://www.raidrecoverytips.org/raid-1.html</link>
		<comments>http://www.raidrecoverytips.org/raid-1.html#comments</comments>
		<pubDate>Fri, 03 Jul 2009 09:57:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid 1]]></category>
		<category><![CDATA[raid hard disk]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/?p=76</guid>
		<description><![CDATA[<p><strong>RAID &#8211; Wikipedia, the free encyclopedia</strong><br />
For instance, a 2-disk RAID 1 array loses half of the total capacity that &#8230;. For example, RAID 10 (or RAID 1+0) consists of several level 1 arrays of &#8230;<br />
en.wikipedia.org/wiki/RAID</p>
<p><strong>Standard RAID levels &#8211; Wikipedia, the free encyclopedia</strong><br />
A classic RAID 1 mirrored pair contains two disks (see diagram), which increases &#8230; Some older RAID 1 implementations would also read both disks &#8230;<br />
en.wikipedia.org/wiki/Standard_RAID_levels<br />
More results from en.wikipedia.org »</p>
<p><strong>RAID Level 1</strong><br />
Description: RAID 1 is usually implemented as mirroring; a drive has its data duplicated on two different drives using either a hardware RAID controller or &#8230;<br />
www.pcguide.com/ref/hdd/perf/raid/&#8230;/singleLevel1-c.html</p>
<p><strong>AC&#38;NC &#124; RAID.edu &#8211;&#8230;</strong></p>]]></description>
			<content:encoded><![CDATA[<p><strong>RAID &#8211; Wikipedia, the free encyclopedia</strong><br />
For instance, a 2-disk RAID 1 array loses half of the total capacity that &#8230;. For example, RAID 10 (or RAID 1+0) consists of several level 1 arrays of &#8230;<br />
en.wikipedia.org/wiki/RAID</p>
<p><strong>Standard RAID levels &#8211; Wikipedia, the free encyclopedia</strong><br />
A classic RAID 1 mirrored pair contains two disks (see diagram), which increases &#8230; Some older RAID 1 implementations would also read both disks &#8230;<br />
en.wikipedia.org/wiki/Standard_RAID_levels<br />
More results from en.wikipedia.org »</p>
<p><strong>RAID Level 1</strong><br />
Description: RAID 1 is usually implemented as mirroring; a drive has its data duplicated on two different drives using either a hardware RAID controller or &#8230;<br />
www.pcguide.com/ref/hdd/perf/raid/&#8230;/singleLevel1-c.html</p>
<p><strong>AC&amp;NC | RAID.edu &#8211; RAID Levels &#8211; RAID Level 1 &#8211; RAID 1</strong><br />
Complete description and an easy-to-understand diagram of RAID level 1. Advantages and disadvantages of RAID 1 are also discussed.<br />
www.acnc.com/04_01_01.html</p>
<p><strong>RAID 1 (mirror RAID) Explained</strong><br />
Help: RAID 1, Mirrored Hard Disks Explained and Defined.<br />
www.bestpricecomputers.co.uk/glossary/raid-1.htm &#8211; Similar</p>
<p><strong>Why is RAID 1+0 better than RAID 0+1?</strong><br />
21 Jan 2009 &#8230; Of late I&#8217;ve heard much talk about RAID 1+0 being better than RAID 0+1, but never got a good answer why. Leah and I started talking about &#8230;<br />
aput.net/~jheiss/raid10/</p>
<p><strong>What is RAID? &#8211; A Word Definition From the Webopedia Computer</strong> &#8230;<br />
4 Feb 2008 &#8230; Level 0+1 &#8212; A Mirror of Stripes: Not one of the original RAID levels, two RAID 0 stripes are created, and a RAID 1 mirror is created over &#8230;<br />
www.webopedia.com/TERM/R/RAID.html</p>
<p><strong>RAID1 &#8211; Mirroring</strong><br />
Considering the previous RAID 1 configuration, assume that da1 has failed and now needs to be replaced. To replace it, determine which disk has failed and &#8230;<br />
www.freebsd.org/doc/en/books/&#8230;/geom-mirror.html</p>
<p><strong>RAID-1, Part 1</strong><br />
What it is, when to use it, how to make a RAID-1 device for an ext2 partition.<br />
www.linuxjournal.com/article/5653</p>
<p><strong>High Performance SCSI &amp; RAID: What is RAID ?</strong><br />
Five types of array architectures, RAID-1 through RAID-5, were defined by the Berkeley paper, each providing disk fault-tolerance and each offering &#8230;<br />
www.staff.uni-mainz.de/neuffer/scsi/what_is_raid.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/raid-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raid 0</title>
		<link>http://www.raidrecoverytips.org/raid-0.html</link>
		<comments>http://www.raidrecoverytips.org/raid-0.html#comments</comments>
		<pubDate>Fri, 03 Jul 2009 09:54:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid]]></category>
		<category><![CDATA[raid 0]]></category>
		<category><![CDATA[raid array]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/?p=73</guid>
		<description><![CDATA[<p><strong>RAID &#8211; Wikipedia, the free encyclopedia</strong><br />
RAID 0 (striped disks) distributes data across several disks in a way that gives &#8230;. When the top array is a RAID 0 (such as in RAID 10 and RAID 50) most &#8230;<br />
en.wikipedia.org/wiki/RAID</p>
<p><strong>Standard RAID levels &#8211; Wikipedia, the free encyclopedia</strong><br />
A <a href="http://http://www.raidrecoverytips.org/category/raid-recovery"><strong>RAID 0</strong></a> can be created with disks of differing sizes, but the storage space added to &#8230; RAID 0 implementations with more than two disks are also possible, &#8230;<br />
en.wikipedia.org/wiki/Standard_RAID_levels<br />
More results from en.wikipedia.org »</p>
<p><strong>RAID Level 0</strong><br />
Common Name(s): RAID 0. (Note that the term &#8220;RAID 0&#8243; is sometimes used to mean not only the conventional striping technique described&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><strong>RAID &#8211; Wikipedia, the free encyclopedia</strong><br />
RAID 0 (striped disks) distributes data across several disks in a way that gives &#8230;. When the top array is a RAID 0 (such as in RAID 10 and RAID 50) most &#8230;<br />
en.wikipedia.org/wiki/RAID</p>
<p><strong>Standard RAID levels &#8211; Wikipedia, the free encyclopedia</strong><br />
A <a href="http://http://www.raidrecoverytips.org/category/raid-recovery"><strong>RAID 0</strong></a> can be created with disks of differing sizes, but the storage space added to &#8230; RAID 0 implementations with more than two disks are also possible, &#8230;<br />
en.wikipedia.org/wiki/Standard_RAID_levels<br />
More results from en.wikipedia.org »</p>
<p><strong>RAID Level 0</strong><br />
Common Name(s): RAID 0. (Note that the term &#8220;RAID 0&#8243; is sometimes used to mean not only the conventional striping technique described here but also other &#8230;<br />
www.pcguide.com/ref/hdd/perf/raid/&#8230;/singleLevel0-c.html</p>
<p><strong>What is RAID 0? Striping and RAID O explained</strong><br />
RAID 0, RAID O explained, striped hard disks, striping hard disks in RAID.<br />
www.bestpricecomputers.co.uk/glossary/raid-0.htm &#8211; Similar</p>
<p><strong>What is RAID? &#8211; A Word Definition From the Webopedia Computer</strong> &#8230;<br />
4 Feb 2008 &#8230; Level 0+1 &#8212; A Mirror of Stripes: Not one of the original RAID levels, two RAID 0 stripes are created, and a RAID 1 mirror is created over &#8230;<br />
www.webopedia.com/TERM/R/RAID.html</p>
<p><strong>Beginners Guides: Installing RAID on a Desktop PC &#8211; PCSTATS.com</strong><br />
Abstract: With the right number of identical hard drives, motherboards that support RAID can choose from RAID 0, RAID 1, and sometimes even RAID 0+1 for &#8230;<br />
www.pcstats.com/articleview.cfm?articleID=830</p>
<p><strong>AC&amp;NC | RAID.edu &#8211; RAID Levels &#8211; RAID Level 0 &#8211; RAID 0</strong><br />
Complete description and an easy-to-understand diagram of RAID level 0. Advantages and disadvantages of RAID 0 are also discussed.<br />
www.acnc.com/04_01_00.html</p>
<p><strong>OCZ Vertex SSD RAID-0 Performance | OCZ Vertex RAID-0,OCZ Vertex</strong> &#8230;<br />
But what if we put two Vertex SSDs into a striped RAID-0 array? Benchmark Reviews tests the speed and bandwidth of two OCZSSD2-1VTX120G SSDs against the &#8230;<br />
benchmarkreviews.com/index.php?option=com&#8230;</p>
<p><strong>The PhotoFast CR-7200 MicroSDHC RAID-0 CF adapter</strong><br />
Now this is a good idea: RAID together four 16GB MicroSDHC cards for a fast, 64GB Compact Flash card. I guess in theory &#8230;<br />
www.crunchgear.com/&#8230;/the-photofast-cr-7200-microsdhc-raid-0-cf-adapter/</p>
<p><strong>The Software-RAID HOWTO: RAID setup</strong><br />
The chunk-size affects read performance in the same way as in RAID-0, &#8230; On RAID-5, the chunk size has the same meaning for reads as for RAID-0. &#8230;<br />
tldp.org/HOWTO/Software-RAID-HOWTO-5.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/raid-0.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tar -xvf on AIX 4.3.3.0</title>
		<link>http://www.raidrecoverytips.org/tar-xvf-on-aix-4-3-3-0.html</link>
		<comments>http://www.raidrecoverytips.org/tar-xvf-on-aix-4-3-3-0.html#comments</comments>
		<pubDate>Fri, 19 Jun 2009 09:21:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Raid]]></category>
		<category><![CDATA[tape drive]]></category>
		<category><![CDATA[tape recovery]]></category>

		<guid isPermaLink="false">http://www.raidrecoverytips.org/tar-xvf-on-aix-4-3-3-0.html</guid>
		<description><![CDATA[<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/06/taperecovery1.jpg"><img title="tape recovery" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 10px; border-right-width: 0px" height="92" alt="tape recovery" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/06/taperecovery_thumb1.jpg" width="115" align="right" border="0" /></a> I am on a old AIX 4.3.3.0 trying to restore a backup on tape.     <br />The device /dev/rmt1 exist end I succeed to execute the following commend with correct result:     <br />tar -tvf /dev/rmt1     <br />I obtained the contain of the tape backup. It take approx. 2 hours.     <br />But when I try to make any restore, nothing happened, no message, nothing.     <br />Ex. of commmand I&#8217;ve tried:     <br />tar -xvf /dev/rmt1 ./oradata01/DBNAME/dbf/prodtai.dbf     <br />tar -xvf /dev/rmt1 &#8216;./oradata01/DBNAME/dbf/prodtai.dbf&#8217;     <br />tar -xvf /dev/rmt1     <br />tar &#8211; xvvf ./oradata01/DBNAME/dbf/prodtai.dbf     <br />No way.. and I do not know if tar generate some log somewhere &#8230;     <br />Any ideas Welcome!</p>
<blockquote><p>Not familiar with the AIX differences&#8230;</p></blockquote>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.raidrecoverytips.org/wp-content/uploads/2009/06/taperecovery1.jpg"><img title="tape recovery" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; margin: 0px 0px 0px 10px; border-right-width: 0px" height="92" alt="tape recovery" src="http://www.raidrecoverytips.org/wp-content/uploads/2009/06/taperecovery_thumb1.jpg" width="115" align="right" border="0" /></a> I am on a old AIX 4.3.3.0 trying to restore a backup on tape.     <br />The device /dev/rmt1 exist end I succeed to execute the following commend with correct result:     <br />tar -tvf /dev/rmt1     <br />I obtained the contain of the tape backup. It take approx. 2 hours.     <br />But when I try to make any restore, nothing happened, no message, nothing.     <br />Ex. of commmand I&#8217;ve tried:     <br />tar -xvf /dev/rmt1 ./oradata01/DBNAME/dbf/prodtai.dbf     <br />tar -xvf /dev/rmt1 &#8216;./oradata01/DBNAME/dbf/prodtai.dbf&#8217;     <br />tar -xvf /dev/rmt1     <br />tar &#8211; xvvf ./oradata01/DBNAME/dbf/prodtai.dbf     <br />No way.. and I do not know if tar generate some log somewhere &#8230;     <br />Any ideas Welcome!</p>
<blockquote><p>Not familiar with the AIX differences but on SCO you don&#8217;t get any messages if what you attempt to extract doesn&#8217;t match what is on the tape. It only shows successful extracts.      <br />You could make a listing of what is on the tape so you can be sure you are extracting what is stored on it. Try it as tar -tvf /dev/rmt1 &gt; /tmp/tapefiles.       <br />What happens with tar -tvf /dev/mt1 ?       <br />You generally can abort the long process by popping the tape when you get the info you need.</p>
</blockquote>
<blockquote><p>Hi Sammy! First of all thank you for your reply!      <br />That&#8217;s the &quot;funny&quot; think, I succeed to make a listing of what is on the tape using the cammand: tar -tvf /dev/rmt1       <br />But when I try to restore .. nothing.</p>
</blockquote>
<blockquote><p>I had suggested the dump to /tmp so you would have a total listing stored rather than having to list it via tar each time you wanted to know the contents.      <br />tar is persnickity (best word I know to describe it) in how it requires input commands.       <br />To get familiar with it I suggest (if you have a blank tape) that you do something like tar -cvf /dev/rmt1 /etc so you can see how it looks and works under conditions you know.       <br />The ./ in front of the files is significant, just don&#8217;t remember the causes and how it relates to creating and extracting. You may have help in manual pages, assuming you have them. Try &quot;man tar&quot; and see if something comes up. Everybody ought to know how tar works, but after probably 10 years of using a &quot;super tar&quot; I&#8217;ve forgotten most of the details.</p>
</blockquote>
<blockquote><p>Thank you for those interesting ways, Sammy!      <br />I will give a try with a new tape and re-read the f.. manual</p>
</blockquote>
<blockquote><p>And to get help from people who are familiar with the OS and the specific commands for the version you are using might I suggest that you post in one of the unix-aix forum.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.raidrecoverytips.org/tar-xvf-on-aix-4-3-3-0.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
