Filesystem choice - GNU/Linux

Users browsing this thread: 1 Guest(s)
laydros
Members
I think ZFS can be fine as a desktop file system, you get snapshots, copy on write, and the ability to tell you if something has experienced bitrot and needs to be restored from backup. With a single drive, it can't automatically fix bitrot though. And in many cases you have to deal with DKMS for the kernel to support it as a root filesystem. If you are using a desktop and are willing to mirror drives and deal with potential DKMS issues, ZFS is fine, but kinda hard to suggest when btrfs is an option. I use ZFS more often simply because I use it for work so I'm already familiar with it.

btrfs gets you basically the same benefits as ZFS without needing to worry with DKMS. There were previously some issues with btrfs when running certain RAID arrays, but using it for a single disk or a mirror is very much battle tested. I think most of those other issues are considered solved now.

I don't think reiser is seeing any further development, but I assume you mostly listed that for the pun.

XFS and ext4 are very much battle-tested and great filesystems. They don't offer copy-on-write or any sort of bitrot protection, but for most desktop use-cases those features aren't super important.

If you are feeling brave, bcachefs is the new excitement in the kernel.


Messages In This Thread
Filesystem choice - by maksim - 18-04-2024, 06:25 AM
RE: Filesystem choice - by r1w1s1 - 22-04-2024, 12:18 PM
RE: Filesystem choice - by jkl - 26-04-2024, 07:13 PM
RE: Filesystem choice - by laydros - 14-05-2024, 11:51 AM
RE: Filesystem choice - by r1w1s1 - 12-06-2024, 11:44 PM
RE: Filesystem choice - by r1w1s1 - 19-07-2024, 05:20 PM
RE: Filesystem choice - by fs2 - 30-08-2024, 04:55 PM