Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Samba and NFS shares #170

Open
santievil opened this issue Nov 13, 2024 · 0 comments
Open

No Samba and NFS shares #170

santievil opened this issue Nov 13, 2024 · 0 comments

Comments

@santievil
Copy link

santievil commented Nov 13, 2024

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
[email protected]:Knulli/roms:username=XXXX,password=XXXX
sharedevice=NETWORK
sharewait=30
[email protected]:/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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant