#[SOLVED] steam flatpak not using other folders, even with flatseal

88 messages · Page 1 of 1 (latest)

crystal coral
#

So recently steam wouldn't open due to whatever reason due to a ui update, so when asking around i was told to install the flatpak. same issue, but i figured out it was a package interfering with this, but thats just background info. I have a partition specifically for steam and when i try to install gaames to this partition I get a disk write error. I used flat seal to give the flatpak permission to install here, but in still getting the error

Also I'm trying to unistall visual studio code, but no terminal command works as it can't be idetified, i installed it from microsoft directly

Endevour Os
Budgie
Ryzen 5 5600x
Evga XC3 3080ti
64gb ram

marsh crystal
#

I used a shitty hack to solve this problem by appending this to my fstab:

# Fox2Code steam hax
/home/fox2code/.local/share/Steam /home/fox2code/.var/app/com.valvesoftware.Steam/.local/share/Steam none x-systemd.automount,bind,nofail,x-systemd.device-timeout=4 0 0
/home/fox2code/Pictures /home/fox2code/.var/app/com.valvesoftware.Steam/Pictures none x-systemd.automount,bind,nofail,x-systemd.device-timeout=4 0 0
#

Off course replace fox2code by your user folder name.

crystal coral
#

I just copy and paste that directly to my terminal?

crystal coral
# marsh crystal I used a shitty hack to solve this problem by appending this to my fstab: ```sh ...

sudo /home/patovii/.local/share/Steam /home/patovii/.var/app/com.valvesoftware.Steam/.local/share/Steam none x-systemd.automount,bind,nofail,x-systemd.device-timeout=4 0 0 /home/patovii/Pictures /home/patovii/.var/app/com.valvesoftware.Steam/Pictures none x-systemd.automount,bind,nofail,x-systemd.device-timeout=4 0 0 [sudo] password for patovii: sudo: /home/patovii/.local/share/Steam: command not found zsh: permission denied: /home/patovii/Pictures

marsh crystal
#

sudo nano /etc/fstab

marsh crystal
#

I though you knew what I meant when I said fstab

crystal coral
#

Im still very new to Linux, trying to figure out the way things are written, and what they mean

crystal coral
#

what does it mena by this?

marsh crystal
#

I don't know what you did to your system to get hat, and it's not important to resolve your current problem.

crystal coral
#

I made a separate partition for Steam specifically. But idk what you wanted me to do with the sudo nano /etc/fstab.

crystal coral
marsh crystal
#

Check what bind mount are, and use my example to know where are the source and target folders you should use.

#

You have quite a particuliar setup, and you alone can adapt it properly to your setup.

crystal coral
#

Alright

crystal coral
#

Or at least change the default file browser

crystal coral
crystal coral
marsh crystal
#

mkdir tounch and mount are safe command

#

By that, I mean you can always go back if something goes wrong

#

So just try it and see

crystal coral
#

Ok

#

@marsh crystal I bound where steam can install things to and my flatpak together, but I’m still getting a disk write error to my steam partition

marsh crystal
#

Progress! Yeh!

crystal coral
#

Eh?

marsh crystal
#

Cause it's new error message!

crystal coral
#

No

#

Same error

marsh crystal
#

I'm sorry, I don't feel very well, I won't be able to help you for a bit...

crystal coral
#

No you’re fine

marsh crystal
#

I'm in so much pain I feel I'm almost about to vomit.

crystal coral
#

Then get rest

#

Get better bro

crystal coral
#

So i tried this sudo mount --bind /mnt/Steam /home/patovii/.var/app/com.valvesoftware.Steam/.local/share/Steam as an article suggested, but that lead to nothing, now thy're binded, which should'nt be too bad, but would be nice to unbind them.

#

nevermind, this was a really bad thing

#

lmao

#

unless?

#

so, in binding the folders, that instance of steam got unexisted, so i had to reinstall steam, but, and things seem to be working? however an issue i can see is space, like what happened to everything that was perivoulsy there? why hasnt the space went down?

#

or i should say, if stuff that these directories kinda got wiped, why isnt there more free space?

marsh crystal
#

Do ls -la /mnt/Steam for me please.

crystal coral
marsh crystal
#

Worse

crystal coral
#

I’m so sorry

marsh crystal
#

But it's not because I feel bad that I won't try to help you.

crystal coral
#

Hope you get well soon, homie

#

Thank you

marsh crystal
crystal coral
#

Oh

marsh crystal
#

Humm, can you execute the mount command and sent me the return text just like you did

crystal coral
#

Just mount?

#

Or mount /mnt/Steam

marsh crystal
#

Oki, I know what command you have to do

#

Append this to your /etc/fstab

# Fox2Code steam hax
/home/Steam /home/patovii/.var/app/com.valvesoftware.Steam/.local/share/Steam none x-systemd.automount,bind,nofail,x-systemd.device-timeout=4 0 0
/home/patovii/Pictures /home/patovii/.var/app/com.valvesoftware.Steam/Pictures none x-systemd.automount,bind,nofail,x-systemd.device-timeout=4 0 0
#

you can edit the file with sudo nano /etc/fstab then just reboot your computer

marsh crystal
#

The bind mount to pictures is for maximum lazyness

#

This one is optional

crystal coral
marsh crystal
#

Under the highlighted, yeah

crystal coral
#

so this is what i want

marsh crystal
#

Yes

crystal coral
#

Gucci

marsh crystal
#

Now save modifications

#

And restart computer

#

And see if it does chaos when you start steam flatpak

crystal coral
#

I save by clicking enter, or something else?

#

gksudo gedit /etc/fstab
Do i use this?

crystal coral
marsh crystal
#

Shit, there is probably something different with your setup that is not happening on mine

crystal coral
#

it was giving me this after i binded the folders, but it just reinstalled, but it isnt reinstalling this time

#

wait

marsh crystal
#

Well, it's still progress since we have different error message

crystal coral
#

i just had to click search and select directory

#

but the steam partition is showing less than 400gb, it should be around 700, idk where the other 300gb went

#

theres just bloat somewhere

crystal coral
#

so fixed my storage issue, and i belive i solved my overall issue. Thank you @marsh crystal for all of your help. although i have limited space, i can just move games games around from folder to folder for the games im not currently playing

lone veldtBOT
#

fox2code received a thank you cookie!

marsh crystal