Score:0

How do I install steam on my second disk?

km flag

I have a laptop with a 128GB SSD and a 1TB HDD. I want to install steam and its games on my HDD, since it has more space available. The problem is, I actually CAN install games on my HDD, but when I click on them, though, they won't open up. I think that's so because I am using Steam Play and every Steam software that is necessary to run Windows games on my machine is being automatically installed on my SSD. So, to fix this, I think the proper solution would be installing Steam on my HD, but... how do I do that?

Just for the record: I do not know if this information is relevant, but my SSD is formated as NTFS, because I came from Windows recently and I do not know if it is required (or how) to change it.

ar flag
Does this answer your question? [How can I change where Steam installs games?](https://askubuntu.com/questions/260288/how-can-i-change-where-steam-installs-games)
Someone avatar
km flag
Unfortunately, no. I tried doing as they said, moving my entire steam folder to my HDD and somehow it does not work, but I do not understand why... All the files have been moved along too, such as Proton and SteamWorks. When I try to open the game it just won't.
ar flag
You may want to try creating an `ext4` partition to for Steam. Linux apps don't like to be installed in a NTFS partition, as Linux file permissions are usually lost when put in a NTFS partition. However, the accepted answer that tells you how to **Create a new Steam Library Folder** should work even if the folder is in a NTFS partition.
ar flag
Also see [What's the best practice for setting up Steam on a second hard disk?](https://askubuntu.com/questions/1168170/whats-the-best-practice-for-setting-up-steam-on-a-second-hard-disk)
Score:0
cn flag

Install Steam using the default path (which is ~/.steam), move the directory later and put a symlink instead. This way you don't have to customize anything and you also can do that any time after the installation.

Be sure Steam is not running when you move the directory:

cd
mv .steam /somewhere/
ln -s /somewhere/.steam
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.