this post was submitted on 14 Oct 2025
25 points (96.3% liked)

Linux Gaming

21814 readers
208 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

Bear with me, I only just made the move from Windows. I have two partitions on my drive, one small with all the OS files and such, and one large to be used for storage and installing games and such. I've made sure to take ownership of this partition and all that to make I don't need root access to it. I set this up yesterday, and today I found that Steam did not find the storage partition. I had to go into the Steam settings to point out the drive. Can I change things so I don't have to do that every time I boot up my PC?

you are viewing a single comment's thread
view the rest of the comments
[–] Keegen@lemmy.zip 7 points 1 week ago (1 children)

As others have mentioned, this definitely sound like the partition is being mounted by your desktop environment instead of your system. You can either add it manually by editing /etc/fstab or use the Disks program (think it's Gparted?) that I'm pretty sure Mint ships with, select your drive then your partition and click on the cogs to edit mount options (you might have to unmount it first). Deselect Automatic Mount if it's enabled, make sure mount at startup is enabled and check if the mount point points to a correct path, clicking OK should add the entry into your fstab, you can check if it's there with "cat /etc/fstab" in your terminal.

[–] BlueSquid0741@lemmy.sdf.org 5 points 1 week ago

This (Disks) is exactly what I’d suggest for a newbie too. Just noting it’s not gparted, it’s gnome-disk-utility.