this post was submitted on 06 May 2024
55 points (98.2% liked)
Linux Gaming
15776 readers
118 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
What do you mean splitting the disk? I just recently removed windows, moved and resized both boot and primary partition to take over all the space, now it is a pure Ext4 disk. I would not use BTRFS for your use case but that is up to you.
I meant using BTRFS for system and ext4 for the game folder. Why you wouldn't use BTRFS though?
I saw the other comments, BTRFS appears to work fine, I wouldn't use it because it is unfinished (there are some features not ready according to the status page) but I guess it is stable.
The main issue with btrfs is the RAID 5/6 write hole. If you aren't planning to use RAID 5/6, it's fine.
There are some other problems too, but those don't affect data integrity. The most annoying one currently is that defragmenting breaks reflinks, such that snapshots get turned into full copies, potentially wasting a lot of space. (I have honestly no idea how noticeable fragmentation is on SSDs, and if defragmenting is even worth it nowadays.)