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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
This (Disks) is exactly what I’d suggest for a newbie too. Just noting it’s not gparted, it’s gnome-disk-utility.