Just got all the hardware set up and working today, super stoked!
In the pic:
- Raspberry Pi 5
- Radxa Penta SATA hat for Pi
- 5x WD Blue 8TB HDD
- Noctua 140mm fan
- 12V -> 5V buck convertor
- 12V (red), 5V (white), and GND (black) distribution blocks
I went with the Raspberry Pi to save some money and keep my power consumption low. I’m planning to use the NAS for streaming TV shows and movies (probably with Jellyfin), replacing my google photos account (probably with Immich), and maybe steaming music (not sure what I might use for that yet). The Pi is running Raspberry Pi Desktop OS, might switch to the server version. I’ve got all 5 drives set up and I’ve tested out streaming some stuff locally including some 4K movies, so far so good!
For those wondering, I added the 5V buck convertor because some people online said the SATA hat doesn’t do a great job of supplying power to the Pi if you’re only providing 12V to the barrel jack, to I’m going to run a USB C cable to the Pi. Also using it to send 5V to the PWM pin on the fan. Might add some LEDs too, fuck it.
Next steps:
- Set up RAID 5
- 3D print an enclosure with panel mount connectors
Any tips/suggestions are welcome! Will post again once I get the enclosure set up.
avidamoeba@lemmy.ca 18 hours ago
ramenshaman@lemmy.world 18 hours ago
Ultimately I would love to use ZFS but I read that it’s difficult to expand/upgrade. Not familiar with ZFS RAIDz1 though, I’ll look into it. Thanks!
I build robots for a living, the power is fine, at least for a rough draft. I’ll clean everything up once the enclosure is set up.
fmstrat@lemmy.nowsci.com 12 hours ago
ZFS is so… So much better. In every single way. Change now before it’s too pate, learn and use the features as you go.
CmdrShepard49@sh.itjust.works 18 hours ago
Z1 is just single parity.
Sweet build! I have all these parts laying around so this would be a fun project. Please share your enclosure design if you’d like!
eneff@discuss.tchncs.de 14 hours ago
ZRAID expansion is now better than ever before!
In the beginning of this year (with ZFS 2.3.0) they added zero-downtime expansion along with some other things like enhanced deduplication.
ryannathans@aussie.zone 18 hours ago
Easier to expand than a typical raid 5 array
Creat@discuss.tchncs.de 17 hours ago
ZFS, specifically RaidZx, can be expanded like and raid 5/6 these days, assuming support from the distro (works with TrueNAS for example). The patches for this have been merged years ago now. Expanding any other array (like a striped mirror) is even simpler and is done by adding VDevs.