cross-posted from: https://programming.dev/post/9319044

Hey,

I am planning to implement authenticated boot inspired from Pid Eins' blog. I'll be using pam mount for /home/user. I need to check integrity of all partitions.

I have been using luks+ext4 till now. I am hesistant hesitant to switch to zfs/btrfs, afraid I might fuck up. A while back I accidently purged '/' trying out timeshift which was my fault.

Should I use zfs/btrfs for /home/user? As for root, I'm considering luks+(zfs/btrfs) to be restorable to blank state.

you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 2 years ago (2 children)

My only complaint with btrfs when I used to run it, is that kvm disk performance was abysmal on it. Otherwise I had no issues with the fs.

  • source
  • hideshow 4 child comments
  • [–] 2 points 2 years ago (1 child)

    Most of the tools now should be setting nocow for virtual drives, performance these days isn't bad.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    nodatacow is a hack and will disable any and all consistency mechanisms for that file's contents. Tools should not be setting nodatacow for virtual drives, certainly not by default.

  • source
  • parent
  • hideshow 2 child comments