I wouldnt trust my data with this kind of devices. There's nothing wrong per se, but I have my doubts about how easy you can find replacement parts if something breaks in, say, a year or two. If you really depend on your data and want it to be safe, i'd recommend spending the extra money and either getting a proper nas (synology/qnap) or go the proper diy way (aka an x86 box and truenas/unraid). you really don't want…
Build a Raspberry Pi CM4 4-Bay NAS with Wiretrustee Carrier Board
11–20 of 75 posts
Re: Build a Raspberry Pi CM4 4-Bay NAS with Wiretrustee Carrier Board
#12I wouldnt trust my data with this kind of devices. There's nothing wrong per se, but I have my doubts about how easy you can find replacement parts if something breaks in, say, a year or two. If you really depend on your data and want it to be safe, i'd recommend spending the extra money and either getting a proper nas (synology/qnap) or go the proper diy way (aka an x86 box and truenas/unraid). you really don't want…
Use mdadm RAID-10 across four spinning disks, or RAID-1 across a pair and have two slots free. If the board fails, you can plug them into any other Linux box with SATA ports available.
Most people have no better than 1Gb/s ethernet available in their house anyway. One expects a backup or restore to take a while, but also not to be interactive.
It's probably cheaper to repurpose an old desktop, but this will probably use less power, even when both are asleep.
Re: Build a Raspberry Pi CM4 4-Bay NAS with Wiretrustee Carrier Board
#13You can have a lot of fun with Pi's, but I'm not sure I want to build a multi-TB NAS using a Raspberry Pi with a pretty rare addon board.. If you do want something like this, I think the ODROID-HC4[1] is probably a better option. 1 - https://ameridroid.com/products/odroid-hc4
Or just use USB3 - SATA connectors...
Re: Build a Raspberry Pi CM4 4-Bay NAS with Wiretrustee Carrier Board
#14A quick google shows eMMC flash memory for the compute module...do you need to mindfully control writing to flash to keep something like this from nuking the boot device? Could be my choice of storage (whatever $4 buys at Microcenter) but the failure mode on my RPi weather station was SD card death. I'd hate to rely on that for a NAS.
Re: Build a Raspberry Pi CM4 4-Bay NAS with Wiretrustee Carrier Board
#15I wouldnt trust my data with this kind of devices. There's nothing wrong per se, but I have my doubts about how easy you can find replacement parts if something breaks in, say, a year or two. If you really depend on your data and want it to be safe, i'd recommend spending the extra money and either getting a proper nas (synology/qnap) or go the proper diy way (aka an x86 box and truenas/unraid). you really don't want…
As a household backup device, rather than a NAS, this is actually pretty good. Use mdadm RAID-10 across four spinning disks, or RAID-1 across a pair and have two slots free. If the board fails, you can plug them into any other Linux box with SATA ports available. Most people have no better than 1Gb/s ethernet available in their house anyway. One expects a backup or restore to take a while, but also not to be interact…
Re: Build a Raspberry Pi CM4 4-Bay NAS with Wiretrustee Carrier Board
#16Although I don't think ZFS is stable on the pi just yet[1], so perhaps 4 sata drives is overkill.
I would be interested in a single sata/cm4 carrier board though.
[1]citation needed, I've not really looked...
Re: Build a Raspberry Pi CM4 4-Bay NAS with Wiretrustee Carrier Board
#17Re: Build a Raspberry Pi CM4 4-Bay NAS with Wiretrustee Carrier Board
#18It supports ECC and has 4 cable-free swappable bays plus space for an SSD system drive in the top. The bolts-as-caddy system is also a great idea.
Re: Build a Raspberry Pi CM4 4-Bay NAS with Wiretrustee Carrier Board
#19I'm trying to track them in this GitHub issue [1] but a couple people have remained more or less anonymous as they don't want to attract attention too early.
The single PCIe lane is the biggest limitation if you're looking for raw speed (350 MB/sec is kind of the upper real-world sustained transfer limit), though since the gigabit Ethernet port is on a different interface, you can still expect to get 80-100 MB/sec network transfer speeds.
Something like this, with the right case and OMV or other adequate software would be a relatively competitive replacement for low-end NASes.
I'm also exploring building a 2.5G NAS with a CM4, but the PCIe bus speed limitation is what kinda hamstrings that. Hopefully the next Pi revision has a 4x (at least) lane, like the RockPro64.
[1] https://github.com/geerlingguy/raspberry-pi-pcie-devices/iss...
Re: Build a Raspberry Pi CM4 4-Bay NAS with Wiretrustee Carrier Board
#20Nothing against cool RPi projects but be aware that a motherboard with a NAS-grade Celeron, like ASRock J4105M, sells for $85 or so (but needs RAM, $20 for 4GB roughly). At $105, this leaves this carrier board around $35 of budget if you can get RPi CM4 4GB for $70. Plus all the doubts about reliability mentioned above.
Also it only has two SATA ports so would need a PCIe expansion card to match the four ports offered by the Pi board?
I suspect the Pi is also significantly more power efficient?