background preloader

RAID

Facebook Twitter

There are at least 3 kinds of RAID:

- Software RAID, the previously preferred way to RAID on Linux. You can find a simple RAID setup that doesn't consider UEFI or dual booting here.
- RAID capabilities provided by the filesystem like in btrfs and zfs.


- "Fake RAID" on motherboards, the option you chose. (ed. aka "Host RAID" or "BIOS RAID")
- Actual RAID cards with cache batteries. (ed. Hardware RAID) To RAID or not to RAID, that is the question. People often ask: Should I raid my disks? The question is simple, unfortunately the answer is not. So here I'm going to give you another guide to help you decide when a raid array is advantageous and how to go about it.

Notice that this guide also applies to SSD's, with the expection of the parts about mechanical failure. What is a RAID? RAID is the acronym for "Redundant Array of Inexpensive Disks". The idea behind RAID is to have a number of disks co-operate in such a way that it looks like one big disk. Why use a RAID? Now with these lower disks prices today, why would a video editor consider a raid array? 1. 2. Notice that it can be a combination of both reasons, it is not an 'either/or' reason. Does a video editor need RAID? No, if the above two reasons, redundancy and performance are not relevant. Re 1. Every mechanical disk will eventually fail, sometimes on the first day of use, sometimes only after several years of usage. Re 2. RAID basics Single or Multiple? Hardware or Software? Cos'è il RAID e come funziona - FASTWEB. Teorizzato nel 1988 da tre informatici americani, permette di migliorare le prestazioni del sistema e incrementare il livello di sicurezza dello storage dei dati Acronimo di Redundant Array of Inexpensive Disk, insieme ridondante di dischi economici (o Redundant Array of Indipendent Disk, insieme ridondante di dischi indipendenti), il RAID è una tecnologia informatica per il salvataggio delle stesse informazioni su più hard disk (e per questo ridondante).

Salvando gli stessi dati su più dischi, le operazioni di I/O (Input/Output) possono sovrapporsi, garantendo quindi un miglioramento nelle prestazioni generali del sistema. Rispetto all'utilizzo di un singolo hard disk, il RAID garantisce anche una maggiore capacità di salvataggio e un livello più elevato di affidabilità. Un sistema RAID fu descritto per la prima volta da David Patterson, Garth Gibson e Randy Katz nell'articolo “A Case for Redundant Arrays of Inexpensive Disks” pubblicato nel 1988.

Tipologie di RAID Data Striping. RAID. Il RAID può essere implementata anche nei PC normali, sono infatti disponibili schede raid a basso costo quando non già presente sulle schede madri più sofisticate, ma è una tecnica tipicamente storicamente impiegata nei server o nelle workstation che richiedano grandi volumi o elevate prestazioni di immagazzinamento di dati, ad esempio per ospitare una base di dati o una postazione di montaggio di audio o video digitali. Il RAID si trova comunemente anche nei NAS e, sempre, nei sistemi di storage per architetture blade.

Storia[modifica | modifica wikitesto] Il termine RAID è stato introdotto nel 1988 da David A. Patterson, Garth A. Gibson e Randy H. Katz nell'articolo A Case for Redundant Arrays of Inexpensive Disks (RAID) pubblicato negli atti della SIGMOD Conference (pagg. 109–116). Implementazioni RAID[modifica | modifica wikitesto] Sezionamento dei dati[modifica | modifica wikitesto] Economico o indipendente[modifica | modifica wikitesto] Vantaggi costo di implementazione basso;

RAID. RAID (originally redundant array of inexpensive disks, now commonly redundant array of independent disks) is a data storage virtualization technology that combines multiple physical disk drive components into a single logical unit for the purposes of data redundancy, performance improvement, or both.[1] History[edit] Although not yet using that terminology, the technologies of the five levels of RAID named in the June 1988 paper were used in various products prior to the paper's publication,[3] including the following: Industry RAID manufacturers later tended to interpret the acronym as standing for "redundant array of independent disks".[10][11][12][13] Overview[edit] Many RAID levels employ an error protection scheme called "parity", a widely used method in information technology to provide fault tolerance in a given set of data. RAID can also provide data security with solid-state drives (SSDs) without the expense of an all-SSD system.

Standard levels[edit] Nested (hybrid) RAID[edit] Hyperlink. R, acronimi informatica. RAID. (or, why you don't want to use the "RAID" provided by your motherboard) There are three types of RAID: Software RAIDFake RAIDHardware RAID I'll explain the differences and why they matter below. Note that I won't discuss the benefits (and downfalls) of RAID itself, as this information is widely available. Rather, I'll explain the benefits (and downfalls) of the 3 main types of RAID implementations, as this information is not widely available and misunderstanding or misinformation is very common. Software RAID Your kneejerk reaction is probably that this would be the worst option, throwing more hardware at a problem always makes it better, right? In Linux, you can create RAID devices using any regular block device (including whole drives, partitions, regular files, other RAID devices, etc) with mdadm.

Mdadm of course supports all of the features you'd expect like hot spares, hot swappable drives (hardware permitting), but it also has several other useful features. Fake RAID Hardware RAID. Differences between Hardware RAID, HBAs, and Software RAIDSTH. Software vs hardware RAID performance and cache usage. Raid 5 vs Raid 10. Il confronto tra Raid 5 e Raid 10 è uno degli argomenti più dibattuti su forum e blog. La domanda è all’incirca sempre la stessa avendo a disposizione 4 dischi è meglio configurare una Raid 5 o un Raid 10 (o 1+0).

Raid 5 Sopporta il fault di un disco, la rottura di un secondo disco comporta la perdita dei dati. Il numero massimo di dischi è teoricamente illimitato, ma normalmente si mantiene il numero massimo a 14 o meno in quanto la probabilità che due dischi del sistema si rompano in successione cresce con il crescere del numero di dischi. È buona norma utilizzare dischi identici ma di partite differenti (numeri di serie e/o date di produzione distinti). Consente letture parallele, ma scritture più lente a causa del calcolo della parità (4 accessi al disco per ogni operazione I/O). Raid 10 o (1+0) Ogni disco di ogni sistema RAID 1 può danneggiarsi senza far perdere dati al sistema. Quale configurazione è meglio scegliere? Subsys perf. Tuning. What is RAID 0, 1, 2, 3, 4, 5, 6 and 10 (1+0)? The Geek Redneck puts two Crucial M4 SSDs in RAID0!

RAID 0 array: multi OS config

Hard drive - Windows 7 Disk Management Spanned Volume vs Striped Volume. Set Up RAID. Hyperlink.