• Max-P@lemmy.max-p.me
    link
    fedilink
    arrow-up
    0
    ·
    2 years ago

    Overlay2 support is really nice. I had to use the ZFS driver for it and boy does it pollute your zfs list output.

    Also pretty excited about the user properties, it's gonna make initramfs mounting a lot easier over the somewhat buggy parsing of the output of zfs list. Same for encrypted home directories, now I can set a custom user property on them to easily enumerate what my PAM script is supposed to mount/unmount with the user password instead of hardcoded paths.

    • Illecors@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      2 years ago

      Now you can insta-copy files on the same filesystem, and they can share blocks with each other without being a mirrored hardlink.

      Could you elaborate on this a bit? To my understanding hard links already are the same file, it is only the inode that’s different.