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
And check if is mounted
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
Perhaps this should be the "1000" user_name.
( 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
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.