• circuitfarmer@lemmy.sdf.org
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 months ago

    The CoW nature of Btrfs means it’s often slower than ext4 for common tasks, right? It also means more writes to your SSDs.

    I’ve stuck to ext4 so far, as someone who doesn’t really have a need for snapshotting.

    Edit: I’m not an expert on file systems in the least, so do chime in if these assumptions are incorrect.

    • InverseParallax@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      2 months ago

      Meh, ssds are basically cow by nature anyway, you have to erase large blocks, you can’t just rewrite into them.

      • circuitfarmer@lemmy.sdf.org
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        But if the file system needs extra writes anyway for CoW, and the SSD needs its own CoW, then wouldn’t that end up being exponential writes? Or is there some mechanism which mitigates that?