this post was submitted on 23 Aug 2026
58 points (100.0% liked)
technology
24446 readers
305 users here now
On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
- Ways to run Microsoft/Adobe and more on Linux
- The Ultimate FOSS Guide For Android
- Great libre software on Windows
- Hey you, the lib still using Chrome. Read this post!
Rules:
- 1. Obviously abide by the sitewide code of conduct. Bigotry will be met with an immediate ban
- 2. This community is about technology. Offtopic is permitted as long as it is kept in the comment sections
- 3. Although this is not /c/libre, FOSS related posting is tolerated, and even welcome in the case of effort posts
- 4. We believe technology should be liberating. As such, avoid promoting proprietary and/or bourgeois technology
- 5. Explanatory posts to correct the potential mistakes a comrade made in a post of their own are allowed, as long as they remain respectful
- 6. No crypto (Bitcoin, NFT, etc.) speculation, unless it is purely informative and not too cringe
- 7. Absolutely no tech bro shit. If you have a good opinion of Silicon Valley billionaires please manifest yourself so we can ban you.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments

For audio and video content NTFS will work alright.
For games you should use a linux native filesystem like ext4 or btrfs. Bazzite itself will warn you about this if you plug in an NTFS drive.
The last tried I installing fitgirl was years ago and it did not work. I have seen people on reddit say that her installers work under proton but I have never been able to replicate it. I have taken to downloading pre-installed repacks or clean steam files and cracking them myself. On cs.rin, repackers like rexagames or astralgames will post suck repacks. You are supposed to just unzip and run these repacks. There is a significant downside to this that these repacks are not usually distributed via torrent so you need to download them from file hosting websites. But it works at least. I have been pirating the shit out my steam deck this way.
So I can't just download ISOs from my private tracker anymore?
uncompressed shit like that is ideal actually and should work fine, I've had issues with fit girl on Linux i think due to her uncompressing tool
Those isos from scene releases have a higher chance of working. Their setup wizards are simpler and should work under wine. I have used updates from RUNE and such and they worked fine. Fitgirl's installer doesn't work probably because of the decompression it does.
The important thing is to install the games on ext4 or btrfs because the read performance from NTFS is kinda bad. So while NTFS will work for audio-video, games don't work well on it.
Is there an advantage to btrfs for gaming? Idk if bazzite does compression or not, but should that be on or off?
Compressing something already compressed is pointless. So like emails or source code compress well, but video, audio or game assets do not at all basically. So doesn't matter for those things whether you have it enabled, and the overall percentage of uncompressed stuff on your drive is probably rather low, and mostly very small files.
I think the CPU overhead should be very small, but I haven't tried it myself. Plus if you actually have something that compresses well, it should actually be faster to access because you're almost certainly not CPU-limited, but rather limited by the read/write speed of the disk.
No advantage over, say, ext4. I mentioned it because it is a good filesystem and bazzite chooses it by default so you probably have it. Also it has the best name.
You can check if compression if enabled by checking the contents of the fstab file (
cat /etc/fstabin the terminal). It will say something likecompression=zstd. It will likely be enabled.There is no disadvantage to having compression on. These compression algorithms are designed to be used on the fly and are very fast. The overhead on a mildly modern system is imperceptible.
Whether you get mileage out of it is another matter. At a previous job I saw 20% reduced space usage on a postgres machine. On my laptop however the same stat is just 1%. It depends on the kinds of files you have.