steam-deck-utilities icon indicating copy to clipboard operation
steam-deck-utilities copied to clipboard

Sync Gamedata Says No Drives

Open Dark98 opened this issue 1 year ago • 2 comments

My SD Card isn't mounted/formatted by steam so the mount point is /var/mnt & not the below

https://github.com/CryoByte33/steam-deck-utilities/blob/341e69ea7c4de9a1bca407fbfbef1540cbd1386b/internal/config.go#L131

I changed the above line to /var/mnt & created my own build, it now works perfectly:)

Would it be possible to check both dirs?

Dark98 avatar Aug 24 '23 02:08 Dark98

Did you format your drive manually? The KDE formatter also uses the directory currently in the code (by default), so I assumed it would be safe to assume it was there.

I would be fine with adding a second directory, but /var isn't where drives should be mounted in general (https://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/var.html) so I'd rather not add anything in there to the list.

CryoByte33 avatar Aug 24 '23 04:08 CryoByte33

Did you format your drive manually? The KDE formatter also uses the directory currently in the code (by default), so I assumed it would be safe to assume it was there.

I would be fine with adding a second directory, but /var isn't where drives should be mounted in general (https://tldp.org/LDP/Linux-Filesystem-Hierarchy/html/var.html) so I'd rather not add anything in there to the list.

Yeah I manually formatted as I have several partitions on my SD Card (For Windows, Etc)

When I check '/mnt' on the Deck it shows the mount folder & in the fstab it's mounted to '/mnt' & not '/var/mnt' but SteamOS does some weird stuff & when I used the path '/mnt' it wouldn't work but it works with '/var/mnt'

Dark98 avatar Aug 24 '23 05:08 Dark98