Missing file privileges
So, everything was working normally untill today, could install games, and update them no problem. But today I started getting the "Missing file privileges" error on steam.
I'm installing my games on a btrfs partition, which is set up to /var/mnt/jogos
I followed another trend of the same issue here on the discord and tried
ll/var/mnt/
which gave me
total 16
drwxrwxrwx. 1 root root 260 jan 15 09:43 jogos
and tried touch /var/mnt/jogos/teste
, which created the file no problem.
What bugs me is that I've been using this install for a couple of weeks with no other problems, and the only thing I did differently was booting to windows to install star citizenSolution:Jump to solution
sudo chown -R $USER:$USER /var/mnt/jogos
as specified in our documentation
https://docs.bazzite.gg/Advanced/Auto-Mounting_Secondary_Drives/?h=mount...Auto-Mounting Secondary Drives - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
8 Replies
is jogos your username or the mountpoint?
the mountpoint
Solution
sudo chown -R $USER:$USER /var/mnt/jogos
as specified in our documentation
https://docs.bazzite.gg/Advanced/Auto-Mounting_Secondary_Drives/?h=mountAuto-Mounting Secondary Drives - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
that seems to have done it, no idea how it worked until now, or if windows changed anything on the partition after I booted it, thanks
if you have setup btrfs for windows, its important you have configured the mappings correctly so it doesnt break file permissions
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...
any other filesystem shared between windows we do not support as proton does not support it and can cause to corruption of said partition in the long run
I followed the video, and so far it seems to be working out. Thanks a lot!