rg35xx-cfw / rg35xx-cfw.github.io

RG35XX Custom Firmware Documentation
419 stars 3 forks source link

Connecting to NAS #157

Open seanstardev opened 4 months ago

seanstardev commented 4 months ago

Trying to connect my NAS to the Plus. Added the below to the batocera.conf file, but don't think it is working:

sharedevice=NETWORK sharenetwork_smb1=LIBRARY@192.168.0.2:DiskStation:username=Me,password=pass123,vers=1.0

... I say not working because when I go to the library folder in userdata, using OD-Commander, I am taken to the standard sd card library folder.

I can ssh in and verify that the SMB is set up and working, and browse any folders etc that I like. For anyone curious, this is the instruction:

smbclient \192.168.0.2\DiskStation -U Me --option='client min protocol=NT1'

waffledork commented 4 months ago

Out of curiosity, why are you trying to do this? Is the goal to run games that are stored on your NAS and not on your SD card?

acmeplus commented 4 months ago

@seanstardev it's probably related to some issues regarding mounting devices. Hopefully once those are solved that will work automatically.

seanstardev commented 4 months ago

Out of curiosity, why are you trying to do this? Is the goal to run games that are stored on your NAS and not on your SD card?

I want to set my devices up so that they pull roms from the NAS (a much bigger repo) when available. Otherwise - just pull from the smaller collections on sd cards.

Now... I don't think Batocera allows for multiple rom directories for a system yet, but this is a cool step in that direction :)