Fish Touching🐟🎣

RAID

Jun 21, 2023

# What

Redundant Array of Independent Disks
A data storage virtualization technology that combines multiple physical disk drive components into one or more logical units for the purposes of data redundancy, performance improvement, or both.

# How

When a file system issues a logical O request to the RAID, the RAID internally must calculate which disk (or disks) to access in order to complete the request, and then issue one or more physical I/Os to do so.

# RAID Levels

image.png