ryanrudolfoba/SteamOS-Waydroid-Installer

var partition issues

Closed this issue · 5 comments

“I’m having trouble installing scripts on Waydroid on my Steam Deck due to the size of only 256 MB of the var partition. Is there any possibility to change the installation to the deck’s home?”

The script already does that - it creates a symlink to /home/deck/waydroid because /var is tiny.

What version SteamOS are you on?

Can you post a acreenshot of your error?
Add this too -

ls -lh /var/lib
ls -lh ~/
du -sh ~/
df -h

“Thank you for responding, so, my OS is 3.5.7 and, it seems, in my attempts it did not result in a symlink but in a full installation in var, even my partition manager accused the presence of the file, so I was not able to install the scripts from casualsnek (https://github.com/casualsnek/waydroid_script)”
Screenshot_20240211_220029

“I can see that some files are symlink within the folder but the scripts that come to be installed like those of casualsnek, these are 100% in var.”
Screenshot_20240211_221528

The bulk of the waydroid file is in the images and cache_http directory. Those are symlink to /home/deck/waydroid or else the image wont download due to the limited space in /var.

Casualsnek script it wont work if you symlink that. That needs to go to /var, and the casualsnek files are tiny it wont fill the whole /var partition.

On your screenshot it shows that /var has 143MB free.

EDIT: the script already includes casualsnek script for libndk arm translation and widevine.

“It’s nice to know about the scripts inside, so I don’t need CasualSnek. I was just trying to make Brawl Stars work like I did with Wild Rift, but I don’t believe that I can do it in the current state of development.”