No Samba and NFS shares
Opened this issue · 0 comments
santievil commented
Knulli build version
40-dev-d3b520f949 2024/07/21 02:26
Your architecture
RG40XXV
Issue description
I can't access shared paths on my NAS via Samba or NFS.
Detailed reproduction steps
Edit the batocera-boot.conf file with the following examples to access shared paths on device:
sharedevice=NETWORK
sharewait=30
sharenetwork_smb1=ROMS@192.168.0.10:Knulli/roms:username=XXXX,password=XXXX
sharedevice=NETWORK
sharewait=30
sharenetwork_nfs1=ROMS@192.168.0.10:/Knulli/roms
I start the console, and once it finishes loading, no ROMs appear in the corresponding systems.
Details of any attempts to fix this yourself
I tested these commands as-is on Batocera (batocera-x86_64-40-20240801), and they work without issues.
Look for log files and find mountDevicesOrNetwork.err and .log with information about their usage.
Samba try on ssh:
mount.cifs //192.168.0.10/Knulli/roms /userdata/roms -o username=XXXX,password=XXXX
mount error: cifs filesystem not supported by the system
NFS try on ssh:
mount -o port=2049,nolock,proto=tcp 192.168.0.10:/Knulli/roms /userdata/roms
mount.nfs: No such device for 192.168.0.10:/Knulli/roms on /userdata/roms
Details of any modifications you have made to Knulli.
None
Logs and data
No response