07-26-2019, 01:30 AM
(07-25-2019, 11:29 PM)Wizzard Wrote:(07-25-2019, 03:25 PM)swanee3d Wrote:(07-20-2019, 02:03 PM)Wizzard Wrote: Seems that CIFS support is still not present.Should be working now, did a real quick test successfully mounting a SMB share from ssh. Haven't tried the official recalbox way yet but will tinker with it later.
How did you try it? Can you share the command, please? Which version of Recalbox?
Version recalbox_rock64_190719.img
This is what I used to test it via ssh
Code:
mount -t cifs //192.168.1.XX/recalbox /mnt -o user=recalbox,password=PASSWORD,uid=0,gid=0,rw
This is what I just used to test the proper recalbox way and it worked, more info here.
Code:
#set card to read/write
mount -o remount,rw /boot
Code:
#open file
nano /boot/recalbox-boot.conf
#Replace contents with
sharedevice=NETWORK
sharenetwork_smb1=ROMS@192.168.1.XX:recalbox:username=recalbox,password=PASSWORD
The share is from a debian container and is just called recalbox with the rom folder structure, hope this helps!