←back to thread

185 points psxuaw | 1 comments | | HN request time: 0.207s | 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 #
tomxor ◴[] No.43540561[source]
Used ZFS on Debian in production for 8 years, yet to experience rough edges but always interested to learn.
replies(3): >>43540716 #>>43541720 #>>43542536 #
asveikau ◴[] No.43541720[source]
I have never had a good experience with out of tree kernel modules on linux, so I am skeptical of this report. Usually for Linux Debian is my distro of choice.
replies(1): >>43548951 #
1. tomxor ◴[] No.43548951[source]
I have little experience with kernel modules. ZFS is the only one I have long term experience with on Debian.

The only issue I've had with the kernel module aspect is VPS configuration, I use Linode and they used to automatically set everything to use the hypervisor kernel, but the kernel module is obviously built against the versions installed on your OS and these will probably be different.

All you have to do is make sure the boot configuration is set to use GRUB if using a VPS. Linode seem to have switched to this by default for Debian now.