4.1.0 roms in NAS doesn't work
-
This does not seem to work anymore since 4.1.0
https://github.com/recalbox/recalbox-os/wiki/Load-your-roms-from-a-network-shared-folder-(EN)
-
@ren-tokyo On 4.1, it seems to be more easy
There is a section for the 4.1 on the french wiki: https://github.com/recalbox/recalbox-os/wiki/Charger-ses-rom-depuis-un-partage-réseau-Samba-(par-exemple-un-NAS)-(FR)To resume:
mount -o remount,rw /boot
vi /boot/recalbox-boot.confsharedevice=NETWORK
sharenetwork_smb1=ROMS@192.168.0.1:recalbox/roms:username=recalbox,password=recalbox
sharenetwork_smb2=SAVES@192.168.0.1:recalbox/saves:username=recalbox,password=recalbox -
@ren-tokyo look at https://gitlab.com/recalbox/recalbox/blob/master/board/recalbox/fsoverlay/etc/init.d/S11share#L112-L130 for more details, and don't start it on wifi
-
Thanks, can't seem to get it working though. Does it maybe not support smb v2? I removed v1 from the Windows PC a while ago where I have the roms.
-
@ren-tokyo no idea, it's samba 4 (dunno which version exactly)
-
hm let me see if I got it right, these 2 go in vi /boot/recalbox-boot.conf after the sharedevice line right?
sharenetwork_smb1=ROMS@192.168.0.1:recalbox/roms:username=recalbox,password=recalbox
sharenetwork_smb2=SAVES@192.168.0.1:recalbox/saves:username=recalbox,password=recalboxthen ROMS and SAVES would be the share names, i.e "RecalboxRoms" and "RecalboxSaves"
sharedevice=NETWORK
sharenetwork_smb1=RecalboxRoms@192.168.0.7:recalbox/roms:username=myusername,password=mypass
sharenetwork_smb2=RecalboxSaves@192.168.0.7:recalbox/saves:username=myusername,password=mypass -
@ren-tokyo said in 4.1.0 roms in NAS doesn't work:
hm let me see if I got it right, these 2 go in vi /boot/recalbox-boot.conf after the sharedevice line right?
sharenetwork_smb1=ROMS@192.168.0.1:recalbox/roms:username=recalbox,password=recalbox
sharenetwork_smb2=SAVES@192.168.0.1:recalbox/saves:username=recalbox,password=recalboxThis is right. ROMS and SAVES are some keywords to tell recalbox the mountpoint of the CIFS server share
then ROMS and SAVES would be the share names, i.e "RecalboxRoms" and "RecalboxSaves"
sharedevice=NETWORK
sharenetwork_smb1=RecalboxRoms@192.168.0.7:recalbox/roms:username=myusername,password=mypass
sharenetwork_smb2=RecalboxSaves@192.168.0.7:recalbox/saves:username=myusername,password=mypassthis syntax is wrong
-
@substring then where is the share name? "recalbox/roms"?
Guessing it's lacking SMB v2 support, I will try with 1.0/CIFS tonight
-
@ren-tokyo 192.168.0.1:recalbox/saves is the share
-
@substring Ok I got it working after reinstalling SMB 1.0, so I can confirm SMB v2 is not supported
v1 was recently in the spotlight after the recent wannacrypt virus, with many tech sites recommending uninstalling the old version:
"we also recommend two possible workarounds to reduce the attack surface: Disable SMBv1 with the steps documented at.."
Thanks for your help.