DEV Community

Discussion on: Raspberry Pi Zero Raspbian/Rust Primer

Collapse
 
darkain profile image
Vincent Milum Jr

While the majority of the internet runs Linux on the various generation of the Pi boards, I'd like to also mention that FreeBSD runs beautifully well on them too. In the Linux world, you have Linux Kernel, then Debian distro, then a fork of Debian to get Raspbian. There have been complaints of various packages missing from Raspbian. In the FreeBSD world, it is a single cohesive system between kernel and distro, with official Tier-2 support for the entire Pi family.

This may seem crazy, but yes, I can indeed confirm it works. With the Pi and FreeBSD, you even get ZFS support. I have a RAID-Z1 array of USB drives attached to a Pi-3B+ right now that stores a MariaDB database as well as my /usr/ports folder for compilation. USB and SD media are quite unreliable, and it has been nice to be able to just pop out a single USB drive and replace it when it fails with zero down-time!

Collapse
 
jeikabu profile image
jeikabu

That could be a fun follow-up project, thanks for the suggestion!

Collapse
 
darkain profile image
Vincent Milum Jr

Feel free to reach out to me if you go down the FreeBSD Pi route and have any questions! :)