Force-compress

Hello, following a discussion on lug helper discord regarding Star Citizen, the force-compress can break some games Is it possible to disable this ?
No description
10 Replies
HikariKnight
HikariKnight4mo ago
first time i hear about filesystem compression breaks a game as IIRC we have had someone play star citizen here before with no issues you can just turn off force-compress in /etc/fstab for /home however you will have to move the game away from /home to a different location/disk and then back again for it to be no longer compressed (or uninstall and re-install) as changing the compression only affects new files
Niuulh
NiuulhOP4mo ago
Thank you for your answer, i'm just forwarding the info i don't have any knowledge about all this
HikariKnight
HikariKnight4mo ago
alternative is just install the game on a different drive without force-compress
Niuulh
NiuulhOP4mo ago
thanks :)
HikariKnight
HikariKnight4mo ago
actually a better way would be to just do
chattr -R -c <directory_path>
chattr -R -c <directory_path>
replace <directory_path> with the path to the game files and it will disable compression for just that folder then move the files out of the folder and back to make them uncompressed that way you only turn it off for that 1 game since literally no other game has this issue to my knowledge
Niuulh
NiuulhOP4mo ago
i didn't have issue with another game yea, thanks i'll do that
Niuulh
NiuulhOP4mo ago
No description
HikariKnight
HikariKnight4mo ago
well the force-compress is a fedora default so not something we do
Niuulh
NiuulhOP4mo ago
it's fine, i just forwarding infos, all working now thanks :)
HikariKnight
HikariKnight4mo ago
great

Did you find this page helpful?