Dualboot shared drive help

Hello all. I have attempted to follow a guide from here for dual boot and btrfs shared drive between windows and bazzite. All works apart from on bazzite steam says it does not have permission to download. I can transfer files to the drive from bazzite and download anything that isn't through steam but this last step just won't work. Any help will be appreciated. I am also very new to Linux so please be gentle
15 Replies
djskynet83
djskynet83OP2mo ago
I would prefer to be able to download from both because the windows btrfs driver is very prone to crashing
HikariKnight
HikariKnight2mo ago
follow this correctly, as you have messed up the registry entries that set the correct permissions, once thats done you need to sudo chown -R $USER:$USER the whole shared drive to fix the files you broke by not setting the windows permissions correctly and rebooting once setting them. https://www.youtube.com/watch?v=h6fc-3CCXbA
Mike's Tech Tips
YouTube
How to set up a shared btrfs partition for sharing games between Wi...
In this video we'll be looking at how to create a shared btrfs partition for sharing our Steam game library between Bazzite and Windows. Timestamps 00:00 Introduction 00:48 Creating our shared btrfs partition in GParted 01:40 Installing WinBtrfs 02:32 WinBtrfs Secure Boot work around 03:16 WinBtrfs permission configuration 05:10 Hiding your Baz...
djskynet83
djskynet83OP2mo ago
That's the one I followed. I'll retry the steps. Guarantee i didn't rebot where I should have somewhere. I'll try soon. Thanks for the help
HikariKnight
HikariKnight2mo ago
We have had people before that "followed" it and filled in 1000 then clicked decimal instead of the other way around Those will create wildly different permissions
djskynet83
djskynet83OP2mo ago
Guide says to make it decimal? All entry's are 1000
HikariKnight
HikariKnight2mo ago
Yes switch to decimal first then type 1000 It will then be converted to the right hex value
djskynet83
djskynet83OP2mo ago
I had that part correct
HikariKnight
HikariKnight2mo ago
Then you just might have missed the reboot after all the registry stuff As the changes do not take effect until you reboot Make a file on the shared drive and check it's permissions in bazzite afterwards to verify
djskynet83
djskynet83OP2mo ago
In windows or bazzite?
HikariKnight
HikariKnight2mo ago
If the permissions are good just chown all the files on the shared drive to be owned by you Make the file on the shared drive in windows, you know the os that caused the problematic permissions?
djskynet83
djskynet83OP2mo ago
Ok
HikariKnight
HikariKnight2mo ago
Then verify the permissions on that file is correct by rebooting to bazzite and checking it With ls -la
djskynet83
djskynet83OP2mo ago
No description
djskynet83
djskynet83OP2mo ago
Is that good? Oh wait. Missed the mount point settings there. If i change that now what damage will it cause?
HikariKnight
HikariKnight2mo ago
just show the file that you created in windows if it has bazzite bazzite its good as it will be owned by your user then then all you need to do is go to the root of that mount point and run sudo chown -R $USER:$USER ./ to fix the whole drive which would be /run/media/bazzite/d5d7whatever

Did you find this page helpful?