04-29-2019, 08:37 PM
(04-18-2019, 03:02 PM)Luke Wrote:(04-18-2019, 02:56 PM)swanee3d Wrote: Has anyone had any success mounting a SMB share for ROMS?
Never had an issue. Whats the problem?
Hi sorry for the delay I wanted to poke around some more to make sure I wasn't missing something.
I can't seem to get any of the methods of mounting a smb network share to work on the rock64 image but have tested them on the latest recalbox image with a pi3b and they work fine there.
I tried both manually mounting from the command line and the way outlined on the github of editing the /boot/recalbox-boot.conf.
If I try to manually mount from ssh I am getting this error in the /tmp/mountNetwork.err file
Code:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
mount -t cifs //192.168.1.xx/recalbox /mnt -o user=recalbox,password=PASSWORD,uid=0,gid=0,rw
Adding shares in kodi through the ui seems to work fine.