I`ve sucessfully installed SamyGo to my UE50ES6300. I`ve also added sshfs binary, because I`am using only sshfs. This works very well, but DLNA is much faster. I think VirtUSB is working, because it is visible in the "SOURCES" List.
This is my script:
Code: Select all
#!/bin/sh
mkdir -p /dtv/usb/sdk/records
sshfs -o ssh_command="ssh -i key" data@${SERVER}:/hddpool/pool01/records /dtv/usb/sdk/records
echo -e "
[sdk]
Vendor : Linux
Product : SSHFS
Serial : Q22VQLFK
Devpath : 13
Lun : 0
ScsiDevicePath : /dev/sdk
MountDir : /dtv/usb/sdk
FileSystem : xfs
" >> /dtv/usb/log
[UPDATE]
I have also set the allow_other option to sshfs, so i think this is not a permission problem