<?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>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; raid</title> <atom:link href="http://www.ghacks.net/tag/raid/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 09:07:37 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>The Benefits of Raid 5</title><link>http://www.ghacks.net/2011/08/24/the-benefits-of-raid-5/</link> <comments>http://www.ghacks.net/2011/08/24/the-benefits-of-raid-5/#comments</comments> <pubDate>Wed, 24 Aug 2011 13:42:31 +0000</pubDate> <dc:creator>Melanie Gross</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[hardware raid]]></category> <category><![CDATA[nas]]></category> <category><![CDATA[raid]]></category> <category><![CDATA[storage]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=49518</guid> <description><![CDATA[If you’ve every suffered a hard drive failure, you’ll know how it feels to lose data. Even if you have a backup, it can be a pain having to copy everything back from a tape drive and there’s always that uncertainty as to whether the backups will work at all. RAID is an acronym that [...]]]></description> <content:encoded><![CDATA[<p>If you’ve every suffered a hard drive failure, you’ll know how it feels to lose data. Even if you have a backup, it can be a pain having to copy everything back from a tape drive and there’s always that uncertainty as to whether the backups will work at all.</p><p>RAID is an acronym that stands for Redundant Array of Independent Disks, and as this suggests, combines multiple hard-drives that work together, so that if one hard-drive goes down, your data storage does not. A basic RAID configuration might be Raid 1, or Raid 0.</p><p>Raid 1 is a basic raid setup where two disks are used together, and data is “mirrored” from one disk to another. The two disks are considered to be one disk as far as your operating system is concerned, and will continue to function as long as one disk remains operating. The advantage of Raid 1 is you can lose one drive and keep going. The disadvantage is if you use two drives say of 500GB, you only get 500GB of space, not 1TB. So you lose half of the space you’d normally have out of those two drives. So you’re trading space for redundancy.</p><p>Raid 0 isn’t really raid at all, and is where two or more disks are used together to increase the size of a virtual raid disk. For example, three 1TB drives work together to make one 3TB drive. The raid configuration also provides improved performance. The problem with this is, if one disk out of your three dies, then you lose the entire array. For this reason, Raid 0 isn’t used a great deal, except in combination with Raid 1. For example you could have two virtual raid 0 disks combined with Raid 1, so you get an increase in performance and redundancy thrown in. Using the examples above you could have a 3TB raid array combining raid 1 and raid 0, but that would cost you six 1TB drives.</p><p>Another way to do it, is to use raid 5. A raid 5 array distributes the data across the total amount of disks, increasing performance and at the same time providing redundancy. Using our six 1TB drives in raid 5 configuration, we would end up with a 5TB raid array. If any of the six disks go down, the array continues to operate, as it automatically uses data from the remaining five to reconstruct the data from the sixth. The array will have a reduced performance until the broken drive is replaced, but all data will be intact. The only way you can lose data with a raid 5 drive is if two drives fail at the same time, which is highly unlikely.  You can even configure a hot spare drive, that isn’t used in the raid array for any purpose except to be added should one of the main drives goes down. The hot spare can then be converted to an array drive and you continue until you install a replacement.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/08/synology-DiskStation-5-Bay.png" alt="synology DiskStation 5-Bay" title="synology DiskStation 5-Bay" width="505" height="330" class="alignnone size-full wp-image-49519" /></p><p>So to summarize, raid 5 allows you to store data with increased disk performance, and also allows you to lose one drive to failure without affecting your data.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/08/24/the-benefits-of-raid-5/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>ReclaiMe Free Raid Data Recovery</title><link>http://www.ghacks.net/2010/09/17/reclaime-free-raid-data-recovery/</link> <comments>http://www.ghacks.net/2010/09/17/reclaime-free-raid-data-recovery/#comments</comments> <pubDate>Fri, 17 Sep 2010 17:32:10 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[raid]]></category> <category><![CDATA[raid data recovery]]></category> <category><![CDATA[raid error]]></category> <category><![CDATA[raid fail]]></category> <category><![CDATA[raid recovery]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=34556</guid> <description><![CDATA[RAID, which is an acronym for redundant array of independent disks is used to divide or replicate data among multiple disk drives. Many motherboards and PCs come with options to use RAID, the sheer amount of different RAID schemes, complicated setup and horror stories about data loss due to corrupt or damaged drives in the [...]]]></description> <content:encoded><![CDATA[<p>RAID, which is an acronym for redundant array of independent disks is used to divide or replicate data among multiple disk drives. Many motherboards and PCs come with options to use RAID, the sheer amount of different RAID schemes, complicated setup and horror stories about data loss due to corrupt or damaged drives in the RAID keep many users from using the technology.</p><p>The two most known and popular RAID schemes are RAID 0 and RAID 1. Raid 0 is a scheme were multiple drives are used to improve the data read and write performance. This is achieved by utilizing all drives in the read and write process, instead of just one if no raid would be used. The increased speed comes at the cost of a higher data loss risk, as a single disk failure will destroy the RAID array so that the data cannot be accessed anymore.</p><p>Raid 1 utilizes the disks in a different way. It is generally known as a mirroring scheme, as all disks of the array store copies of the data. The benefit of this scheme is that there is always an immediate backup available if one of the disks fails, the disadvantage that half the combined space is used for the mirroring. Raid 1 causes only a small performance drop.</p><p>Raid data recovery has been created to troubleshoot and repair raid arrays. The effectiveness of the tool depends largely on the type of failure that is experienced.</p><p>RAID recovery is a free software program that can repair the following raid related parameters:</p><ul><li>Start offset and block size</li><li>Number of member disks</li><li>Member disks and data order</li><li>Parity position and rotation</li></ul><p>Preparations are needed to use the tool effectively. The most important aspect is to know exactly which hard drives are included in the raid, and which type of raid array needs to be recovered. For hardware raids, it is furthermore necessary to disconnect drives from a hardware raid before the raid can be recovered. We suggest to write down the exact setup to be able to recreate it at a later time.</p><div
id="attachment_34557" class="wp-caption alignnone" style="width: 424px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/09/raid-data-recovery.gif"><img
src="http://www.ghacks.net/wp-content/uploads/2010/09/raid-data-recovery.gif" alt="raid data recovery" title="raid data recovery" width="414" height="219" class="size-full wp-image-34557" /></a><p
class="wp-caption-text">raid data recovery</p></div><p>Raid Recovery supports creating a disk image, which can be used for the recovery instead of a damaged  drive. Then, all drives that are part of the setup need to be selected. The program displays the relevant information in its interface.</p><ul><li>For RAID 0 select a minimum of two devices from the list and click Start RAID 0</li><li>For RAID 0+1 and 1+0, select all the available member disks and click Start RAID 0. It is required to select a minimum of two disks.</li><li>For RAID 5, select all the available member disks and click Start RAID 5. Minimum of two disks is required. ReclaiMe Free RAID Recovery software can recover RAID 5 with one disk missing.</li></ul><p>Finally, after the disks have been selected the raid can be recovered by clicking on Start Raid 0 or Raid 5 in the program interface. This can take anywhere from a few minutes to a few hours. Data recovery may be needed in the end to recover data that has been damaged on the drives.</p><p>Raid Recovery is a free nice to have program that can be used to repair common raid failures. The program is compatible with 32-bit and 64-bit editions of the Windows operating system, and <a
href="http://www.freeraidrecovery.com/Default.aspx">available</a> for download at the developer website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/09/17/reclaime-free-raid-data-recovery/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>OCZ Z-Drive</title><link>http://www.ghacks.net/2009/04/07/ocz-z-drive/</link> <comments>http://www.ghacks.net/2009/04/07/ocz-z-drive/#comments</comments> <pubDate>Tue, 07 Apr 2009 14:41:57 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Hardware]]></category> <category><![CDATA[hard-drives]]></category> <category><![CDATA[ocz]]></category> <category><![CDATA[ocz z-drive]]></category> <category><![CDATA[raid]]></category> <category><![CDATA[solid state drive]]></category> <category><![CDATA[ssd]]></category> <category><![CDATA[ssd raid]]></category> <category><![CDATA[z-drive]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/04/07/ocz-z-drive/</guid> <description><![CDATA[One of the latest hardware trends seems to be Solid State Drive (SSD) Raids. We already mentioned the 24 monster SSD Raid video that was uploaded to Youtube as part of Samsungs campaign to promote their SSD drives. This is obviously nothing that end users will ever user as it is hardly affordable and practical. [...]]]></description> <content:encoded><![CDATA[<p>One of the latest hardware trends seems to be Solid State Drive (SSD) Raids. We already mentioned the 24 monster <a
href="http://www.ghacks.net/2009/03/10/samsung-24-ssd-raid-viral-marketing/">SSD Raid</a> video that was uploaded to Youtube as part of Samsungs campaign to promote their SSD drives. This is obviously nothing that end users will ever user as it is hardly affordable and practical.</p><p>OCZ on the other hand seems to be one of the driving forces in SSD technology at this point in time. Their <a
href="http://www.ghacks.net/2009/02/27/ocz-vertex-series-120gb-ssd/">OCZ Vertex</a> drives look really promising in both read and write performance. Old Solid State Drives usually excelled in read performance but lacked the necessary write performance.</p><p>Their latest hardware that was first shown at the Cebit in Germany is the OCZ Z-Drive. This piece of computer hardware is connected via PCI Express to a computer system taking up two slots because of its dimensions. It is made up of four 256 Gigabyte MLC-based OCZ Solid State Drives and 256 Megabytes of ECC DDR2 RAM. This adds up to a total storage capacity of 1 Terabyte and promises maximum read rates of 600 MB/s and read rates of 500 MB/s. The sustained write speed is said to be 400 MB/s.</p><p><span
id="more-11755"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/ocz_z-drive-500x254.jpg" alt="ocz z-drive" title="ocz z-drive" width="500" height="254" class="alignnone size-medium wp-image-11754" /></p><p>The only drawback is the hefty price tag which is expected to be between $1500 and $2000. The OCZ Z-Drive is expected to be available in April 2009 with additional models following later this year.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/04/07/ocz-z-drive/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Raid Tutorial</title><link>http://www.ghacks.net/2006/04/25/raid-tutorial/</link> <comments>http://www.ghacks.net/2006/04/25/raid-tutorial/#comments</comments> <pubDate>Tue, 25 Apr 2006 05:46:53 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[hard-drives]]></category> <category><![CDATA[raid]]></category> <category><![CDATA[raid tutorial]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/04/25/raid-tutorial/</guid> <description><![CDATA[Raid which means Redundant Array Of Independent Disks has been mostly used as a technology for servers. This is slowly changing as users are becoming aware of the possibilities of a raid system. There are many RAID configurations out there the most common ones are Raid 0 (Striped Disk Array) and Raid 1 (Mirroring).]]></description> <content:encoded><![CDATA[<p>Raid which means Redundant Array Of Independent Disks has been mostly used as a technology for servers. This is slowly changing as users are becoming aware of the possibilities of a raid system. There are many RAID configurations out there the most common ones are Raid 0 (Striped Disk Array) and Raid 1 (Mirroring).</p><p>The <a
target="_blank" href="http://www.acnc.com/04_01_00.html">Raid Tutorial</a> explains all Raid modes (0,1,2,3,4,5,6,10,50,0+1) in a great way. You see a diagram which explains the dataflow visually. Below the diagram is an characteristics &#038; advantages and a disadvantages as well as one for recommended applications. Take a look, its great, fast loading and does not take to much time to understand the Raid concept and which you should chose if you want to switch to Raid.</p><p><span
id="more-441"></span></p><p>[tags]raid, raid  system, Redundant Array Of Independent Disks, hard drive, hard disk, hd, mirror[/tags]</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/04/25/raid-tutorial/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> </channel> </rss>
