Live data from Hacker News

Raspberry Pi holds its own against low-cost ARM NAS

jeffgeerling.com

41–50 of 78 posts

Re: Raspberry Pi holds its own against low-cost ARM NAS

#41
post #12
post #2

After watching Geerling's video on YouTube about building an ARM NAS I almost went that direction -- but opted for a Synology DS918+ instead because my need for a NAS is not just experimental but something that needs to work reliably.

What happens when the Sinology dies? Do I have to buy another Synology to mount my array again? Does it have to be the same model, or family of models?

Yeah. You can pull drives out and mount them in regular Linux. Synology uses standard Linux tools.

https://kb.synology.com/DSM/tutorial/How_can_I_recover_data_...

Re: Raspberry Pi holds its own against low-cost ARM NAS

#42

Raspberry is not really cheap anymore. The start package (rp4 4gb + charger + sd + ethernet/hdmi cables) is 100 euros in my country. Meanwhile you can get a GK3V mini pc on Aliexpress with a j4125, 8gb LPDDR4 and 256GB SSD for 180 euros, which probably has 3x-4x the performance of the pi.

The kits are always going to be marked up—and even more so today, since it's so hard to find individual Pis in stock anywhere. Here in the US, the only way for many people to get a Pi 4 is in a kit that's at least $100 (sometimes scalped and marked up to $150-200 on Amazon or eBay). Until about 3 months ago, though, I could reliably find a model I wanted from Micro Center or one of the official Pi online resellers fo…

Any reason why this is the case? Chip shortages? Backing up of imports?

I just noticed this the other day when looking to get a Pi 4 as a gift for my brother. It's crazy to think just a year or two ago I bought two at normal price, and now one can't find any individual boards anywhere really

Re: Raspberry Pi holds its own against low-cost ARM NAS

#43
post #2

After watching Geerling's video on YouTube about building an ARM NAS I almost went that direction -- but opted for a Synology DS918+ instead because my need for a NAS is not just experimental but something that needs to work reliably.

My Synology has been anything but realiable in the past month or so. I've twice had to hard reboot it because it stops working. I think it stops writing all data, which means that even something as simepl as "echo "" > out" will hang forever. Can't even turn it off because DSM stops responding and "sudo reboot" hangs.

I have no idea whether it's a disk going bad, the file system going bad or the entire device going bad. It did give a warning that an I/O command timed out on one of the disks, but I've yet to get a S.M.A.R.T. extended test completed on the disk.

Re: Raspberry Pi holds its own against low-cost ARM NAS

#44
post #29

Earlier quoted context omitted.

idk, maybe you get it a bit cheaper if you look around. This is from a offical store though: https://www.raspberrystore.nl/PrestaShop/complete-sets/245-r...

It's the rest of the kit that makes it expensive. If you don't need all the parts, then you can shave some off. https://www.kiwi-electronics.nl/nl/merk-raspberry-pi

I mean, at the very least you always need a charger and a sd card, the barebone price is kinda misleading

Re: Raspberry Pi holds its own against low-cost ARM NAS

#47
post #7

Earlier quoted context omitted.

Do you have a reference for that? I setup a Synology very recently with non-Toshiba drives.

Reference: https://news.ycombinator.com/item?id=29596179

THIS is a reference, not that crappy link you had.

https://www.synology.com/en-us/compatibility?search_by=categ...

Re: Raspberry Pi holds its own against low-cost ARM NAS

#48
post #46

@geerlingguy, in the post, do you use RAID5 as in madam or RAIDZ1 as in ZFS? Is this bcache setup in front of madam or ZFS? I am actually interested in hearing downsides if bcache used in front of ZFS besides obvious data implications (single copy v.s. multiple).

I documented everything in excruciating detail in this GitHub issue [1] — but in summary it was RAID5 created by mdadm (to replicate what the Drivestor 4 Pro does via ADM—it doesn't have ZFS as an option), and bcache set up on top of that with an EXT4 filesystem.

[1] https://github.com/geerlingguy/raspberry-pi-pcie-devices/iss...

Re: Raspberry Pi holds its own against low-cost ARM NAS

#49

Raspberry is not really cheap anymore. The start package (rp4 4gb + charger + sd + ethernet/hdmi cables) is 100 euros in my country. Meanwhile you can get a GK3V mini pc on Aliexpress with a j4125, 8gb LPDDR4 and 256GB SSD for 180 euros, which probably has 3x-4x the performance of the pi.

I'd be interested if anyone can comment on commercial bulk procurement of Pis. Any idea what the volume discounts are? And also would be interesting to know what the supply has been like for the past year(s) for commercial customers.

I've heard anecdotally that most Pis sold are used in industry, so wouldn't be surprised if they're being prioritized.

Re: Raspberry Pi holds its own against low-cost ARM NAS

#50

Earlier quoted context omitted.

The kits are always going to be marked up—and even more so today, since it's so hard to find individual Pis in stock anywhere. Here in the US, the only way for many people to get a Pi 4 is in a kit that's at least $100 (sometimes scalped and marked up to $150-200 on Amazon or eBay). Until about 3 months ago, though, I could reliably find a model I wanted from Micro Center or one of the official Pi online resellers fo…

Any reason why this is the case? Chip shortages? Backing up of imports? I just noticed this the other day when looking to get a Pi 4 as a gift for my brother. It's crazy to think just a year or two ago I bought two at normal price, and now one can't find any individual boards anywhere really

Mostly the chip shortages—Raspberry Pi has pulled out all the stops but couldn't come anywhere close to meeting demand over 2021. And they even decided to focus production only on the BCM2711-based devices for the latter part of this year.

They posted a blog post with some detail behind what's going on: https://www.raspberrypi.com/news/supply-chain-shortages-and-...

Post reply on HN