Most active commenters

    ←back to thread

    214 points ksec | 11 comments | | HN request time: 0.695s | source | bottom
    1. NewJazz ◴[] No.45076772[source]
    FreeBSD is giving me a sultry look as I ponder my NAS build.
    replies(5): >>45076900 #>>45077184 #>>45077332 #>>45080915 #>>45081518 #
    2. kstrauser ◴[] No.45076900[source]
    I'm in that boat. I'm looking over at that Synology unit sitting in the corner of my living room, knowing it'll be the last of its kind to live here, and wondering what its replacement will look like. FreeBSD's been good to me and it might be time to reintroduce myself to it.
    replies(1): >>45080402 #
    3. _0xdd ◴[] No.45077184[source]
    Go for it. I made the switch ~10 years ago and didn't regret it at all. First-class, rock solid ZFS integration. Saved my data on more than one occasion.
    4. bpye ◴[] No.45077332[source]
    There are some Linux distros with ZFS as a near first class citizen. NixOS is one, I believe Alpine is another.
    replies(3): >>45077667 #>>45080297 #>>45082413 #
    5. mrighele ◴[] No.45077667[source]
    Ubuntu too.
    6. bombcar ◴[] No.45080297[source]
    I looked long and hard at FreeBSD and eventually went with Gentoo on ZFS, as I was familiar with Gentoo and ZFS wasn't hard to add.
    7. nichos ◴[] No.45080402[source]
    Doesn't TrueNAS (Linux version) come with ZFS?
    replies(1): >>45080578 #
    8. magicalhippo ◴[] No.45080578{3}[source]
    TrueNAS Scale, which is the Linux variant, does indeed come with ZFS.

    The comapny behind it, iXsystems, pays for ZFS developers as well.

    9. Gud ◴[] No.45080915[source]
    FreeBSD is extremely simple to keep up to date, including third party packages.

    Unless you have some very specific reason to use Linux, I would go with FreeBSD.

    10. procaryote ◴[] No.45081518[source]
    Fwiw, I'm running a NAS on btrfs (on top of mdadm raid as I don't fully trust the btrfs raid, and the recovery tools seem worse). It seems to be working well so far.

    Being able to do snapshots easily is really nice. I have a script that makes hourly snapshots and keeps the N latest, which protects me against a bunch of pebkac errors

    I do periodic backups to non-btrfs storage though. I need backups anyway so it seemed like an easy way to de-risk

    11. speed_spread ◴[] No.45082413[source]
    Proxmox is Debian + ZFS. Works great.