Add drive to Steam (existing library on btrfs)

Hello. I've tried to add my existing Steam library after fresh installation of bazzite. SSD drive with library is formatted as btrfs, but when I try to add it in Steam through Settings -> Storage -> Add Drive nothing happens (I select it, click OK and it doesn't appear on the list). Drive is mounted in /run/media/my-ssd-mountpoint. I checked the standard permissions, but maybe it's something limiting it still?
1 Reply
HikariKnight
HikariKnight2w ago
make sure you own the mountpoint and files sudo chown -R $USER:$USER /run/media/my-ssd-mountpoint

Did you find this page helpful?