[SOLVED] Best options to mount Steam games partition

Anything related to gaming on Linux Mint including game discussion or questions concerning Steam or Wine.
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
nicrobi
Level 1
Level 1
Posts: 26
Joined: Fri Mar 19, 2021 5:38 pm
Location: UK

[SOLVED] Best options to mount Steam games partition

Post by nicrobi »

Hi Guys.

I've created a partition on a second SSD drive I have for Steam games which I've called "SteaMint" (my home drive is on a mechanical HDD so I don't want to use that for games).

This is the entry I intend to put into fstab to mount it. I was wondering if you could take a look and let me know if it's OK and if you have any suggestions for <options>. Noatime is all I could think of and should help performance. Also I've chosen to check the partition with a "2" in <pass>. Would you agree with this?

Code: Select all

UUID=27c21b41-c58e-4c77-8207-80556df344b1   /mnt/SteaMint   ext4   noatime   0   2
I've already pointed Steam to the folder and the /mnt/SteaMint path already exists. Anything else you can think of?

Thanks.

Nick
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 4 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
AndyMH
Level 21
Level 21
Posts: 13742
Joined: Fri Mar 04, 2016 5:23 pm
Location: Wiltshire

Re: Best options to mount Steam games partition

Post by AndyMH »

This is what I use

Code: Select all

UUID=fb689910-e942-46e1-b03d-e7032e0e36bb	/media/ultrabay	ext4	defaults,nofail	0	2
nofail because it is a removable drive.
Thinkcentre M720Q - LM21.3 cinnamon, 4 x T430 - LM21.3 cinnamon, Homebrew desktop i5-8400+GTX1080 Cinnamon 19.0
nicrobi
Level 1
Level 1
Posts: 26
Joined: Fri Mar 19, 2021 5:38 pm
Location: UK

Re: Best options to mount Steam games partition

Post by nicrobi »

Thanks Andy. My drive is fixed so I've stuck with what I posted and it seems to be working fine. I don't see the drive in Nemo, but I'm not too bothered about that.

By the way, I realised I put the <type> and <options> the wrong way around in my original post so I've corrected that.

Nick
User avatar
AndyMH
Level 21
Level 21
Posts: 13742
Joined: Fri Mar 04, 2016 5:23 pm
Location: Wiltshire

Re: Best options to mount Steam games partition

Post by AndyMH »

nicrobi wrote: Sun Dec 05, 2021 5:20 pm I don't see the drive in Nemo, but I'm not too bothered about that.
It should appear in the devices pane on the left.
Thinkcentre M720Q - LM21.3 cinnamon, 4 x T430 - LM21.3 cinnamon, Homebrew desktop i5-8400+GTX1080 Cinnamon 19.0
1000
Level 6
Level 6
Posts: 1039
Joined: Wed Jul 29, 2020 2:14 am

Re: Best options to mount Steam games partition

Post by 1000 »

1. My /etc/fstab

Code: Select all

UUID="my_long_number" /media/Steam64 ext4 defaults 0 0
my_long_number id from blkid command.

Edited
Info:
" Steam64 " folder I created manually.
I named the folder to remember that I will have Steam games there and only compatible with the 64bit system.

Edited
Something else. After edit /etc/fstab
You can try mount partition without reboot computer / laptop

Code: Select all

sudo mount --all
And check if is mounted

Code: Select all

mount
2. And permissions for Steam folder. ( inside new mounted partition )

Code: Select all

$ ls -l
total 20
drwxrwxrwx 3 use_namer user_name  4096 Dec  6 16:29 Steam
drwx------ 2 user_name user_name 16384 Apr 18  2015 lost+found
Permissions must be hereditary.
I used

Code: Select all

chown user_name Steam -R
Perhaps this should be the "1000" user_name. :lol: ( for other users and apps )
But I gave the permissions as is my account name and for me working.


3. The " Steam " folder name must be mandatory / obligatory
The Steam application may not accept the other folder name.


4. Example video how add Steam folder to Steam
https://www.youtube.com/watch?v=eLBLggVyPCg

Steam Settings --> Downloads --> STEAM LIBRARY FOLDERS

Edit
I see now tab " STEAM LIBRARY FOLDERS " looks now epically :o
Image

There click " + " to add new partition.


5. Something else.
If you use multiple operating systems,
and if you want to add there too ...

The "Steam" folder will be there, but you will need
- mount partitions with /etc/fstab
- change permissions for the "Steam" folder
- select / add folder "Steam" inside Steam app.

TIP
When partition is new. In GParted app I can add "LABEL".
adding a label makes it easier to find partitions in output of blkid command.
nicrobi
Level 1
Level 1
Posts: 26
Joined: Fri Mar 19, 2021 5:38 pm
Location: UK

Re: Best options to mount Steam games partition

Post by nicrobi »

Thanks 1000, some great info in there!

Andy, I think it's because I unticked "Show in user interface" when I was messing around previously in Disks. I've sorted it now.

Nick
Locked

Return to “Gaming”