←back to thread

188 points psxuaw | 2 comments | | HN request time: 0.398s | source
Show context
asveikau ◴[] No.43536779[source]

ZFS is probably the biggest reason for me. I have a machine with a zfs pool running samba and nfsd.

Philosophically I tend to prefer *BSDs over Linux. I have a few FreeBSD machines, one OpenBSD, and one Linux.

replies(4): >>43537356 #>>43537463 #>>43540789 #>>43541102 #
0x457 ◴[] No.43537356[source]

> ZFS is probably the biggest reason for me.

Maybe in the past there was an argument for that, but ever since FreeBSD started using OpenZFS implementation...what's the difference?

My ideal OS would be something like NixOS, but on FreeBSD and with better language than Nix.

replies(4): >>43539675 #>>43539695 #>>43543266 #>>43548345 #
bluGill ◴[] No.43539695[source]

ZFS is a first class part of FreeBSD. you can use it on linux, but it will always have some rough edges. How rough it open to question though, for some it works well.

replies(2): >>43540514 #>>43540561 #
1. free652 ◴[] No.43540514[source]

Well since FreeBSD is pulling ZFS source from Linux, I am not certain what are the rough edges. And I have ran ZFS for 7+ years on Linux with zero issues.

replies(1): >>43547129 #
2. bluGill ◴[] No.43547129[source]

ZFS is not part of linux. It is a separate project that publishes both to FreeBSD and some shims so you can run it on Linux. FreeBSD pulls and directly integrates it, but for license reasons linux doesn't pull it in directly. Yes the upstream project does have some shims of linux use that they public directly, but FreeBSD is a first class user of that project while the linux shims are a hack that some in the kernel do not want to work.