From 09e90b9ab26c5d4ea8f786aac08c10665e5b77cd Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 16 May 2026 18:26:08 +0100 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ab1d16a..2516d49 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,6 @@ Previously I utilized an external USB drive bay for mass storage, however I want From what I researched there does not exist a consumer-grade external USB drive bay that supports RAID and can house as many drives as I wish to connect (8). Consequently I began to blueprint my custom RAID storage solution. I had two demands from the solution, #1 that it functions, and #2 that it is affordable. -## Hardware -- 8x 4TB WD HDDs -- 1x LSI MegaRAID SAS 9286-8e PCIe card -- 1x Semi-Modular ATX PSU -- 1x ATX Breakout Board -- 2x Mini-SAS 26 pin to 4X SATA 7 pin breakout cable -- 2x ATX PSU 6 pin to 4X SATA 15 pin power cable -- 1x 40mm 5v USB fan -- 1x 3.5 inch HDD enclosure holding 8 drives - ## Overview ``` @@ -32,4 +22,14 @@ SATA breakout cables connect from drive data pins to external facing SAS ports o USB fan plugged into PC port and bound by silicone adhesive to heatsink cools RAID card ↓ RAID controller / array is managed from within the Linux OS utilizing MegaCLI -``` \ No newline at end of file +``` + +## Hardware +- 8x 4TB WD HDDs +- 1x LSI MegaRAID SAS 9286-8e PCIe card +- 1x Semi-Modular ATX PSU +- 1x ATX Breakout Board +- 2x Mini-SAS 26 pin to 4X SATA 7 pin breakout cable +- 2x ATX PSU 6 pin to 4X SATA 15 pin power cable +- 1x 40mm 5v USB fan +- 1x 3.5 inch HDD enclosure holding 8 drives \ No newline at end of file