On 27/04/2023 16:52, Neil Bothwick wrote:
On Thu, 27 Apr 2023 15:54:34 +0200, tastytea wrote:
btrfs and zfs have some useful features for normal use cases. the
transparent compression can save a lot of space and even increase speed
in some cases, the checksumming guarantees that you will never get a
corrupt file
That's only true if you use RAID, when there is a good copy to use. If
you have a single disk, they can only let you know a file is corrupt but
not restore it.
I run ext4, over lvm, over raid, over dm-integrity, over spinning rust.
Quite a lot ... dm-integrity in particular is (of necessity) lashed up a
bit. But lvm over raid is normal.
https://raid.wiki.kernel.org/index.php/Linux_Raid
In particular, as a matter of course, I snapshot my root partition using
lvm before I "emerge --update", though I've never had any trouble that
warrants trying to recover. It'll be quite a shock if I do ...
Cheers,
Wol