Hello everyone,
Lakka is working fine for me on RPi3, only thing I haven’t been able to get working is to play ROMs I have stored on my Synology NAS. I tried multiple suggestions from both this forum and other places, none seem to work and the errors I get are rather vague. So I’m hoping someone can help me, I have the feeling I’m overlooking something obvious.
Setup: Synology NAS with both NFS & Samba enabled. RaspberryPi 3 with latest version of Lakka. Connected through wired LAN. I work with Putty on Windows to SSH.
First I tried the official way as described here. The result in the /storage/.config/system.d/storage-roms-nas.mount file is this:
[Unit] Description=cifs mount script Requires=network-online.service After=network-online.service Before=retroarch.service
[Mount] What=//192.168.0.xxx/media/emulation/roms Where=/storage/roms/nas Options=username=xxx,password=xxx,rw Type=cifs
[Install] WantedBy=multi-user.target
When I try to start it through systemtcl I get this error:
Job for storage-roms-nas.mount failed. See “systemctl status storage-roms-nas.mount” and “journalctl -xe” for details.
journalctl gives me this log:
Jan 02 15:16:12 Lakka systemd[1]: Mounting cifs mount script… Jan 02 15:16:12 Lakka systemd[1]: storage-roms-nas.mount: Mount process exited, code=exited status=255 Jan 02 15:16:12 Lakka systemd[1]: Failed to mount cifs mount script. Jan 02 15:16:12 Lakka systemd[1]: storage-roms-nas.mount: Unit entered failed state.
When I try to mount it regularly through the mount command I get this error:
Lakka:~ # mount -t cifs -o username=xxx,password=xxx,rw //192.168.0.xxx/Media/Emulation/Roms /storage/roms/nas
mount: mounting //192.168.0.xxx/Media/Emulation/Roms on /storage/roms/nas failed : Operation not supported
Any help would be greatly appreciated!