I’m using EndeavourOS with ext4 file system for daily usage and a dual bootable Windows for gaming. What I want to have right now is getting rid of Windows completely.
When I tried it before, I had to try multiple tweaks for a game and find which one worked on Linux. Therefore, I want to take a snapshot with BTRFS and try it until I find the right configuration.
While I have quite a bit of experience with Linux, I’ve never used BTRFS. Do you think it’s worth it?
I thought about keeping the games on the ext4 system, but I hate splitting the disk. I’m thinking of keeping the games in a non-snapshot volume.
UPDATE: I just re-installed EndeavourOS with BTRFS + snapper + BTRFS Assistant :)
Btrfs will be fine, I use btrfs on a standard arch install, timeshift for managing snapshots, works well.
Since you’re on EndeavourOS, I suggest using btrfs-assistant
instead of timeshift
, since it was created by one of the devs and offers more functionality with snapper
. Just create a new profile for your root partition and then configure how often you want it to take snapshots.
You can also install snap-pac
so that you get OpenSUSE-like automatic snapshots everytime pacman executes a install/remove/update command.
I use openSUSE Tumbleweed and it has BTRFS and snapper (snapshot manager) set up by default, with all necessary system subvolumes already created. It’s been a great experience for gaming so far, and actually the best experience with NVIDIA drivers I’ve had! All you would need to do is create a separate BTRFS subvolume and snapper config for your games folder and you’d be good to go, without worrying about any other setup! No need to use EXT4 at all. Additionally, there is very detailed snapper documentation on the openSUSE website.
Additionally, you can get support from the community in the openSUSE Matrix Space: https://matrix.to/#/%23space:opensuse.org
Use the support channel (#support:opensuse.org) or the gaming channel (#gaming:opensuse.org)
Just put steam on a different subvolume, otherwise your snapshots will be huge
Edit: to be clear, you can just put steamapps in a different subvolume keep the proton / save data folders in the snapshot area
I found that copying directories was much more convenient for this kind of experimentation, since I was usually already working in a filemanager anyways. And thanks to BTRFS’s copy-on-write support it was also instantaneous and didn’t take up any additional space. So in the end very similar to snapshots.
+1 cp -a --reflink
is super useful for making quick no cost clones of huge directories.
There’s no reason btrfs shouldn’t work for every use case.
That said I think the slight performance gains of ext4 over btrfs make it worth sticking to ext4 for games. Imo it’s similar to as if you had you main system on an HDD but ran games off of an SSD; that’s how much faster it feels.
I would install games to a separate ext4 partition but steam to btrfs (for configs) in that case.
RAID 5/6 aren’t yet recommended for general use on BTRFS by the developers.
Other than that I agree it should be suitable for anything, and an improvement over ext4 in some situations.
If you don’t know what RAID 5/6 is you are good.
And even then, you should probably be using RAID 10 instead. Resilvering a RAID 5 array is hard on the disks, so there’s an elevated risk of the entire RAID failing. RAID 6 should eliminate this, but in a desktop system, do you really have enough space to make it worthwhile? You’d need 5+ drives to beat RAID 10 capacity, and that’s a lot of space. IMO, RAID 5/6 is just not a great option in general. Don’t cheap out on your RAID setup, do the industry standard, which is RAID 10.
I use BTRFS in a RAID 1 on my NAS (plan to upgrade to RAID 10 when I run out of space), and no RAID on my desktop. Everything important gets backed up to my NAS.