this post was submitted on 06 May 2024
56 points (98.3% liked)

Linux Gaming

14794 readers
110 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS
 

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 :)

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 1 month ago (1 children)

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.

[โ€“] [email protected] 2 points 1 month ago* (last edited 1 month ago)

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.