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
In my opinion, you should have the USB drive mounted, make sure it is writable and then create a folder (call it games or whatever you want the library to be called.)
Once you have the folder, go to steam's settings > Downloads > Steam library folders > Add Folder.
Once yuo have done that, close steam, copy/move all the games to the new folder and start steam again. Install the game you want and it should locate all the existing game files.
this method works, but can be hit and miss and NEVER Remove the USB while steam is running.
This same method is also useful when dualbooting windows and linux. Simply set your steam library folder to a folder on a mutually accessible FAT32 partition. (native steam wont work so well, however if you run stea, through any kind of application layer like WINE, then it works just peachy.)
What the poster before me said should work. (It does work with SD Cards. Never tried with USB but I see no reason why it won't).
I would ilke to add, if you get into any weird issues, realise that Ubuntu is most likely still using the Chrome OS kernel and they don't build it with a lot of the modules you'd get on an ubuntu kernel, such as windows file sharing and controller support. This confused me for a while until I fixed it.
At least on the older chromebooks this will be the case as you can't easily turn off the part of the BIOS that insists on a signed kernel.
http://i.imgur.com/p8aRoXh.png
http://i.imgur.com/60Bdqn0.png
And, if I try going to settings > Downloads > Steam Library Folder > Add folder, I can't see my USB on it.
http://i.imgur.com/YVGSlbW.png
I think Chrome OS may be having issues with read/write on the folder, because it's a USB mounting in Media.
You could probably either Force mount the USB as a physical drive using fstab, Or maybe try:
Let me know if it doesn't work. I'll boot up a version of Chrome OS and see if I can get i to work for you. ;-)
Will try the sudo chown, tried it before but didn't know what to do.
If that doesn't work ill try mounting the USB with FSTAB, is there anything I need to know how to do it?
EDIT: Tried the chown method, the terminal hung for a bit and then nothing happened. Tried again, same thing.
I'll try out the fstab method
https://help.ubuntu.com/community/Fstab
Make sure you mount it to a point in /mnt NOT /media. eg: /mnt/sdb1 and it needs read/write permission
It's a text file you edit, that is part of your system configuration.
sudo chown -R -v nitro:nitro /mnt/sdb1
What file system type is your USB? It wont work if it's NTFS.
Did you set write permissions in Fstab? Chown won't work if fstab doesnt allow write permissions on mount.
How do I set the write permissions in Fstab?
Also, my USB is FAT32
what did you put into fstab?