Comment on [deleted]
hperrin@lemmy.ca 1 week ago
I use Ubuntu Server -> dm-integrity -> mdadm -> ext4. Super easy to set up (it just takes forever to do dm-integrity on the drives, but you don’t need to watch it), works great, easy to maintain. Everything I run on it is dockerized with docker compose and sits behind nginx-proxy-manager, so it’s also super easy to maintain.
possiblylinux127@lemmy.zip 1 week ago
I wouldn’t recommend that as it doesn’t do a lot to protect data. Instead go ZFS or Btrfs.
hperrin@lemmy.ca 1 week ago
That’s what dm-integrity is for. Also, absolutely do not use Btrfs for RAID5/RAID6.