this post was submitted on 25 Nov 2025
4 points (83.3% liked)
raspberrypi
5894 readers
1 users here now
Community about the single-board computers, micro-controllers and related projects.
Other RaspberryPi communities on Lemmy
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You don't want hardware raid. Add a powered (by a wall power supply) USB hub. If you want to keep using NVMe drives and mirror them, use ZFS for that. If you'd like to get more storage, get a USB direct attached storage (DAS) box like the ones from Terramaster and stick some disks in it. Those don't need powered USB hub since they have that built-in. You'd still use ZFS to get your redundancy between disks. Later you can move the box to a different Pi or another computer. Later you can add more disks and expand space if you get a bigger box.
I thought about a USB hub but would that be a big bottleneck? I'll never serve anything above a 1080p30 h264 file but conceivably I'd serve two of those at a time.
Edit: Sorry, did the math. Unless my connections suck ass I probably won't have bottlenecks.
Yup. A USB 3 box with internal hub, with 4 disks does 600MB/s on a 5Gbps USB 3 port. You'd be limited by the Pi's ports if they're not quite 5Gbps, but you'd still move >200MB/s. I recall running 2 USB disks on a Pi 4, each did over 200MB/s so there's at least that much bandwith on the Pi. That's 1600Mbps. Typical 1080p is 5-10Mbps. You're orders of magnitude away from that.