Hello everyone. I’m going to build a new PC soon and I’m trying to maximize its reliability all I can. I’m using Debian Bookworm. I have a 1TB M2 SSD to boot on and a 4TB SATA SSD for storage. My goal is for the computer to last at least 10 years. It’s for personal use and work, playing games, making games, programming, drawing, 3d modelling etc.

I’ve been reading on filesystems and it seems like the best ones to preserve data if anything is lost or corrupted or went through a power outage are BTRFS and ZFS. However I’ve also read they have stability issues, unlike Ext4. It seems like a tradeoff then?

I’ve read that most of BTRFS’s stability issues come from trying to do RAID5/6 on it, which I’ll never do. Is everything else good enough? ZFS’s stability issues seem to mostly come from it having out-of-tree kernel modules, but how much of a problem is this in real-life use?

So far I’ve been thinking of using BTRFS for the boot drive and ZFS for the storage drive. But maybe it’s better to use BTRFS for both? I’ll of course keep backups but I would still like to ensure I’ll have to deal with stuff breaking as little as possible.

Thank you in advance for the advice.

  • @turdas@suppo.fi
    link
    fedilink
    469 months ago

    If you’re not intending to use complicated RAID setups, just go with btrfs. There is no reason to bother with zfs given your specs and needs.

    Do not go with ext4. Unlike both btrfs and zfs, ext4 does not do data checksumming, meaning it cannot detect bit rot (and obviously cannot fix it either). You’ll also be missing out on other modern features, like compression and copy-on-write and all the benefits that entails. Once you start using snapshots for incremental backups using btrfs send (or its zfs equivalent), you’ll never want to go back. Recommended script: snap-sync.

    • @BitPirate@feddit.de
      link
      fedilink
      119 months ago

      ext4 + mdadm + dm-integrity would solve the bit rot problem. But you’d end up with a lot of parts bolted together and still miss out on the features that btrfs/zfs provide.

    • Nine
      link
      fedilink
      59 months ago

      The kind of data OP is talking about using won’t benefit much from the features of btrfs. That being said it’s still a great choice for them!

      Also it will detect bitrot but it won’t be able to fix it unless DUP is being used.

      • @turdas@suppo.fi
        link
        fedilink
        69 months ago

        Almost all data, aside from stuff like databases, benefits from filesystem-level compression, and almost every user benefits from having snapshots. Snapshots have saved my ass so many times, e.g. when I accidentally delete a file I shouldn’t have, or when a program has overwritten a file it shouldn’t have, or when Crusader Kings 3 corrupts my savegame.

        As for bitrot, I frankly don’t know if btrfs has an automatic mechanism of fixing rotten files from an external backup of the filesystem (created using btrfs send), but even if it doesn’t it’ll tell you what has rotted so you can restore the files manually.

        • I use OpenSUSE Tumbleweed, and snapshots have been a lifesaver the 2-3 times when an update went bad (NVIDIA each time, go figure). A 30 second snapper rollback later and I’m back up and running.

    • @MasterBlaster@lemmy.world
      link
      fedilink
      49 months ago

      Systems like DSM from synology have integrity scrubbing to fight bit rot. Run it once a quarter on a 4 drive, and you’re protected. Plus, you should be backing up your data, even with RAID.

      BTRFS, last I read, had lots of complexity and weird problems. Hopefully, it has improved since then (about 3 years ago).

      • @turdas@suppo.fi
        link
        fedilink
        59 months ago

        Btrfs can be a little complex and needs more user-friendly tooling for some of the advanced features to be useful to “laymen”, but OP seems technical enough (the fact that he cares about what filesystem he’s running in the first place is an indicator of this) that this should not be an issue.

        As for “weird problems”, the majority of those seems to come down to users using advanced features without RTFM, and users having underlying system issues that cause issues that btrfs catches early and refuses to mount the filesystem as RW, and the users then blame btrfs for the issue.

        • @mimichuu_OP
          link
          19 months ago

          I don’t mind needing to be technical or having to read to do things right. I probably wont really do much fancy things, I just don’t want the filesystems dying on me out of nowhere. If they’re stable enough for that, that’s enough for me. Thanks for the help

          • @turdas@suppo.fi
            link
            fedilink
            49 months ago

            The two things I would recommend to any btrfs user is enabling zstd compression and setting up automatic snapshots using snapper or Timeshift. I would personally recommend snapper if you’re comfortable with command-line tools, as Timeshift only supports a very specific configuration.

            zstd compression is very fast, so if you have a reasonably new CPU you will notice no overhead from it, making it effectively just free extra disk space.

            Snapshots require a little bit of reading to understand, particularly because you will want a very specific subvolume layout to sensibly organize them, and distro installation wizards rarely give you such a layout except on distros that support snapshots out of the box, like OpenSUSE.

            The Arch wiki page on btrfs is amazingly good, as is their page on snapper if you want to set up snapshots.

        • @MasterBlaster@lemmy.world
          link
          fedilink
          19 months ago

          I’m aware. I considered using it when I upgraded the hardware. Good to hear it is solid. If that is the consensus, I might switch, eventually.

    • @PlutoniumAcid@lemmy.world
      link
      fedilink
      18 months ago

      I just reinstalled my home lab server with Ubuntu 22.04 LTS. There was no choice in file system type.

      Is it possible to convert from ext4 to btrfs?

      If I should rather re-reinstall the server, how do I set the file system type during setup?

      • @turdas@suppo.fi
        link
        fedilink
        English
        18 months ago

        It is possible to convert from ext4 to btrfs, but if you just installed the server it may be easier to just reinstall.

        • @PlutoniumAcid@lemmy.world
          link
          fedilink
          English
          18 months ago

          Ubuntu setup wizard doesn’t offer btrfs, and the manual override requires me to set up all the partitions myself. I am not that good at Linux.

    • @spaghetti_carbanana@krabb.org
      link
      fedilink
      159 months ago

      This for sure. As a general rule of thumb, I use XFS for RPM-based distros like Red Hat and SuSE, EXT4 for Debian-based.

      I use ZFS if I need to do software RAID and I avoid BTRFS like the plague. BTRFS requires a lot of hand holding in the form of maintenance which is far from intuitive and I expect better from a modern filesystem (especially when there are others that do the same job hassle free). I have had FS-related issues on BTRFS systems more than any other purely because of issues with how it handles data and metadata.

      In saying all that, if your data is valuable then ensure you do back it up and you won’t need to worry about failures so much.

      • 30021190
        link
        fedilink
        49 months ago

        ZFS is great but I wouldn’t recommend it for single volume setups. I’ve never lost data with it but the parity has always been the saviour.

        Never used BTRFS.

        I avoid XFS due to performance reasons as most my systems are comprised of many smaller files which XFS isn’t great for. But the usage I’ve had with it, it’s been great

        EXT4 is always my go-to for normal usage. Unless I need to be supporting older machines then it’s ext2/3.

      • @mimichuu_OP
        link
        39 months ago

        Hey, thanks for the help. Can you elaborate on what kind of issues BTRFS gave you? What caused them, too?

        • @spaghetti_carbanana@krabb.org
          link
          fedilink
          29 months ago

          Sure, I’ve used it both in Server and NAS scenarios. The NAS was where we had most issues. If the maintenance tasks for BTRFS weren’t scheduled to run (balance, defrag, scrub and another one i can’t recall), the disk could become “full” without actually being full. If I recall correctly it’s to do with how it handles metadata. There’s space, but you can’t save, delete or modify anything.

          On a VM, its easy enough to buy time by growing the disk and running the maintenance. On a NAS or physical machine however, you’re royally screwed without adding more disks (if its even an option). This “need to have space to make space” thing was pretty suboptimal.

          Granted now I know better and am aware of the maintenance tasks, I simply schedule them (with cron or similar). But I still have a bit of a sour taste from it, lol. Overall I don’t think it’s a bad FS as long as you look after it.

          • @mimichuu_OP
            link
            29 months ago

            Thank you, that makes sense.

        • @ProtonBadger@lemmy.ca
          link
          fedilink
          19 months ago

          It needs a bit of periodic maintenance, the btrfs-assistant and btrfsmaintenance packages will set it up and from then on it’s automatic.

      • methodicalaspect
        link
        fedilink
        English
        29 months ago

        OpenSUSE, both Leap and Tumbleweed, use btrfs by default. Do you switch those to xfs during installation?

        I’ve had btrfs snapshots pull me out of the fire multiple times on my home machines, but I don’t fully trust any file system at all, so I rsync stuff to two local network destinations and an off-site location as well. Those, too, have come in handy.

        • @spaghetti_carbanana@krabb.org
          link
          fedilink
          English
          29 months ago

          Yep, sure do. I’ve no real benefit for the features it adds, or I’m completely ignorant to the benefits is probably more accurate :)

          For the things you’ve mentioned it is useful. I think the main thing I’ve been warned to never do with BTRFS is use it for RAID and to use md under it instead. That said, that could be old info and it may be fixed now.

  • Nine
    link
    fedilink
    209 months ago

    I’m assuming you don’t want to tinker with things? I’m also assuming you do not have experience with things like ZFS. So….

    Unless you’re running multiple drives (or special options) zfs & btrfs aren’t going to give you much. For instance btrfs (unless it’s set to DUP) isn’t going to protect from bitrot or other data corruption. Same goes for ZFS. It will throw an error when something doesn’t match the checksum though.

    Your best option is to either use ext4 or xfs for your 4tb storage. If you’re working with a lot of large files xfs has some advantages but overall you’re not going to notice that much of a difference in your uses.

    For your ssd, btrfs has the advantage over ext4 and xfs. Although so does f2fs. In practical uses for what you’re describing it’s not going to make that much of a difference.

    Unless you have a specific reason to use something other than ext4 then just stick with that. It’s simple and just works. Make sure you’re keeping backups eg restic, borg, rsync, duplicity, etc etc. and follow the 3,2,1 rule where possible and you’ll be fine.

    If it were me setting up that system I’d mirror the drives and use btrfs. Which is pretty much what I did on my PC. But that double the costs of storage.

    The only place (at home) I use ZFS is on my NAS. I have Rocky8 setup and all it does is handle storage. I use mirrored pairs on my important data and Z1 on everything else. But that’s a topic for another post

    If you REALLY want some of the features of zfs or btrfs eg snapshots, I’d lean on your backup software for that but if you can use LVM to take snapshots in a similar fashion. See STRAIS for another example too. However that’s beyond the scope of this post.

    • @mimichuu_OP
      link
      29 months ago

      Thanks for the help. Both of my drives are SSDs, the boot drive is M2 and the storage is SATA. I’ve heard filesystems that support compression would be better for their health and lifespan as they’d have to write less. But yes, no matter what, I will keep constant backups. Snapshots would be appreciated, but since I’ll run Debian I don’t think they’d be that necessary, if to have them there’s a lot of problems to deal with in exchange.

      • Nine
        link
        fedilink
        29 months ago

        Since both drives are SSDs there’s nothing really stopping you from using BTRFS. You are correct that the features for BTRFS are better for the long term health of your SSDs and if you feel comfortable with it then you should 100% use it. That being said with todays SSDs the life span extending features of BTRFS, F2FS, etc are going to be minimal at best. So don’t stress too much over running it or not. Just use whatever you’re most comfortable with.

  • fmstrat
    link
    fedilink
    English
    169 months ago

    A lot of these responses seem… dated. There’s a reason TruNAS and such use ZFS now.

    I would recommend ZFS 100%. The copy-on-write (allowing you to recover almost anything), simple snapshots, direct disk encryption, and ability to not only check the file system, but tell you exactly which file has an issue if there is an error, make it an easy choice even if its a one-disk system.

    Personally I use date times for my snapshot names, and delete old ones as time goes on. Its fabulous for backups.

    • JWBananas
      link
      fedilink
      English
      19 months ago

      There’s a reason TruNAS and such use ZFS now.

      Do you mean for the boot drive?

    • @sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      English
      19 months ago

      Well yeah, ZFS is absolutely fantastic for a NAS, but it’s complete overkill for a desktop. That’s why I recommend BTRFS for a desktop like this, and still recommend ZFS if you’re building a NAS (mine also uses BTRFS, but that’s because I don’t need the features and would rather only deal with one FS).

  • @Reborn2966@feddit.it
    link
    fedilink
    149 months ago

    btrfs and you get snapshots, the ability to send subvolumes around + compression and a ton of other stuff.

    be aware that to configure a good layout in btrfs you will need to do that manually, follow the arch wiki and you will be ok.

  • @InverseParallax@lemmy.world
    link
    fedilink
    English
    13
    edit-2
    9 months ago

    Zfs, absolutely, because you can send the data where you need.

    I disagree completely with btrfs, because if something goes wrong, that’s it, recovery is not pleasant. Zfs isn’t perfect, but it has recovery modes.

    Alternately, ext4, it’s recoverable, safe, and with journaling it’s solid on power loss.

    edit: Other poster was right about bitrot and checksumming, stick with zfs, xfs is good too so long as you’re not running a db.

    • @mimichuu_OP
      link
      29 months ago

      How do you typically recover things on zfs vs btrfs? Also, is the out-of-tree kernel modules thing something you have to deal with or take into account?

      • @InverseParallax@lemmy.world
        link
        fedilink
        English
        2
        edit-2
        9 months ago

        The out-of-tree thing is annoying, but most distros have zfs support as modules already.

        I’ve never had to worry about zfs recovery when it wasn’t a raid, it seems to be automatic, but you have zpool checkpoints, scrubs, snapshots, really a ton of ways to go back to a working state, and you can also try to recover bad files if you use the right techniques.

        Look at zdb, it’s pretty intense.

  • @BitingChaos@lemmy.world
    link
    fedilink
    English
    119 months ago

    I’ve been running ZFS for around 12 years (on FreeBSD and Linux) and I’m not sure why anyone would ever use anything else.

    It’s got the age, community, and wide acceptance that makes it a proven safe & reliable option.

    • @gablank@sopuli.xyz
      link
      fedilink
      19 months ago

      I agree that ZFS is a very solid choice. The only thing that can be slightly painful is the out of tree modules.

  • sudotstar
    link
    fedilink
    8
    edit-2
    9 months ago

    I recommend using whatever is the “least hands-on” option for your boot drive, a.k.a your distro default (ext4 for Debian). In my admittedly incompetent experience, the most likely cause for filesystem corruption is trying to mess with things, like resizing partitions. If you use your distro installer to set up your boot drive and then don’t mess with it, I think you’ll be fine with whatever the default is. You should still take backups through whatever medium(s) and format(s) make sense for your use case, as random mishaps are still a thing no matter what filesystem you use.

    Are you planning on dualbooting Windows for games? I use https://github.com/maharmstone/btrfs to mount a shared BTRFS drive that contains my Proton-based Steam library in case I need to run one of those games on Windows for whatever reason. I’ve personally experienced BTRFS corruption a few times due to the aforementioned incompetence, but I try to avoid keeping anything important on my games drive to limit the fallout when that does occur. Additionally if you’re looking to keep non-game content on the storage drive (likely if you’re doing 3D modeling work) this may not be as safe.

    • @mimichuu_OP
      link
      29 months ago

      I don’t plan on installing Windows at all. The only thing I’d do in my boot drive is have a separate home partition, I won’t really do anything else though. Did the corruption you experience happened just on its own? Or was it something you did?

      • sudotstar
        link
        fedilink
        29 months ago

        For me it’s always been after I tried to resize a partition.

  • @cybersandwich@lemmy.world
    link
    fedilink
    69 months ago

    Id go with your distro default which I think is ext4 for most distros and do proper backups/data management (which might include a Nas running zfs–so you get the best of both worlds).

    Depending on your data it might be small and not need a Nas necessarily. Things like code could go up on GitHub or gitlab. Games themselves can always be redownloaded etc. If your data is small enough, cloud storage isn’t too pricey.

    One of the best things you can do for a PC is getting a solid true sine wave battery backup that will let you weather electricity fluctuations, surges, brownouts ,and give you time to shut down properly during an outage.

    • Kogasa
      link
      fedilink
      1
      edit-2
      9 months ago

      Distro defaults are chosen for general purpose use and stability. For op’s specific requirement, zfs, xfs, and btrfs are all definitely better. For the boot drive, I can understand going for the default since you just want it to be stable, but having some snapshotting and fault protection isn’t a bad thing.

  • 👁️👄👁️
    link
    English
    59 months ago

    ext4 is the tried and true file system. I use that for reliability. Btrfs is nice with a ton of modern features, but I have had some issues in the past, but they are pretty rare.

  • @sibloure@beehaw.org
    link
    fedilink
    49 months ago

    Been using BTRFS for several years and have never once had any sort of issue. i just choose BTRFS at system setup and never think about it again. I like that when I copy a file it is INSTANT and makes my computer feel super fast, whereas EXT4 can take several minutes to copy large files. This is with similar use to what you describe. No RAID.

  • Andy3153
    link
    fedilink
    49 months ago

    It’s gonna be a hard decision to make. I know that because I read about Btrfs for about a whole week before deciding to switch to it. But, I’m a happy Btrfs user now for about 8 months, and I’ll be honest with you, in my opinion, if your application does not mainly involve small random writes that’ll make Btrfs inevitably fragment a ton, it is most likely good for any situation. I don’t know much about the other modern/advanced filesystems like ZFS or XFS to tell you anything about them though

  • @worfamerryman@beehaw.org
    link
    fedilink
    29 months ago

    I use ext4 for my boot drive as that’s what Linux mint defaults to.

    I do not do raids and use btrfs on my other drives.

    You can turn on compression on write with btrfs which may reduce the amount of data being read and written to your drive which could further reduce its lifespan.

    But you shouldn’t expect the drives to last 10 years.

    They might, but don’t expect it and have a backup of whatever is important. Ideally you should have a local backup and a cloud based backup or at least an offsite backup somewhere else.

    • @mimichuu_OP
      link
      19 months ago

      Yeah I’ll always do backups. When I have the money I probably will buy another drive and try to do RAID1 on the two, just to be sure. But I do want them to last as much as possible.

        • @mimichuu_OP
          link
          29 months ago

          It wouldn’t be for backing up, just for the storage to last longer if one drive fails.

          • @worfamerryman@beehaw.org
            link
            fedilink
            19 months ago

            I would still not recommend it. If the drive fails and data is lost or corrupted it could also be lost or corrupted on the other drive.

            It would really be better to use backup software to save your data. Also depending on how the drive is used, it may put less wear on the second drive if you use a backup application.

  • @TCB13@lemmy.world
    link
    fedilink
    19 months ago

    BTRFS - easy, fast, reliable, snapshots, compression, usable RAID, CoW, online resizing… ZFS - hard to get into, reliable, snapshots, compression, state of the art RAID, CoW…

    Everything else, particularly Ext4 should be avoided. Your life will be a lot easier once you discover snapshotting and also how more robust and reliable BTRFS and ZFS are. I got into BTRFS a few years ago in order to survive power losses as I had issues with Ext3 and Ext4 regularly with that. My experience with Ext4 disks was always: if something goes slightly wrong your data is… puff gone.