Why can’t I add my second SSD to Steam?

0
1
Asked By CoolBreeze42 On

I'm trying to add a second SSD as a storage drive for Steam, but I'm hitting a wall. I initially had it formatted as NTFS from Windows, but that didn't work, so I switched to Btrfs. Still, Steam won't recognize it. I've scoured the internet for solutions, but nothing has worked so far. Any ideas on what I should do?

4 Answers

Answered By TechGuru88 On

How did you install Steam? If you got it through Flatpak, you'll need to hard mount the SSD and possibly use Flatseal to give it access. If you went native, that might simplify things! Let me know how it goes with Flatseal!

CoolBreeze42 -

I’m trying Flatseal now, fingers crossed!

Answered By SmokeyBot On

When asking for help, it’s super useful to mention your Linux distribution, any relevant hardware details, and error messages you might be facing. This can really help others in troubleshooting!

Answered By StorageSensei2021 On

If you’re using a native Linux filesystem, you need to mount your drive correctly; for example, mount it to a folder like `/home/bob/steamstorage`. Don’t forget to change the ownership with `sudo chown bob:bob steamstorage` so Steam can use it. Ensure you set up your `/etc/fstab` entry for auto-mounting at boot. If it's NTFS, make sure to mount it with the right options to allow ownership; sandboxing issues can occur with Flatpak or Snap versions, so keep that in mind!

CoolBreeze42 -

Thanks, that worked for me! 🙂

Answered By UserMentality On

Hey, what permissions did you set on the drive? Sometimes that can be the root of the issue.

Related Questions

Raffle Ticket Generator

Sudoku Solver

Tambola Number Generator

Tambola Ticket Generator

UK Bingo Card Generator

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.