Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
And you tried to do so in the Steam client, making a new "library" or whatever they call it?
Are you able to manually navigate to the media folder and create a little text file there (for testing purposes)?
It is very unlikely that you could outsource your Steam library on a USB drive that isn't recorded in your fstab, where your built-in drives are listed. Only thinkable is an ad-hoc base, but you'll loose all your data after restarting computer.
I am not certain how to access the media folder. The only files for which I know I can see and edit are my downloads, images, audio, and the USB files themselves. Going deeper and access the files such as user, system, and home folders I am not a pro at.
I never did define my drives in "/etc/fstab" but even so I don't know exactly what this means. Sorry if that didn't help your resolution on my problem and I am not a tech wiz when it comes to specifically playing around with Chromebooks.
Well, to 'mount' any drive to your Linux system permanently, it has to be written in the 'fstab' file, which is one of the basics, one has to recognize about how Linux is working. It is no wizardry, but the basics on how the system works. You define your hardware, stored in a file, this time it is called 'fstab' and is found in your ' / ' root directory under ' /etc '. You can only manipulate this file, when you are using your root password, otherwise you are only allowed to view it. Any program is using the basic defines. So, when it comes to ad-hoc USB-drives, they are just mounted currently, but not really known to the system for longer. So, if you want to try to install your ... let's say Steam games on that drive, Steam can't find it, no matter that it is ad-hoc mounted to the system by simply plugging the USB in. You have to tell Steam where to look every single time, instead of fstab-mounted drives, who are known. I do not know if you may write USB-drives to your fstab, because the system won't start, if that drive is not present.
For further information, you may search any search engine for 'Linux fstab'.
Okay, I understand what your saying. It makes sense and seems to be a solution to my problem. https://linuxconfig.org/howto-mount-usb-drive-in-linux Does the link I provided seem to do the basic run down of what your saying. Thank you for the help in advance.
No thats alright, certainly ever little bit to get me ever so closer to fixing the problem is helpful. Really do appreciate it.
Steam doesn't like these, only EXT4, so maybe this is part of why it's not being listed?
you can create a new folder on your home then issue a "mount" command with the correct parameters to have this folder show whatever is in that removable drive... Steam *should* see it then, even if this is mounted temporarily
doing it this way lasts until explicitly unmounted or until you reboot...
fstab allows it to be automounted to a custom location every time the system boots or whenever the disk is plugged in to the running system
ps: there are also apps to handle fstab configs graphically, like gnome-disks (installed by default and called just "Disks" in some distros like Linux Mint and afaik Ubuntu too), but it's easier to give you accurate instructions by directly editing the fstabs file