You are not logged in.
Hi again, sorry for being late.
Please quantify "many" and "huge" and does it work if you try to compress only some part of the game files?

This level of huge. There's at least 160 files into the data folder.
EDIT: Ok, nevermind. The compression process that I launched from Dolphin actually worked for some reasons...
Last edited by byjove01 (2024-01-01 21:43:24)
Offline
ls -URA data | wc -l # file count
ls -URA engine | wc -l # which is bigger…
du -hs data # just ftr, so you won't have to post pictures in the future ;)If it's the file count, I suspect rather a dolphin than anything else problem ("collecting" files can take a while, depending on how overcomplicated its approached, eg. the "U" above will prevent any kind of sorting efforts)
Offline
My output.
ls -URA data | wc -l
1962
ls -URA engine | wc -l
26
du -hs data
9,5G dataOffline
Oh, engine is "Mio" and data is "Gio"! And apparently that's not GB nor GiB either.
It's probably just the size, 2k files isn't "much" for a computer, but I assume "engine" is just some megabytes?
EDIT: Ok, nevermind. The compression process that I launched from Dolphin actually worked for some reasons...
Ie. compressing data worked, dolphin is just slow AF about it?
File a bug upstream - spitballing, it might perform some virus checks or other fancy, compression-unrelated features when creating an archive.
Offline
Ok then, I'll do that. Thanks for your help.
Offline