Difference between revisions of "Software RAID"

From CNM Wiki
Jump to: navigation, search
(ZFS)
 
Line 1: Line 1:
 
[[Software RAID]] is when the interaction of multiple drives is organized completely by software. [[RAID]] stands for [[redundant array of inexpensive disks]].
 
[[Software RAID]] is when the interaction of multiple drives is organized completely by software. [[RAID]] stands for [[redundant array of inexpensive disks]].
 +
 +
''Software'' was originally developed in early 2000s as replacement for hardware RAID. However, CPUs were not powerful enough to do that efficiently.
  
 
==ZFS==
 
==ZFS==

Latest revision as of 20:09, 27 March 2022

Software RAID is when the interaction of multiple drives is organized completely by software. RAID stands for redundant array of inexpensive disks.

Software was originally developed in early 2000s as replacement for hardware RAID. However, CPUs were not powerful enough to do that efficiently.

ZFS

Originally developed by Microsystems for its enterprise-level SANs, later purchased by Oracle, which made it available open-source. Now, it is imported to many Linux distributions.

ZFS performs well, but it costs some RAM to run it. ZFS requires 1Gb of RAM for 1Tb of storage.