this post was submitted on 03 Jul 2026
47 points (94.3% liked)
Linux Gaming
26514 readers
174 users here now
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
Resources
Help:
- ProtonDB
- Are We Anticheat Yet?
- r/linux_gaming FAQ
- Fork of an earlier version of the above
- PCGamingWiki
- LibreGameWiki
Launchers/Game Library Managers:
General:
Discord:
IRC:
Matrix:
Telegram:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'd appreciate that thank you
Another plus of CachyOS: the Arch wiki, suppemented by their own.
https://wiki.archlinux.org/title/NTFS#Prevent_creation_of_names_not_allowed_by_Windows
(linked from there): https://man.archlinux.org/man/mount.8
https://wiki.cachyos.org/configuration/automount_with_fstab/
Here's how my /etc/fstab file (which controls how drive partitions are mounted at boot) looks:
lazytimeanddiscardare performance things for SSDs.sys_immutablemarks files with the "system file" attribute in Windows (like stuff in the Windows folder) as unchangable on linux, as you don't want to mess with these.uuid/gid explicity sets the owner as me, as Windows does not handle granular file ownership like linux does, hence its best to default to a user explicitly.
iocharset=utf8andexecare probably redundant, but makes sure it doesn't use an ancient linux defaut.I will quote the
windows_namesdescription from the link above:Note I have the Windows partition set as
ro. Read-only. So linux can read files of the windows partition, but can't write or change anything, just in case./Storage is my SATA drive, which I have set as
rwso linux can write files too.And FYI, I have my linux partition (and a secondary NVMe drive) set as f2fs. I've been happy with that filesystem for a long time:
UUID=787e85c8-5a65-4265-ad91-de756ac2a8d3 / f2fs defaults,gc_merge,lazytime 0 1A lot of issues you see surrounding NTFS (like games not working or reported corruption) are because people and distros don't set these options.
But CachyOS may default to some of this by now. I set this up explicitly a long time ago.