Hacker News

Favorites Setup
Comment by magicalhippo | original | FreeCORE TrueNAS Core – Continued
[−]magicalhippo · 2026-08-30 Sun 02:43 UTC · link
And for those still confused, CORE is FreeBSD-based and has been discontinued, while SCALE is Debian-based and the version that will be developed by TrueNAS going forwards.

Hence the "continued" part in the title.

[−]a1o · 2026-08-30 Sun 03:55 UTC · link
Ha interesting, any idea why the FreeBSD variant was discontinued? This was one of the projects I always associated with FreeBSD.
[−]a2ff6eeb0 · 2026-08-30 Sun 04:07 UTC · link
Chasing dockerized enterprise customers.
[−]simondotau · 2026-08-30 Sun 10:48 UTC · link
So by “scale” they mean their business model
[−]hatch_q · 2026-08-30 Sun 06:56 UTC · link
Poor hardware support.
[−]lproven · 2026-08-30 Sun 12:10 UTC · link
Nah. Doesn't really matter when you are building the hardware to do that job. And in any event, FreeBSD is primarily a server OS, and its support is quite good in that department.

Example: OpenBSD and NetBSD both will install X11 and a window manager by default from the installer, if you want. FreeBSD doesn't. They're working on it, but they've been working on it for years.

[−]lproven · 2026-08-30 Sun 12:09 UTC · link
As the others said: chasing big-corporate $$$.

You can integrate a fleet of Linux storage servers with a collection of K8s clusters more easily than a you can BSD storage servers. Getting BSD and Linux talking smoothly needs Real Unix Skills.

Colleagues in K8s shops tell me that their k8s guys come for help with complex tasks like.... deleting files. They know to construct and deploy containers, but not how to delete a file without using a GUI (meaning Windows or at best WSL).

I am told that some companies are now demanding "bash" among the list of skills for would-be container-herders. And here, "bash skills" means you should know to to create, edit, and then delete a file -- over an ssh connection.