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
just use path share notation?
somthing like
smb://username@ipadresorhostnameserver/sharefolder and see that you can automount it during startup.
if not you could just make a bookmark in file explorer and launch it that way. (add to places)
but ideally, since it's a ubuntu server anyways you should look into setting up a NFS share
That's not going to work well, you want to use a network share location as a drive in steam to run your games from?
Why?
I would only try this if you have a direct fiber connection (10Gbps) between client and server and only for older games.
It's just a bad idea in general, even if you can technically get it to work.
Yeah but i'm assuming you're using cabled ethernet on your rig, not WIFI. SMB on windows is generally also more performant then on linux, that's why everyone recommends NFS instead if you have the know how.
It's the latency over regular Gigabit that will kill this little project. Like i said it can be done, but you're gonna have load time and latency issues.
Avoid
i came pretty close, made nfs share and everything but i cant manage to add it to steam libraries now, ill wait for someone to answer, thank you too
You did create a mount point on the steam deck itself right and installed nfs utils?
sudo pacman -S nfs-utils
&
sudo mount -t nfs <server_ip_or_hostname>:/path/to/nfs/share ~/nfs-share
What file format is the share?
The reason I ask is that Proton will have certain requirements that need to be met with a filesystem.
If you can't see the network share using "add library folder option" my first guess is probably file system or permission related.
For optimal results should be EXT4 or exFAT.