{"id":10418,"date":"2019-02-26T10:53:35","date_gmt":"2019-02-26T18:53:35","guid":{"rendered":"https:drivesaversdatarecovery.com\/\/?p=10418"},"modified":"2026-02-25T05:48:08","modified_gmt":"2026-02-25T13:48:08","slug":"raid-glossary","status":"publish","type":"post","link":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/blog\/raid-glossary\/","title":{"rendered":"RAID Glossary"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><div class=\"vc_row wpb_row vc_row-fluid wpex-relative\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<p><em>By Mike Cobb, Director of Engineering<\/em><\/p>\n<h4>Thinking about using RAID configurations in your data storage strategy but not sure what the alphabet soup acronym means, and which type to use? Start here and learn the basic language.<\/h4>\n<p style=\"text-align: center;\"><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/xPYYKFR3-4A\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<h2>RAID DEFINED<\/h2>\n<p>RAID is shorthand for redundant array of independent disks, and refers to drives that work together to store data across two or more disks. The term dates back to 1987, when University of California, Berkeley researchers noted that mainframe computers could benefit from the \u201cinexpensive disks\u201d then flooding the personal computer market. Indeed, the original paper referred to &#8220;redundant array of inexpensive disks.&#8221; This method allows data to be mapped across disks to provide redundancy. The technology was first applied to storage media for mainframes, with the idea being that if any one of the drives failed, the data would be preserved. While RAID initially applied to hard disks, SSD storage can be configured in this format as well, either with other SSDs or with hard disks.<\/p>\n<p>At its most basic, RAID describes how data can be distributed across different storage devices. How data is distributed or accessed will depend upon which level you choose.<\/p>\n<h2>HOW RAID WORKS<\/h2>\n<p>In nearly all levels of RAID, the technology relies on interpreting \u201cparity\u201d in service of \u201cfault tolerance.&#8221; Parity refers to error protection. Fault tolerance allows a system to operate in the event of a component failure. Those levels with parity rely on striping blocks of data across two or more drives.<\/p>\n<p>There are six core levels\u20140, 1, 5, 6, 10 and 50. Levels 2, 3 and 4 are either obsolete or rarely used. In all of these, the idea is that multiple storage devices are represented as a single drive volume. Depending upon the implementation, you will see an increase in the total volume storage capacity based on the use of multiple disks. (Only RAID 1 mirrored results in a net reduction of capacity.) However, total useable storage capacity will always be 25\u201350% less than the actual available space.<\/p>\n<h2>SOFTWARE AND HARDWARE RAID<\/h2>\n<p>RAID requires a disk controller or software that governs how the data should be written to disk. The hardware option uses the physical RAID controller, which includes a dedicated CPU. Software RAID is built into the operating system, where specific operating systems may support specific levels and nestings. A solution may be hardware, software or a combination.<\/p>\n<h2>WHY USE RAID?<\/h2>\n<p>The reasons for choosing to use RAID over other data storage approaches comes back to the technology\u2019s use of \u201cparity\u201d to provide fault tolerance. With RAID, you have a level of data redundancy that\u2019s designed to give you security that your data will be safe in the event of a hardware (storage media) failure. This type of system won\u2019t negate the concept of needing a second backup but it does offer an extra safeguard. It&#8217;s a good hedge to protect against hardware failure, as opposed to data corruption caused by the operating system or other software glitch.<\/p>\n<h2>RAID\u2019S ROLE IN A BACKUP STRATEGY<\/h2>\n<p>It cannot be stressed enough that using a RAID is not a backup strategy unto itself. Think of it as a data survival strategy as opposed to a backup strategy. Depending upon the level you use, RAID can provide a performance boost or an additional layer of protection against a hardware failure; however, this technology should not be equated with backup. It&#8217;s just one component within a backup strategy that should include cloud backup and a second hardware backup as well. Particularly for home- and small-office implementations, these redundant systems are now easier to back up than it used to be, thanks to the ever-increasing hard drive capacity and how some NAS boxes include a USB port for backing up the array to another device.<\/p>\n<h3>Parity<\/h3>\n<p>Parity, or parity bits, are binary code that act as checksums for tracking errors in data transmissions. A data bit (a 1 or a 0) gets added to the end of each data block, creating either odd or even bits, and enables a damaged disk to be reconstructed without any loss of data. For a RAID to be functioning properly, it will go through error checking algorithms that ensure data integrity and detects errors using logical data operations.<\/p>\n<h3>Fault Tolerance<\/h3>\n<p>In RAID, the idea is that fault tolerance comes from the fact that data parity is spread across two or more drives\u2014or can be on one dedicated \u201cparity drive,\u201d depending upon the RAID level. Should a designated data drive fail, the parity data can be used to rebuild the data\u2014and rebuild the drive array.<\/p>\n<p>In levels 1 and higher, there is less usable storage than the actual drives add up to. In a similar principle, RAID levels work based off of the lowest common denominator, i.e. the smallest drive capacity in play. That means that if, for some reason, you mix a 1TB drive with three 2TB drives, all drives will only act as if they\u2019re using the 1TB of space. This is less of an issue than it used to be, given the ever-dropping cost of storage, but it remains a point of interest that you\u2019ll maximize your storage capacity by using drives with matching capacity.<\/p>\n<h2>RAID LEVELS EXPLAINED<\/h2>\n<p>RAID has, historically, been one of the more complex and confusingly described technologies in storage. While RAID is generally recognized to include levels 0, 1, 5, 6, 10 and 50, 0, 1 and 10 do not provide the same level of redundancy and fault tolerance of 5, 6 and 50. So let\u2019s consider the different levels and which ones are no longer relevant.<\/p>\n<h3><a href=\"https:\/\/drivesaversdatarecovery.com\/zh-hk\/data-recovery-services\/devices-supported\/raid-nas-san\/raid-0-data-recovery\/\">RAID 0<\/a><\/h3>\n<p>Often referred to as \u201cdata striping,\u201d this is the other RAID level that\u2019s a misnomer since it inherently lacks redundancy and parity. The total capacity of a RAID 0 volume equals the capacity of the drives paired together. For example, if two 2TB drives are striped together in RAID 0, they would become a single 4TB volume. If one drive fails, the entire volume fails, since two drives \u201cstriped\u201d together are seen as a single volume. In this example, the data is written evenly across both drives, which boosts both the read and write throughput. This setup is often used for storage in performance-driven systems, such as gaming PCs, as well as for live streaming and video-on-demand applications in which data reliability takes a backseat to throughput. Works with a minimum of two disks.<\/p>\n<h3><a href=\"https:\/\/drivesaversdatarecovery.com\/zh-hk\/data-recovery-services\/devices-supported\/raid-nas-san\/raid-1-data-recovery\/\">RAID 1<\/a><\/h3>\n<p>Known as \u201cdata mirroring,\u201d this level also lacks redundancy. RAID 1 mirrored involves data being written to a pair of drives, hence why it\u2019s referred to as \u201cmirroring.\u201d You don\u2019t look to this type of setup for performance enhancements; rather, you can expect slower write performance since data has to be written to both drives simultaneously. Since this setup lacks parity and striping, it\u2019s not well-suited for backup. If one drive fails, the data is duplicated on the second drive and can be rebuilt to a new disk. However, if one drive ends up with a problem due to a software corruption, that will be reflected on the mirrored disk, thereby causing the failover storage RAID 1 provides moot. This setup works with two or more pairs of disks.<\/p>\n<h3>RAID 2<\/h3>\n<p>As of 2014, this level was no longer being used commercially.<\/p>\n<h3>RAID 3<\/h3>\n<p>This level is another relic of the past; while it does exist in the wild, but is otherwise not a commonly used setup. RAID 3 is considered a byte-level, dual parity system, with parity data written to two locations per the SNIA definition of the term. Disks are synchronized while in rotation, and the data stripe size scales up to the size of the exported block size. Also not commonly used.<\/p>\n<h3>RAID 4<\/h3>\n<p>RAID 4 another varietal that is no longer in vogue. It is described as block-level striping, with a dedicated parity drive. This is the first level where multiple input\/output read operations can happen in parallel, as opposed to having one read operation across all drives. This results in better performance over levels 2 and 3, for example, especially when dealing with small files. Since every write operation requires a write to the parity drive, the parity drive can experience more wear and tear than the data drives.<\/p>\n<h3><a href=\"https:\/\/drivesaversdatarecovery.com\/zh-hk\/data-recovery-services\/devices-supported\/raid-nas-san\/raid-5-data-recovery\/\">RAID 5<\/a><\/h3>\n<p>This RAID level supports both fault tolerance and parity, and was designed as an alternative to RAID 4\u2019s dedicated parity drive. With this setup, the array stripes parity data across all drives, reserving the equivalent of a drive\u2019s capacity across all drives in the array so data can be parsed among the drives. By distributing the parity bits, it reduces wear-and-tear on any one drive\u2014parity bits would rotate evenly among the drives and improves the read performance since data is accessed from multiple disks (although, with servers and large data sets, parity can slow write performance). The data stripe size is at least the same size as the exported block size, but could exceed the block size.<\/p>\n<p>RAID 5 uses an extra disk to rebuild lost data, which means the minimum disk configuration is three drives. This will protect against a single drive failure; however, there is one gotcha: After you replace a failed drive, this setup puts an extreme load on the other drives as it works to rebuild the array, which in turn could lead to a second drive failure\u2014particularly if the reconstruction process encounters an unrecoverable read error rate on a drive (at which point, reconstruction ends). It is for this reason that RAID 5 is not recommended for use with enterprise storage, though it is well-suited for file storage servers, including home and small-office NAS systems. This setup requires a minimum of three disks.<\/p>\n<h3><a href=\"https:\/\/drivesaversdatarecovery.com\/zh-hk\/data-recovery-services\/devices-supported\/raid-nas-san\/raid-6-data-recovery\/\">RAID 6<\/a><\/h3>\n<p>This could be considered the most fault tolerant varietal but it also provides the lowest usable capacity. Like <a href=\"\/zh-hk\/data-recovery-services\/devices-supported\/raid-nas-san\/raid-5-data-recovery\/\">RAID 5<\/a>, 6 uses block-level data striping; however, it differs from by having what\u2019s called \u201cdouble parity,\u201d or an extra parity block. The use of double parity works to provide fault tolerance for two drives, as opposed to the one drive in RAID 5. This approaches against the possibility of both a drive failure and an unrecoverable read error, and is why RAID 6 is especially appropriate for larger disk capacities, file storage servers and application servers. Four disks is the minimum number for this setup.<\/p>\n<h3><a href=\"\/zh-hk\/data-recovery-services\/devices-supported\/raid-nas-san\/raid-10-data-recovery\/\">RAID 10<\/a><\/h3>\n<p>Some would define RAID 10 as the first of the \u201cnested\u201d RAID levels, and is often alternately referred to as 1+0 or 0+1, depending on how it is implemented. This setup offers the best combination of security and performance by combining the striping of RAID 0 with the data mirroring of RAID 1.<\/p>\n<p>If RAID 10 is used to stripe mirrored drives, the mirroring nomenclature comes first, and it is referred to as 1+0. If it is used to accomplish the reverse, where you\u2019re mirroring striped drives, the striped nomenclature dominates and it is called 0+1. As with striping in RAID 0, RAID 10 will exhibit performance improvements over straightforward mirroring. To use this setup in either nested variation, you\u2019ll need a minimum of four disk drives, and your maximum capacity will be the equivalent capacity of two of those drives.<\/p>\n<h3><a href=\"https:\/\/drivesaversdatarecovery.com\/zh-hk\/data-recovery-services\/devices-supported\/raid-nas-san\/raid-50-data-recovery\/\">RAID 50<\/a><\/h3>\n<p>Like RAID 10, RAID 50 is a nested level. It may also be referred to as 5+0. This setup combines striping with distributed parity by striping data across two RAID 5 arrays. This combination allows up to four failed drives, provided each failed drive is on a different RAID 5 within the 5+0. However, if multiple drives fail on the same array, you may not be so lucky.<\/p>\n<h2>Further Reading<\/h2>\n<p>Interested in learning more about RAID? Here are some articles you may find helpful.<\/p>\n<ul>\n<li><a href=\"https:\/\/drivesaversdatarecovery.com\/zh-hk\/data-recovery-services\/devices-supported\/raid-nas-san\/raid-data-recovery\/\">RAID \u6570\u636e\u6062\u590d<\/a><\/li>\n<li><a href=\"https:\/\/drivesaversdatarecovery.com\/zh-hk\/raid-spring-cleaning-tips\/\">RAID Spring Cleaning Tips<\/a><\/li>\n<li><a href=\"https:\/\/drivesaversdatarecovery.com\/zh-hk\/data-recovery-services\/devices-supported\/raid-nas-san\/\">RAID Data Recovery Guide and Tips<\/a><\/li>\n<li><a href=\"https:\/\/drivesaversdatarecovery.com\/zh-hk\/raid-systems-are-not-infallible\/\">RAID Systems Are Not Infallible<\/a><\/li>\n<li><a href=\"https:\/\/drivesaversdatarecovery.com\/zh-hk\/naspa-three-misconceptions-about-raids\/\">Three Misconceptions About RAIDs<\/a><br \/>\n\n\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"wpb_text_column wpb_content_element\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<\/li>\n<\/ul>\n<div class=\"vc_row wpb_row vc_row-fluid\">\n<div class=\"wpb_column vc_column_container vc_col-sm-12\">\n<div class=\"vc_column-inner\">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element\">\n<div class=\"wpb_wrapper\">\n<h2>BACK UP YOUR DATA<\/h2>\n<p>Backing up your data seems like a no-brainer, and it should be! But there are still people out there who don\u2019t.<\/p>\n<p>According to<a href=\"https:\/\/www.backblaze.com\/blog\/computer-backup-awareness-in-2018\/\">\u00a0Backblaze<\/a>, 76 percent of users do back up their information. That\u2019s not too shabby, but in reality most of those users only back up once a year. Think about everything you generate in a year\u2019s time. Do you really think protecting your data only once a year is OK?<\/p>\n<p>With easy access to\u00a0<b>personal cloud storage,<\/b>\u00a0there\u2019s really no excuse not to back up your data. There are even several applications available to automatically handle the task. This is a \u201cset it and forget it\u201d situation, meaning you don\u2019t even have to get involved! Or you can stick to the old-fashioned way, and use a good old external hard drive. It really doesn\u2019t matter how you back up your data, just do it!<\/p>\n<p>Of course, no matter how you choose to back up your information, understand a\u00a0<b>RAID array<\/b>\u00a0is\u00a0<i>not<\/i>\u00a0a backup plan. So get on a backup schedule, follow that schedule and protect your data!<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"vc_row wpb_row vc_row-fluid\">\n<div class=\"wpb_column vc_column_container vc_col-sm-12\">\n<div class=\"vc_column-inner\">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element\">\n<div class=\"wpb_wrapper\">\n<h2>PREPARE FOR FAILURE<\/h2>\n<p>The question is not\u00a0<i>if<\/i>\u00a0your hard drive will fail, but when. In the case of\u00a0<b>RAID hard drives<\/b>, they\u2019re usually comprised of hard drives created at the same time, with the same materials, by the same manufacturer. It stands to reason they\u2019ll all probably fail at or around the same time.<\/p>\n<p>Not even three or more hard drives can protect your information if they fail all at once. So keep your data safe by regularly monitoring the status of the\u00a0<b>RAID drives<\/b>. Track your\u00a0<b>RAID array\u00a0<\/b>use, and create a plan of action to swiftly respond to any RAID failure.<\/p>\n<p>If you notice one\u00a0<b>RAID array failure<\/b>, replace the drive immediately. Wait too long, and you may have two or three hard drives down by the time you get around to fixing it. When that happens, for the best chance of recovering your data, definitely call in a data recovery professional.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"vc_row wpb_row vc_row-fluid\">\n<div class=\"wpb_column vc_column_container vc_col-sm-12\">\n<div class=\"vc_column-inner\">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element\">\n<div class=\"wpb_wrapper\">\n<h2>TOO MANY FAILED DISKS<\/h2>\n<p>When you\u2019re confronted with a failing\u00a0<b>RAID hard drive<\/b>, you may be tempted to perform a rebuild operation. This is a process where data is copied to a different drive while the failed drive is replaced. After the fix, the data is restored, and you can get back to work.<\/p>\n<p>You may have success with a rebuild if there\u2019s only one disk to replace. In such cases,\u00a0<b>RAID hard drives\u00a0<\/b>usually have a \u201chot plug\u201d where hard drives can be (somewhat) easily switched out. Once the bad drive is replaced, the user can run the rebuild operation and essentially start over without losing any data.<\/p>\n<p>But this solution isn\u2019t completely foolproof. There\u2019s always the chance of something going wrong during the rebuild that causes additional damage. Before you do something you can\u2019t undo, consider using a data recovery specialist to extract your information.<\/p>\n<p>When two or more disks fail on your\u00a0<b>RAID hard drive<\/b>, your best bet to prevent data loss is to send the drive to a data recovery specialist. If you attempt to replace more than one\u00a0<b>RAID drive\u00a0<\/b>yourself\u00a0and run a rebuild, you risk losing your data forever. So don\u2019t!<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"vc_row wpb_row vc_row-fluid\">\n<div class=\"wpb_column vc_column_container vc_col-sm-12\">\n<div class=\"vc_column-inner\">\n<div class=\"wpb_wrapper\">\n<div class=\"wpb_text_column wpb_content_element\">\n<div class=\"wpb_wrapper\">\n<h2>TAKE A PICTURE, IT LASTS LONGER<\/h2>\n<p>If you do attempt to rebuild your\u00a0<b>RAID hard drive<\/b>, create an image of the hard disks\u2019 content\u00a0<i>before<\/i>\u00a0you begin to rebuild.<\/p>\n<p>Again, rebuilds aren\u2019t a guarantee, especially when you take on the task by yourself. But with an image of the content, you stand a chance of recovering the data should the rebuild fail. In that situation, a data recovery specialist can use your images to recreate the\u00a0<b>RAID drive.\u00a0<\/b>Just be sure to label the content.<\/p>\n<p>While there are many advantages to using a\u00a0<b>RAID hard drive<\/b>, no piece of hardware is ever perfect. Like all technology, they\u2019re fallible, complex and will, at some point, fail.<\/p>\n<p>Take steps to prevent\u00a0<b>RAID failure\u00a0<\/b>and data loss. But if you do find yourself in need of\u00a0<b>RAID drive data recovery<\/b>,\u00a0<a href=\"\/zh-hk\/\">contact Drivesavers to get your data back!\u00a0<\/a><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"By Mike Cobb, Director of Engineering Thinking about using RAID configurations in your data storage strategy but not sure what the alphabet soup acronym means, and which type to use? Start here and learn the basic language. RAID DEFINED RAID is shorthand for redundant array of independent disks, and refers to drives that work together&hellip;","protected":false},"author":25,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[264],"tags":[314],"post_series":[],"class_list":["post-10418","post","type-post","status-publish","format-standard","hentry","category-blog","tag-raid","entry","no-media"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.9 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What is RAID? RAID Glossary and Video | DriveSavers<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/drivesaversdatarecovery.com\/zh-hk\/blog\/raid-glossary\/\" \/>\n<meta property=\"og:locale\" content=\"zh_HK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"RAID Glossary\" \/>\n<meta property=\"og:url\" content=\"https:\/\/drivesaversdatarecovery.com\/zh-hk\/blog\/raid-glossary\/\" \/>\n<meta property=\"og:site_name\" content=\"DriveSavers Data Recovery Services\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/DriveSavers\" \/>\n<meta property=\"article:published_time\" content=\"2019-02-26T18:53:35+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-25T13:48:08+00:00\" \/>\n<meta name=\"author\" content=\"Mike Cobb\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@drivesavers\" \/>\n<meta name=\"twitter:site\" content=\"@drivesavers\" \/>\n<meta name=\"twitter:label1\" content=\"\u4f5c\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mike Cobb\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u9810\u8a08\u95b1\u8b80\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 \u5206\u9418\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/blog\\\/raid-glossary\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/blog\\\/raid-glossary\\\/\"},\"author\":{\"name\":\"Mike Cobb\",\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/#\\\/schema\\\/person\\\/71a038c3b180b1f2df821d2b015b8ee6\"},\"headline\":\"RAID Glossary\",\"datePublished\":\"2019-02-26T18:53:35+00:00\",\"dateModified\":\"2026-02-25T13:48:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/blog\\\/raid-glossary\\\/\"},\"wordCount\":2646,\"publisher\":{\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/#organization\"},\"keywords\":[\"RAID\"],\"articleSection\":[\"DriveSavers Blog\"],\"inLanguage\":\"zh-HK\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/blog\\\/raid-glossary\\\/\",\"url\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/blog\\\/raid-glossary\\\/\",\"name\":\"What is RAID? RAID Glossary and Video | DriveSavers\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/#website\"},\"datePublished\":\"2019-02-26T18:53:35+00:00\",\"dateModified\":\"2026-02-25T13:48:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/blog\\\/raid-glossary\\\/#breadcrumb\"},\"inLanguage\":\"zh-HK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/drivesaversdatarecovery.com\\\/blog\\\/raid-glossary\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/blog\\\/raid-glossary\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"RAID Glossary\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/#website\",\"url\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/\",\"name\":\"DriveSavers Data Recovery Services\",\"description\":\"The Worldwide Leader in Data Recovery\",\"publisher\":{\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-HK\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/#organization\",\"name\":\"DriveSavers Data Recovery\",\"url\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Logo-01.png\",\"contentUrl\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/Logo-01.png\",\"width\":1092,\"height\":1087,\"caption\":\"DriveSavers Data Recovery\"},\"image\":{\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/DriveSavers\",\"https:\\\/\\\/x.com\\\/drivesavers\",\"https:\\\/\\\/www.instagram.com\\\/drivesavers\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/drivesavers-data-recovery\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/drivesavers\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCBlynLMdFWQgid-Gwm0zJ1A\",\"https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/DriveSavers\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/#\\\/schema\\\/person\\\/71a038c3b180b1f2df821d2b015b8ee6\",\"name\":\"Mike Cobb\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-HK\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/45c8d091f4e2a84113483109e20b50ac463596024c46f59a7ebcbfa90985755e?s=96&d=blank&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/45c8d091f4e2a84113483109e20b50ac463596024c46f59a7ebcbfa90985755e?s=96&d=blank&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/45c8d091f4e2a84113483109e20b50ac463596024c46f59a7ebcbfa90985755e?s=96&d=blank&r=g\",\"caption\":\"Mike Cobb\"},\"description\":\"Mike Cobb, Director of Engineering and CISO As Director of Engineering, Mike Cobb manages the day-to-day operations of the Engineering Department, including the physical and logical recoveries of rotational media, SSDs, smart devices and flash media. He also oversees the R&amp;D efforts for past, present, and future storage technologies. Mike encourages growth and ensures that each of the departments and their engineers continues to gain knowledge in their field. Each DriveSavers engineer has been trained to ensure the successful and complete recovery of data is their top priority. As Chief Information Security Officer (CISO), Mike oversees cybersecurity at DriveSavers, including maintaining and updating security certifications such as SOC 2 Type II compliance, coordinating company security policy, and employee cybersecurity education. Mike joined DriveSavers in 1994 and has a B.S. degree in Computer Science from the University of California, Riverside.\",\"sameAs\":[\"http:\\\/\\\/\\\/\"],\"url\":\"https:\\\/\\\/drivesaversdatarecovery.com\\\/zh-hk\\\/author\\\/mikecobb\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is RAID? RAID Glossary and Video | DriveSavers","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/blog\/raid-glossary\/","og_locale":"zh_HK","og_type":"article","og_title":"RAID Glossary","og_url":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/blog\/raid-glossary\/","og_site_name":"DriveSavers Data Recovery Services","article_publisher":"https:\/\/www.facebook.com\/DriveSavers","article_published_time":"2019-02-26T18:53:35+00:00","article_modified_time":"2026-02-25T13:48:08+00:00","author":"Mike Cobb","twitter_card":"summary_large_image","twitter_creator":"@drivesavers","twitter_site":"@drivesavers","twitter_misc":{"\u4f5c\u8005":"Mike Cobb","\u9810\u8a08\u95b1\u8b80\u6642\u9593":"12 \u5206\u9418"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/drivesaversdatarecovery.com\/blog\/raid-glossary\/#article","isPartOf":{"@id":"https:\/\/drivesaversdatarecovery.com\/blog\/raid-glossary\/"},"author":{"name":"Mike Cobb","@id":"https:\/\/drivesaversdatarecovery.com\/#\/schema\/person\/71a038c3b180b1f2df821d2b015b8ee6"},"headline":"RAID Glossary","datePublished":"2019-02-26T18:53:35+00:00","dateModified":"2026-02-25T13:48:08+00:00","mainEntityOfPage":{"@id":"https:\/\/drivesaversdatarecovery.com\/blog\/raid-glossary\/"},"wordCount":2646,"publisher":{"@id":"https:\/\/drivesaversdatarecovery.com\/#organization"},"keywords":["RAID"],"articleSection":["DriveSavers Blog"],"inLanguage":"zh-HK"},{"@type":"WebPage","@id":"https:\/\/drivesaversdatarecovery.com\/blog\/raid-glossary\/","url":"https:\/\/drivesaversdatarecovery.com\/blog\/raid-glossary\/","name":"What is RAID? RAID Glossary and Video | DriveSavers","isPartOf":{"@id":"https:\/\/drivesaversdatarecovery.com\/#website"},"datePublished":"2019-02-26T18:53:35+00:00","dateModified":"2026-02-25T13:48:08+00:00","breadcrumb":{"@id":"https:\/\/drivesaversdatarecovery.com\/blog\/raid-glossary\/#breadcrumb"},"inLanguage":"zh-HK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/drivesaversdatarecovery.com\/blog\/raid-glossary\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/drivesaversdatarecovery.com\/blog\/raid-glossary\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/drivesaversdatarecovery.com\/"},{"@type":"ListItem","position":2,"name":"RAID Glossary"}]},{"@type":"WebSite","@id":"https:\/\/drivesaversdatarecovery.com\/#website","url":"https:\/\/drivesaversdatarecovery.com\/","name":"DriveSavers \u8cc7\u6599\u5fa9\u539f\u670d\u52d9","description":"The Worldwide Leader in Data Recovery","publisher":{"@id":"https:\/\/drivesaversdatarecovery.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/drivesaversdatarecovery.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-HK"},{"@type":"Organization","@id":"https:\/\/drivesaversdatarecovery.com\/#organization","name":"DriveSavers \u8cc7\u6599\u6551\u63f4","url":"https:\/\/drivesaversdatarecovery.com\/","logo":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/drivesaversdatarecovery.com\/#\/schema\/logo\/image\/","url":"https:\/\/drivesaversdatarecovery.com\/wp-content\/uploads\/2021\/08\/Logo-01.png","contentUrl":"https:\/\/drivesaversdatarecovery.com\/wp-content\/uploads\/2021\/08\/Logo-01.png","width":1092,"height":1087,"caption":"DriveSavers Data Recovery"},"image":{"@id":"https:\/\/drivesaversdatarecovery.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/DriveSavers","https:\/\/x.com\/drivesavers","https:\/\/www.instagram.com\/drivesavers\/","https:\/\/www.linkedin.com\/company\/drivesavers-data-recovery\/","https:\/\/www.pinterest.com\/drivesavers\/","https:\/\/www.youtube.com\/channel\/UCBlynLMdFWQgid-Gwm0zJ1A","https:\/\/en.wikipedia.org\/wiki\/DriveSavers"]},{"@type":"Person","@id":"https:\/\/drivesaversdatarecovery.com\/#\/schema\/person\/71a038c3b180b1f2df821d2b015b8ee6","name":"Mike Cobb","image":{"@type":"ImageObject","inLanguage":"zh-HK","@id":"https:\/\/secure.gravatar.com\/avatar\/45c8d091f4e2a84113483109e20b50ac463596024c46f59a7ebcbfa90985755e?s=96&d=blank&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/45c8d091f4e2a84113483109e20b50ac463596024c46f59a7ebcbfa90985755e?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/45c8d091f4e2a84113483109e20b50ac463596024c46f59a7ebcbfa90985755e?s=96&d=blank&r=g","caption":"Mike Cobb"},"description":"Mike Cobb, Director of Engineering and CISO As Director of Engineering, Mike Cobb manages the day-to-day operations of the Engineering Department, including the physical and logical recoveries of rotational media, SSDs, smart devices and flash media. He also oversees the R&amp;D efforts for past, present, and future storage technologies. Mike encourages growth and ensures that each of the departments and their engineers continues to gain knowledge in their field. Each DriveSavers engineer has been trained to ensure the successful and complete recovery of data is their top priority. As Chief Information Security Officer (CISO), Mike oversees cybersecurity at DriveSavers, including maintaining and updating security certifications such as SOC 2 Type II compliance, coordinating company security policy, and employee cybersecurity education. Mike joined DriveSavers in 1994 and has a B.S. degree in Computer Science from the University of California, Riverside.","sameAs":["http:\/\/\/"],"url":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/author\/mikecobb\/"}]}},"_links":{"self":[{"href":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/wp-json\/wp\/v2\/posts\/10418","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/wp-json\/wp\/v2\/comments?post=10418"}],"version-history":[{"count":1,"href":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/wp-json\/wp\/v2\/posts\/10418\/revisions"}],"predecessor-version":[{"id":82702,"href":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/wp-json\/wp\/v2\/posts\/10418\/revisions\/82702"}],"wp:attachment":[{"href":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/wp-json\/wp\/v2\/media?parent=10418"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/wp-json\/wp\/v2\/categories?post=10418"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/wp-json\/wp\/v2\/tags?post=10418"},{"taxonomy":"post_series","embeddable":true,"href":"https:\/\/drivesaversdatarecovery.com\/zh-hk\/wp-json\/wp\/v2\/post_series?post=10418"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}