Mapping Network Drive

I've finally got Bazzite to function well within my unraid VM. GPU passthrough is working well and the GPU shows in terminal when searched for. I'm currently struggling to get a 'network drive' to mount within steam. The 'network drive' is just a share in the server that hosts all of the steam files and performance is more than sufficient. I want to make this 'network' drive show up as a SD card or some type of permanently mounted drive so I can point steam to it. Manually editing the fstab to add the share drive results in a 'user' CIFS mounts not supported. Any assistance would be appreciated.
23 Replies
皇家海星
皇家海星4w ago
Hardware Compatibility for Gaming - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
皇家海星
皇家海星4w ago
proton/wine is only supported in btrfs or ext4
Wrex
WrexOP4w ago
This doesn't assist. This references a secondary drive, not a network mapped drive.
皇家海星
皇家海星4w ago
Im not sure then
皇家海星
皇家海星4w ago
If you use smb then you can probably add it in dolphin
No description
皇家海星
皇家海星4w ago
once you mount it then you should probably be able to see it in steam I am really not sure if it would work in steam though
Wrex
WrexOP4w ago
I can see the network drive in dolphin. Steam doesn't want to take it. In ubuntu, I had to edit the fstab and perm mount the network drive. Then steam would accept it as a viable storage option.
biebel
biebel4w ago
You can do it the exact same way in bazzite
Wrex
WrexOP4w ago
It gives me an error stating that 'user' CIFS mount not supported
biebel
biebel4w ago
this is my fstab entry: //192.168.1.3/shared /mnt/server cifs credentials=/etc/samba/credentials/server,iocharset=utf8,noperm 0 0
Wrex
WrexOP4w ago
No description
Wrex
WrexOP4w ago
No description
biebel
biebel4w ago
try sudo mount -a
Wrex
WrexOP4w ago
That did the trick. Now steam is saying this
Wrex
WrexOP4w ago
No description
biebel
biebel4w ago
Hmz, I'm not getting that :/ try to add exec as last argument in the mount and unmount and mount again.
Wrex
WrexOP4w ago
Where would I add exec?
biebel
biebel4w ago
after noperm add ,exec
Wrex
WrexOP4w ago
no change
biebel
biebel4w ago
Noperm should take care of the permissions yeah. I use it because of being too lazy to set those properly. Not sure why it works for me and not you 🙁
Wrex
WrexOP4w ago
I'm not sure. At this point it may be simpler to undo the network share and passthrough the nvme drive. I was hoping to prevent that, because the windows VM also uses the network share for steam. Now bazzite wont boot. Oh linux. Never change.
biebel
biebel4w ago
https://wiki.archlinux.org/title/Steam/Troubleshooting#Cannot_add_library_folder_because_of_missing_execute_permissions Hope it's not because of no nofail in the mount options. Only now noticing that I didn't set that
Wrex
WrexOP4w ago
Not sure. I've deleted the VM. I'll install a new one and try again.

Did you find this page helpful?