@zetof first link I've already stated failed, nice Youtube link but I don't speak French. I'm guessing you didn't get past the paragraph TLDR.
@Pitch64 indeed, as stated wiki link is of no earthly use, when I followed the tutorial it more or less ignored that I'd even touched the /boot/recalbox-boot.conf it's more or less two steps.
Step 1.
Change the sharedevice=NETWORK
Step 2. (in my case)
attempt 1: sharenetwork_smb1=ROMS@192.168.1.200:/RAID/Roms:username=<redacted>,<redacted>=recalbox,vers=1.0
attempt 2: sharenetwork_smb1=ROMS@192.168.1.200:/RAID/Roms:username=<redacted>,<redacted>=recalbox,vers=2.0
attempt 3: sharenetwork_smb1=ROMS@192.168.1.200:/RAID/Roms:username=<redacted>,<redacted>=recalbox,vers=3.0
attempt 4: sharenetwork_smb1=ROMS@192.168.1.200:/RAID/Roms:username=<redacted>,<redacted>=recalbox
(this will just default to 2.0)
Either way these attempts 1 to 4 failed, I have no clue as to why they failed, considering I fixed the issue another way with near to the exact same config in fstab eg.
//192.168.1.200/RAID/Roms /recalbox/share/roms cifs username=<redacted>,password=<redacted>
It however does not automount at boot, which is the issue I'm trying to resolve, I'm pinking I need to edit something in /etc/init.d/ but I'm unsure as to what as the last advice I followed broke the boot sequence.