Tag

RAID5

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
Jun 12, 2025 · Operations

Step-by-Step Guide to Building a Software RAID 5 on Linux with mdadm

Learn how to create, configure, and manage a software RAID 5 array on CentOS 7 using mdadm, covering partition preparation, RAID creation, filesystem formatting, mounting, status checks, hot‑spare handling, device removal, and expansion, with complete command examples and expected outputs.

CentOSLinuxRAID5
0 likes · 8 min read
Step-by-Step Guide to Building a Software RAID 5 on Linux with mdadm
Refining Core Development Skills
Refining Core Development Skills
Jun 13, 2020 · Fundamentals

Sequential vs Random I/O Performance on a 7‑Disk RAID5 Array: Benchmarks and Insights

This article presents a detailed fio benchmark comparing sequential and random I/O on a 7‑disk RAID5 array, revealing how I/O size, RAID strip size, and caching affect bandwidth, latency, and IOPS, and explains the implications for database transactions, file copying, and B+‑tree indexing.

B+TreeDatabaseDisk I/O
0 likes · 10 min read
Sequential vs Random I/O Performance on a 7‑Disk RAID5 Array: Benchmarks and Insights