Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong available disk space displayed #3881

Open
MightyCreak opened this issue Jun 13, 2015 · 4 comments
Open

Wrong available disk space displayed #3881

MightyCreak opened this issue Jun 13, 2015 · 4 comments
Labels

Comments

@MightyCreak
Copy link

Hi!

I've moved my SteamApps directory to another place on my SSD drive, and then created a symbolic link to this directory, like this:

cd ~/.local/share/Steam && ln -s /fastdrive/SteamApps

But now in Steam, when I want to install a new game, the available disk space is wrong. It shows the available disk space of ~/.local/share/Steam instead of ~/.local/share/Steam/SteamApps.

Here is the output of df -h for each directory:

$ df -h ~/.local/share/Steam/
Filesystem      Size  Used Avail Use% Mounted on
/dev/sdb5       827G  501G  284G  64% /home

$ df -h ~/.local/share/Steam/SteamApps 
Filesystem                    Size  Used Avail Use% Mounted on
/dev/mapper/fedora-fastdrive  172G   83G   81G  51% /fastdrive

I tried to chose a different directory in the dropdown list, but it says I don't have the rights, which is weird since the directory has more rights than ~/.local/share/Steam (755 vs 705). But well, that's another story.

@jurf
Copy link

jurf commented Oct 1, 2018

Yeah, encountered this too, Steam should really df inside steamapps, not the parent directory, when installing games.

@nanonyme
Copy link

nanonyme commented Oct 1, 2018

Just checking: so you did actually --filesystem=/fastdrive/SteamApps and link it inside the Flatpak container, right? (imo it's to be honest better idea to add it as a Steam library through client than to add symlinks)

@jurf
Copy link

jurf commented Oct 1, 2018

In my case there were no symlinks involved, but it’s the same issue, symlink or not.

@kisak-valve kisak-valve assigned ghost Oct 1, 2018
@DDoctorzeus
Copy link

DDoctorzeus commented May 3, 2023

For me I have 100GB less than is available (not sure if this is an intentional safety mechinism. No symlinks other than the default created one for $HOME/.steam/steam -> $HOME/.local/share/Steam . Not sure if this is an intentional "feature"..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants